1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 SUBDIRS = src include doc
7 m4datadir = $(datadir)/aclocal
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = ao.pc
13 man_MANS = libao.conf.5
15 EXTRA_DIST = README AUTHORS CHANGES COPYING libao.spec ao.m4 acinclude.m4 ao.pc.in $(man_MANS)
18 $(MAKE) all CFLAGS="@DEBUG@"
21 $(MAKE) all CFLAGS="@PROFILE@"