blob: cd5d7754746878a9af05579f5d52a5de30b11930 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign dist-zip
SUBDIRS = src include doc win32
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@"