repo.or.cz
/
vlc
/
pdherbemont.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
codecleanup: de-static-inline a bunch of input_item functions.
[vlc/pdherbemont.git]
/
bindings
/
cil
/
Makefile.am
blob
d98ebad46e7176c5db6a1e929b9d58700917abf3
1
# Makefile.am - master Makefile for libvlc-cil
2
3
ACLOCAL_AMFLAGS = -I m4
4
AUTOMAKE_OPTIONS = \
5
-Wall \
6
check-news \
7
std-options \
8
dist-bzip2 \
9
no-dist-gzip \
10
no-exeext
11
12
SUBDIRS = src tests
13
DIST_SUBDIRS = $(SUBDIRS) m4
14
15
doc: Doxyfile
16
$(DOXYGEN)
17
18
.PHONY: doc