blob: 82dd4518b0683e0b780901d3840cd85777da6bf4 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign dist-zip
SUBDIRS = src include doc
EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"