projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add COPYING.LIB
[platform/upstream/gstreamer.git]
/
Makefile.am
1
if USE_GCONFTOOL
2
GCONF_DIR=gconf
3
else
4
GCONF_DIR=
5
endif
6
7
if BUILD_EXTERNAL
8
EXT_DIR=ext
9
else
10
EXT_DIR=
11
endif
12
13
if BUILD_EXAMPLES
14
EXAMPLES_DIR=examples
15
else
16
EXAMPLES_DIR=
17
endif
18
19
SUBDIRS=gst-libs \
20
gst sys $(EXT_DIR) \
21
$(EXAMPLES_DIR) \
22
tools \
23
$(GCONF_DIR) \
24
testsuite \
25
pkgconfig
26
27
DIST_SUBDIRS=gst-libs \
28
gst sys ext \
29
examples \
30
tools \
31
gconf \
32
testsuite \
33
pkgconfig
34
35
EXTRA_DIST=gst-plugins.spec depcomp \
36
AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
37
ChangeLog autogen.sh common m4
38
39
dist-hook:
40
rm -rf `find $(distdir)/common -name CVS`
41
rm -rf `find $(distdir)/m4 -name CVS`