Makefile.am 330 B

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