File: Makefile.am

package info (click to toggle)
audiofile 0.2.6-6%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,740 kB
  • ctags: 1,921
  • sloc: sh: 46,768; ansic: 15,382; makefile: 261
file content (18 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_LTLIBRARIES = libmodules.la

INCLUDES = -I$(srcdir)/..

libmodules_la_SOURCES = \
	g711.c g711.h \
	pcm.c pcm.h \
	msadpcm.c msadpcm.h \
	ima.c ima.h adpcm.c adpcm.h \
	rebuffer.c rebuffer.h \
	rebuffer.template

# GNU gcc
# AM_CFLAGS = -Wall -g
# SGI MIPSpro cc
# AM_CFLAGS = -fullwarn -g
# No debugging.
AM_CFLAGS = -DNDEBUG