File: Makefile.am

package info (click to toggle)
libao 0.8.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,188 kB
  • ctags: 378
  • sloc: sh: 6,618; ansic: 2,468; makefile: 264
file content (18 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign dist-zip

SUBDIRS = src include doc debian

m4datadir = $(datadir)/aclocal
m4data_DATA = ao.m4
mandir = @MANDIR@
man_MANS = libao.conf.5

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

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

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