File: Makefile.am

package info (click to toggle)
libao 1.0.0-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,212 kB
  • ctags: 641
  • sloc: sh: 9,838; ansic: 4,881; makefile: 255
file content (23 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign 1.6 dist-zip

SUBDIRS = src include doc

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

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

man_MANS = libao.conf.5

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

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

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