Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/Makefile.am @ 15

Last change on this file since 15 was 15, checked in by landauf, 16 years ago

added libogg

File size: 952 bytes
Line 
1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
4
5SUBDIRS = src include doc win32
6
7m4datadir = $(datadir)/aclocal
8m4data_DATA = ogg.m4
9
10pkgconfigdir = $(libdir)/pkgconfig
11pkgconfig_DATA = ogg.pc
12
13# we include the whole debian/ dir in EXTRA_DIST because there's a problem
14# with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
15# to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON
16# because of it, breaking make dist.  This works just as well.
17EXTRA_DIST = README AUTHORS CHANGES COPYING \
18        libogg.spec libogg.spec.in \
19        ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
20        macos macosx debian
21
22dist-hook:
23        rm -rf `find $(distdir)/debian -name .svn`
24        rm -rf `find $(distdir)/debian -name "Makefile*"`
25        rm -rf `find $(distdir)/macos -name .svn`
26        rm -rf `find $(distdir)/macosx -name .svn`
27
28debug:
29        $(MAKE) all CFLAGS="@DEBUG@"
30
31profile:
32        $(MAKE) all CFLAGS="@PROFILE@"
Note: See TracBrowser for help on using the repository browser.