Makefile.am 369 B

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