~ubuntu-branches/ubuntu/gutsy/libsamplerate/gutsy

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2004-03-16 23:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20040316232917-ivb5khznkdtkkylr
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file was automatically generated
 
2
# DO NOT EDIT!
 
3
 
 
4
bin_PROGRAMS = sndfile-resample
 
5
 
 
6
noinst_PROGRAMS = varispeed-play
 
7
 
 
8
SAMPLERATEDIR =../src
 
9
INCLUDES = -I$(srcdir)/$(SAMPLERATEDIR) @OS_SPECIFIC_INCLUDES@
 
10
 
 
11
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
 
12
 
 
13
SNDFILE_LIBS = @SNDFILE_LIBS@
 
14
 
 
15
#===============================================================================
 
16
 
 
17
sndfile_resample_SOURCES = sndfile-resample.c
 
18
sndfile_resample_CFLAGS = @SNDFILE_CFLAGS@
 
19
sndfile_resample_LDADD = $(SAMPLERATEDIR)/libsamplerate.la $(SNDFILE_LIBS)
 
20
 
 
21
varispeed_play_SOURCES = varispeed-play.c audio_out.c audio_out.h
 
22
varispeed_play_CFLAGS = @SNDFILE_CFLAGS@
 
23
varispeed_play_LDADD = $(SAMPLERATEDIR)/libsamplerate.la $(SNDFILE_LIBS) $(OS_SPECIFIC_LINKS)
 
24
 
 
25
 
 
26
 
 
27
## Do not edit or modify anything in this comment block.
 
28
## The arch-tag line is a file identity tag for the GNU Arch 
 
29
## revision control system.
 
30
##
 
31
## arch-tag: 25f669d6-3eeb-4093-8c16-2b03df642795
 
32