Makefile.am 350 B

123456789101112131415161718
  1. ## Process this file with automake to produce Makefile.in
  2. AUTOMAKE_OPTIONS = foreign dist-zip
  3. SUBDIRS = src include doc win32
  4. bin_SCRIPTS = ogg-config
  5. m4datadir = $(datadir)/aclocal
  6. m4data_DATA = ogg.m4
  7. EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4
  8. debug:
  9. $(MAKE) all CFLAGS="@DEBUG@"
  10. profile:
  11. $(MAKE) all CFLAGS="@PROFILE@"