Recognizes if input is ogg or not.
[xiph/unicode.git] / ao / Makefile.am
blobde8a04aa5359c99566a63c7f35bef130282002ee
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
8 m4data_DATA = ao.m4
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)
17 debug:
18         $(MAKE) all CFLAGS="@DEBUG@"
20 profile:
21         $(MAKE) all CFLAGS="@PROFILE@"