Rev | Line | |
---|
[15] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | |
---|
| 3 | AUTOMAKE_OPTIONS = foreign 1.6 dist-zip |
---|
| 4 | |
---|
| 5 | SUBDIRS = src include doc win32 |
---|
| 6 | |
---|
| 7 | m4datadir = $(datadir)/aclocal |
---|
| 8 | m4data_DATA = ogg.m4 |
---|
| 9 | |
---|
| 10 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 11 | pkgconfig_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. |
---|
| 17 | EXTRA_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 | |
---|
| 22 | dist-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 | |
---|
| 28 | debug: |
---|
| 29 | $(MAKE) all CFLAGS="@DEBUG@" |
---|
| 30 | |
---|
| 31 | profile: |
---|
| 32 | $(MAKE) all CFLAGS="@PROFILE@" |
---|
Note: See
TracBrowser
for help on using the repository browser.