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