comparison src/libogg-1.3.0/Makefile.am @ 1:05aa0afa9217

Bring in flac, ogg, vorbis
author Chris Cannam
date Tue, 19 Mar 2013 17:37:49 +0000
parents
children
comparison
equal deleted inserted replaced
0:c7265573341e 1:05aa0afa9217
1 ## Process this file with automake to produce Makefile.in
2
3
4 #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
6
7 SUBDIRS = src include doc
8
9 m4datadir = $(datadir)/aclocal
10 m4data_DATA = ogg.m4
11
12 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = ogg.pc
14
15 EXTRA_DIST = README AUTHORS CHANGES COPYING \
16 libogg.spec libogg.spec.in \
17 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
18 macosx win32
19
20 dist-hook:
21 for item in $(EXTRA_DIST); do \
22 if test -d $$item; then \
23 echo -n "cleaning dir $$item for distribution..."; \
24 rm -rf `find $(distdir)/$$item -name .svn`; \
25 echo "OK"; \
26 fi; \
27 done
28 debug:
29 $(MAKE) all CFLAGS="@DEBUG@"
30
31 profile:
32 $(MAKE) all CFLAGS="@PROFILE@"