File: Makefile.am

package info (click to toggle)
audacity 1.2.4b-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,136 kB
  • ctags: 20,445
  • sloc: ansic: 139,567; cpp: 55,998; sh: 24,963; lisp: 3,772; makefile: 1,683; python: 272
file content (46 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = sndfile-info sndfile-play sndfile-convert

noinst_PROGRAMS = make_sine sfprocess list_formats cooledit-fixer generate

# This is the BeOS version of sndfile-play. It needs to be compiled with the C++
# compiler.
EXTRA_DIST = sndfile-play-beos.cpp

OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@

SNDFILEDIR =../src
INCLUDES = -I$(srcdir)/$(SNDFILEDIR) $(OS_SPECIFIC_CFLAGS)

sndfile_info_SOURCES = sndfile-info.c 
sndfile_info_LDADD = $(SNDFILEDIR)/libsndfile.la

sndfile_play_SOURCES = sndfile-play.c 
sndfile_play_LDADD = $(SNDFILEDIR)/libsndfile.la $(OS_SPECIFIC_LINKS) $(ALSA_LIBS)

sndfile_convert_SOURCES = sndfile-convert.c 
sndfile_convert_LDADD = $(SNDFILEDIR)/libsndfile.la
 
make_sine_SOURCES = make_sine.c 
make_sine_LDADD = $(SNDFILEDIR)/libsndfile.la

sfprocess_SOURCES = sfprocess.c 
sfprocess_LDADD = $(SNDFILEDIR)/libsndfile.la

list_formats_SOURCES = list_formats.c 
list_formats_LDADD = $(SNDFILEDIR)/libsndfile.la

cooledit_fixer_SOURCES = cooledit-fixer.c 
cooledit_fixer_LDADD = $(SNDFILEDIR)/libsndfile.la

generate_SOURCES = generate.c 
generate_LDADD = $(SNDFILEDIR)/libsndfile.la

## Do not edit or modify anything in this comment block.
## The arch-tag line is a file identity tag for the GNU Arch 
## revision control system.
##
## arch-tag: faeb8674-e417-4162-9ac9-05f2b8369b57