summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5a9fb0de76e6ba9cff53a7bfcc39aecad5fe850e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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@"