]> git.jsancho.org Git - lugaru.git/blob - libogg-1.0/Makefile.am
Added (more or less) demo data files.
[lugaru.git] / libogg-1.0 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign dist-zip
4
5 SUBDIRS = src include doc win32 debian
6
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = ogg.m4
9
10 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macos
11
12 dist-hook:
13         rm -rf `find $(distdir)/macos -name CVS`
14
15 debug:
16         $(MAKE) all CFLAGS="@DEBUG@"
17
18 profile:
19         $(MAKE) all CFLAGS="@PROFILE@"