summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 82dd4518b0683e0b780901d3840cd85777da6bf4 (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

EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec

debug:
	$(MAKE) all CFLAGS="@DEBUG@"

profile:
	$(MAKE) all CFLAGS="@PROFILE@"