Makefile.am 255 B

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