File: Makefile.am

package info (click to toggle)
libao 0.8.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,144 kB
  • ctags: 468
  • sloc: sh: 8,423; ansic: 3,148; makefile: 295
file content (22 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign 1.6 dist-zip

SUBDIRS = src include doc debian

m4datadir = $(datadir)/aclocal
m4data_DATA = ao.m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ao.pc

mandir = @MANDIR@
man_MANS = libao.conf.5

EXTRA_DIST = README AUTHORS CHANGES COPYING libao.spec ao.m4 acinclude.m4 ao.pc.in $(man_MANS)

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

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