2007-05-14 09:55:24 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
bin_PROGRAMS = sndfile-info sndfile-play sndfile-convert
|
|
|
|
|
2004-01-21 07:46:34 +00:00
|
|
|
noinst_PROGRAMS = make_sine sfprocess list_formats cooledit-fixer generate
|
2007-05-14 09:55:24 +00:00
|
|
|
|
|
|
|
# This is the BeOS version of sndfile-play. It needs to be compiled with the C++
|
|
|
|
# compiler.
|
|
|
|
EXTRA_DIST = sndfile-play-beos.cpp
|
|
|
|
|
2004-02-19 11:37:17 +00:00
|
|
|
OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
|
2007-05-14 09:55:24 +00:00
|
|
|
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
|
|
|
|
|
|
|
|
SNDFILEDIR =../src
|
2004-02-19 11:37:17 +00:00
|
|
|
INCLUDES = -I$(srcdir)/$(SNDFILEDIR) $(OS_SPECIFIC_CFLAGS)
|
2007-05-14 09:55:24 +00:00
|
|
|
|
|
|
|
sndfile_info_SOURCES = sndfile-info.c
|
|
|
|
sndfile_info_LDADD = $(SNDFILEDIR)/libsndfile.la
|
|
|
|
|
|
|
|
sndfile_play_SOURCES = sndfile-play.c
|
2004-03-17 09:34:19 +00:00
|
|
|
sndfile_play_LDADD = $(SNDFILEDIR)/libsndfile.la $(OS_SPECIFIC_LINKS) $(ALSA_LIBS)
|
2007-05-14 09:55:24 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-01-21 07:46:34 +00:00
|
|
|
cooledit_fixer_SOURCES = cooledit-fixer.c
|
|
|
|
cooledit_fixer_LDADD = $(SNDFILEDIR)/libsndfile.la
|
|
|
|
|
2007-05-14 09:55:24 +00:00
|
|
|
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
|
|
|
|
|