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

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
CYGPATH_W = @CYGPATH_W@
62
62
DEFS = @DEFS@
63
63
DEPDIR = @DEPDIR@
 
64
DLLTOOL = @DLLTOOL@
 
65
DLLWRAP = @DLLWRAP@
64
66
ECHO = @ECHO@
65
67
ECHO_C = @ECHO_C@
66
68
ECHO_N = @ECHO_N@
98
100
PACKAGE_TARNAME = @PACKAGE_TARNAME@
99
101
PACKAGE_VERSION = @PACKAGE_VERSION@
100
102
PATH_SEPARATOR = @PATH_SEPARATOR@
 
103
PEXPORTS = @PEXPORTS@
101
104
PKG_CONFIG = @PKG_CONFIG@
102
105
RANLIB = @RANLIB@
103
106
SET_MAKE = @SET_MAKE@
155
158
target_os = @target_os@
156
159
target_vendor = @target_vendor@
157
160
 
158
 
bin_PROGRAMS = sndfile-resample
159
 
 
160
 
noinst_PROGRAMS = varispeed-play
 
161
bin_PROGRAMS = sndfile-resample varispeed-play
161
162
 
162
163
SAMPLERATEDIR = ../src
163
164
INCLUDES = -I$(srcdir)/$(SAMPLERATEDIR) @OS_SPECIFIC_INCLUDES@
176
177
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
177
178
CONFIG_HEADER = $(top_builddir)/src/config.h
178
179
CONFIG_CLEAN_FILES =
179
 
bin_PROGRAMS = sndfile-resample$(EXEEXT)
180
 
noinst_PROGRAMS = varispeed-play$(EXEEXT)
 
180
bin_PROGRAMS = sndfile-resample$(EXEEXT) varispeed-play$(EXEEXT)
181
181
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
182
182
 
183
183
am_sndfile_resample_OBJECTS = \