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