File: Makefile.am

package info (click to toggle)
audiofile 0.3.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,980 kB
  • sloc: cpp: 36,534; sh: 11,090; ansic: 6,060; makefile: 439
file content (13 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/libaudiofile

bin_PROGRAMS = sfconvert sfinfo

sfconvert_SOURCES = sfconvert.c printinfo.c printinfo.h

sfinfo_SOURCES = sfinfo.c printinfo.c printinfo.h

LDADD = $(top_builddir)/libaudiofile/libaudiofile.la

DEPENDENCIES = $(top_builddir)/libaudiofile/libaudiofile.la

AM_CFLAGS = -Wall $(WERROR_CFLAGS)