MiniDLNA update: 1.0.19.1 to 1.0.20
[tomato.git] / release / src / router / libogg / Makefile.am
blob9eb7955fcadb994e302dfc4e17a06a89e3a5cdd9
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 SUBDIRS = src include doc
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = ogg.m4
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = ogg.pc
13 EXTRA_DIST = README AUTHORS CHANGES COPYING \
14         libogg.spec libogg.spec.in \
15         ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
16         macos macosx win32
18 dist-hook:
19         for item in $(EXTRA_DIST); do \
20           if test -d $$item; then \
21             echo -n "cleaning dir $$item for distribution..."; \
22             rm -rf `find $(distdir)/$$item -name .svn`; \
23             echo "OK"; \
24           fi; \
25         done
26 debug:
27         $(MAKE) all CFLAGS="@DEBUG@"
29 profile:
30         $(MAKE) all CFLAGS="@PROFILE@"