r663: This commit was generated by cvs2svn to compensate for changes in r662,
[cinelerra_cv.git] / libsndfile / examples / Makefile.am
blob47e2e58019603e7e2f3a0c2470b0cd4f92cd3eec
1 # This file was automatically generated
2 # DO NOT EDIT!
4 bin_PROGRAMS = sndfile-info sndfile-play sndfile-convert
6 noinst_PROGRAMS = make_sine sfprocess list_formats cooledit-fixer generate
8 # This is the BeOS version of sndfile-play. It needs to be compiled with the C++
9 # compiler.
10 EXTRA_DIST = sndfile-play-beos.cpp
12 OS_SPECIFIC_INCLUDES = @OS_SPECIFIC_INCLUDES@
13 OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
15 SNDFILEDIR =../src
16 INCLUDES = -I$(srcdir)/$(SNDFILEDIR) $(OS_SPECIFIC_INCLUDES)
18 sndfile_info_SOURCES = sndfile-info.c 
19 sndfile_info_LDADD = $(SNDFILEDIR)/libsndfile.la
21 sndfile_play_SOURCES = sndfile-play.c 
22 sndfile_play_LDADD = $(SNDFILEDIR)/libsndfile.la $(OS_SPECIFIC_LINKS)
24 sndfile_convert_SOURCES = sndfile-convert.c 
25 sndfile_convert_LDADD = $(SNDFILEDIR)/libsndfile.la
27 make_sine_SOURCES = make_sine.c 
28 make_sine_LDADD = $(SNDFILEDIR)/libsndfile.la
30 sfprocess_SOURCES = sfprocess.c 
31 sfprocess_LDADD = $(SNDFILEDIR)/libsndfile.la
33 list_formats_SOURCES = list_formats.c 
34 list_formats_LDADD = $(SNDFILEDIR)/libsndfile.la
36 cooledit_fixer_SOURCES = cooledit-fixer.c 
37 cooledit_fixer_LDADD = $(SNDFILEDIR)/libsndfile.la
39 generate_SOURCES = generate.c 
40 generate_LDADD = $(SNDFILEDIR)/libsndfile.la