blob: 12cefe7ae3164666b7df4d92883741b43bf4d9a4 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign dist-zip
SUBDIRS = src include doc win32 debian
m4datadir = $(datadir)/aclocal
m4data_DATA = ogg.m4
EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"