1234567891011121314151617 |
- ## Process this file with automake to produce Makefile.in
- AUTOMAKE_OPTIONS = foreign dist-zip
- SUBDIRS = lib include doc examples
- m4datadir = $(datadir)/aclocal
- m4data_DATA = vorbis.m4
- EXTRA_DIST = README COPYING todo.txt libvorbis.spec vorbis.m4
- debug:
- $(MAKE) all CFLAGS="@DEBUG@"
- profile:
- $(MAKE) all CFLAGS="@PROFILE@"
|