~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/soundtouch/soundtouch/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# include/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
 
16
 
 
17
 
srcdir = .
18
 
top_srcdir = ..
19
 
 
20
 
pkgdatadir = $(datadir)/soundtouch
21
 
pkglibdir = $(libdir)/soundtouch
22
 
pkgincludedir = $(includedir)/soundtouch
23
 
top_builddir = ..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = /usr/bin/install -c
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = i686-pc-linux-gnu
38
 
host_triplet = i686-pc-linux-gnu
39
 
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in $(srcdir)/soundtouch_config.h.in \
41
 
        $(top_srcdir)/config/am_include.mk
42
 
subdir = include
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(install_sh) -d
48
 
CONFIG_HEADER = soundtouch_config.h
49
 
CONFIG_CLEAN_FILES =
50
 
SOURCES =
51
 
DIST_SOURCES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(pkgincludedir)"
59
 
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
60
 
HEADERS = $(pkginclude_HEADERS)
61
 
ETAGS = etags
62
 
CTAGS = ctags
63
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
 
ACLOCAL = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run aclocal-1.9
65
 
AMDEP_FALSE = #
66
 
AMDEP_TRUE = 
67
 
AMTAR = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run tar
68
 
AR = ar
69
 
AUTOCONF = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run autoconf
70
 
AUTOHEADER = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run autoheader
71
 
AUTOMAKE = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run automake-1.9
72
 
AWK = gawk
73
 
CC = gcc
74
 
CCDEPMODE = depmode=gcc3
75
 
CFLAGS = -g -O2
76
 
CPP = gcc -E
77
 
CPPFLAGS = 
78
 
CXX = g++
79
 
CXXCPP = g++ -E
80
 
CXXDEPMODE = depmode=gcc3
81
 
CXXFLAGS = 
82
 
CYGPATH_W = echo
83
 
DEFS = -DHAVE_CONFIG_H
84
 
DEPDIR = .deps
85
 
ECHO = echo
86
 
ECHO_C = 
87
 
ECHO_N = -n
88
 
ECHO_T = 
89
 
EGREP = grep -E
90
 
EXEEXT = 
91
 
F77 = g77
92
 
FFLAGS = -g -O2
93
 
INSTALL_DATA = ${INSTALL} -m 644
94
 
INSTALL_PROGRAM = ${INSTALL}
95
 
INSTALL_SCRIPT = ${INSTALL}
96
 
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
97
 
LDFLAGS = 
98
 
LIBOBJS = 
99
 
LIBS = -lm 
100
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
101
 
LN_S = ln -s
102
 
LTLIBOBJS = 
103
 
MAKEINFO = ${SHELL} /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/missing --run makeinfo
104
 
OBJEXT = o
105
 
PACKAGE = soundtouch
106
 
PACKAGE_BUGREPORT = http://www.surina.net/soundtouch
107
 
PACKAGE_NAME = SoundTouch
108
 
PACKAGE_STRING = SoundTouch 1.3.1
109
 
PACKAGE_TARNAME = soundtouch
110
 
PACKAGE_VERSION = 1.3.1
111
 
PATH_SEPARATOR = :
112
 
RANLIB = ranlib
113
 
SET_MAKE = 
114
 
SHELL = /bin/sh
115
 
STRIP = strip
116
 
VERSION = 1.3.1
117
 
ac_ct_AR = ar
118
 
ac_ct_CC = gcc
119
 
ac_ct_CXX = g++
120
 
ac_ct_F77 = g77
121
 
ac_ct_RANLIB = ranlib
122
 
ac_ct_STRIP = strip
123
 
am__fastdepCC_FALSE = #
124
 
am__fastdepCC_TRUE = 
125
 
am__fastdepCXX_FALSE = #
126
 
am__fastdepCXX_TRUE = 
127
 
am__include = include
128
 
am__leading_dot = .
129
 
am__quote = 
130
 
am__tar = ${AMTAR} chof - "$$tardir"
131
 
am__untar = ${AMTAR} xf -
132
 
bindir = ${exec_prefix}/bin
133
 
build = i686-pc-linux-gnu
134
 
build_alias = 
135
 
build_cpu = i686
136
 
build_os = linux-gnu
137
 
build_vendor = pc
138
 
datadir = ${prefix}/share
139
 
exec_prefix = ${prefix}
140
 
host = i686-pc-linux-gnu
141
 
host_alias = 
142
 
host_cpu = i686
143
 
host_os = linux-gnu
144
 
host_vendor = pc
145
 
includedir = ${prefix}/include
146
 
infodir = ${prefix}/info
147
 
install_sh = /home/ra/tmp/audacity/12branch/audacity/lib-src/soundtouch/config/install-sh
148
 
libdir = ${exec_prefix}/lib
149
 
libexecdir = ${exec_prefix}/libexec
150
 
localstatedir = ${prefix}/var
151
 
mandir = ${prefix}/man
152
 
mkdir_p = mkdir -p --
153
 
oldincludedir = /usr/include
154
 
prefix = /usr/local
155
 
program_transform_name = s,x,x,
156
 
sbindir = ${exec_prefix}/sbin
157
 
sharedstatedir = ${prefix}/com
158
 
sysconfdir = ${prefix}/etc
159
 
target_alias = 
160
 
INCLUDES = -I$(top_srcdir)/include
161
 
 
162
 
# doc directory
163
 
pkgdocdir = $(prefix)/doc/soundtouch
164
 
pkginclude_HEADERS = FIFOSampleBuffer.h FIFOSamplePipe.h SoundTouch.h STTypes.h BPMDetect.h soundtouch_config.h
165
 
all: soundtouch_config.h
166
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
167
 
 
168
 
.SUFFIXES:
169
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/am_include.mk $(am__configure_deps)
170
 
        @for dep in $?; do \
171
 
          case '$(am__configure_deps)' in \
172
 
            *$$dep*) \
173
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
174
 
                && exit 0; \
175
 
              exit 1;; \
176
 
          esac; \
177
 
        done; \
178
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
179
 
        cd $(top_srcdir) && \
180
 
          $(AUTOMAKE) --foreign  include/Makefile
181
 
.PRECIOUS: Makefile
182
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
183
 
        @case '$?' in \
184
 
          *config.status*) \
185
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
186
 
          *) \
187
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
188
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
189
 
        esac;
190
 
 
191
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
192
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
193
 
 
194
 
$(top_srcdir)/configure:  $(am__configure_deps)
195
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
197
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198
 
 
199
 
soundtouch_config.h: stamp-h1
200
 
        @if test ! -f $@; then \
201
 
          rm -f stamp-h1; \
202
 
          $(MAKE) stamp-h1; \
203
 
        else :; fi
204
 
 
205
 
stamp-h1: $(srcdir)/soundtouch_config.h.in $(top_builddir)/config.status
206
 
        @rm -f stamp-h1
207
 
        cd $(top_builddir) && $(SHELL) ./config.status include/soundtouch_config.h
208
 
$(srcdir)/soundtouch_config.h.in:  $(am__configure_deps) 
209
 
        cd $(top_srcdir) && $(AUTOHEADER)
210
 
        rm -f stamp-h1
211
 
        touch $@
212
 
 
213
 
distclean-hdr:
214
 
        -rm -f soundtouch_config.h stamp-h1
215
 
 
216
 
mostlyclean-libtool:
217
 
        -rm -f *.lo
218
 
 
219
 
clean-libtool:
220
 
        -rm -rf .libs _libs
221
 
 
222
 
distclean-libtool:
223
 
        -rm -f libtool
224
 
uninstall-info-am:
225
 
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
226
 
        @$(NORMAL_INSTALL)
227
 
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
228
 
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
229
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
230
 
          f=$(am__strip_dir) \
231
 
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
232
 
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
233
 
        done
234
 
 
235
 
uninstall-pkgincludeHEADERS:
236
 
        @$(NORMAL_UNINSTALL)
237
 
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
238
 
          f=$(am__strip_dir) \
239
 
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
240
 
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
241
 
        done
242
 
 
243
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
244
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
245
 
        unique=`for i in $$list; do \
246
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247
 
          done | \
248
 
          $(AWK) '    { files[$$0] = 1; } \
249
 
               END { for (i in files) print i; }'`; \
250
 
        mkid -fID $$unique
251
 
tags: TAGS
252
 
 
253
 
TAGS:  $(HEADERS) $(SOURCES) soundtouch_config.h.in $(TAGS_DEPENDENCIES) \
254
 
                $(TAGS_FILES) $(LISP)
255
 
        tags=; \
256
 
        here=`pwd`; \
257
 
        list='$(SOURCES) $(HEADERS) soundtouch_config.h.in $(LISP) $(TAGS_FILES)'; \
258
 
        unique=`for i in $$list; do \
259
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260
 
          done | \
261
 
          $(AWK) '    { files[$$0] = 1; } \
262
 
               END { for (i in files) print i; }'`; \
263
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
264
 
          test -n "$$unique" || unique=$$empty_fix; \
265
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
266
 
            $$tags $$unique; \
267
 
        fi
268
 
ctags: CTAGS
269
 
CTAGS:  $(HEADERS) $(SOURCES) soundtouch_config.h.in $(TAGS_DEPENDENCIES) \
270
 
                $(TAGS_FILES) $(LISP)
271
 
        tags=; \
272
 
        here=`pwd`; \
273
 
        list='$(SOURCES) $(HEADERS) soundtouch_config.h.in $(LISP) $(TAGS_FILES)'; \
274
 
        unique=`for i in $$list; do \
275
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276
 
          done | \
277
 
          $(AWK) '    { files[$$0] = 1; } \
278
 
               END { for (i in files) print i; }'`; \
279
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
280
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
281
 
             $$tags $$unique
282
 
 
283
 
GTAGS:
284
 
        here=`$(am__cd) $(top_builddir) && pwd` \
285
 
          && cd $(top_srcdir) \
286
 
          && gtags -i $(GTAGS_ARGS) $$here
287
 
 
288
 
distclean-tags:
289
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
290
 
 
291
 
distdir: $(DISTFILES)
292
 
        $(mkdir_p) $(distdir)/../config
293
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
294
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
295
 
        list='$(DISTFILES)'; for file in $$list; do \
296
 
          case $$file in \
297
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
298
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
299
 
          esac; \
300
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
301
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
302
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
303
 
            dir="/$$dir"; \
304
 
            $(mkdir_p) "$(distdir)$$dir"; \
305
 
          else \
306
 
            dir=''; \
307
 
          fi; \
308
 
          if test -d $$d/$$file; then \
309
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
310
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
311
 
            fi; \
312
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
313
 
          else \
314
 
            test -f $(distdir)/$$file \
315
 
            || cp -p $$d/$$file $(distdir)/$$file \
316
 
            || exit 1; \
317
 
          fi; \
318
 
        done
319
 
check-am: all-am
320
 
check: check-am
321
 
all-am: Makefile $(HEADERS) soundtouch_config.h
322
 
installdirs:
323
 
        for dir in "$(DESTDIR)$(pkgincludedir)"; do \
324
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
325
 
        done
326
 
install: install-am
327
 
install-exec: install-exec-am
328
 
install-data: install-data-am
329
 
uninstall: uninstall-am
330
 
 
331
 
install-am: all-am
332
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
333
 
 
334
 
installcheck: installcheck-am
335
 
install-strip:
336
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338
 
          `test -z '$(STRIP)' || \
339
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
340
 
mostlyclean-generic:
341
 
 
342
 
clean-generic:
343
 
 
344
 
distclean-generic:
345
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
346
 
 
347
 
maintainer-clean-generic:
348
 
        @echo "This command is intended for maintainers to use"
349
 
        @echo "it deletes files that may require special tools to rebuild."
350
 
clean: clean-am
351
 
 
352
 
clean-am: clean-generic clean-libtool mostlyclean-am
353
 
 
354
 
distclean: distclean-am
355
 
        -rm -f Makefile
356
 
distclean-am: clean-am distclean-generic distclean-hdr \
357
 
        distclean-libtool distclean-tags
358
 
 
359
 
dvi: dvi-am
360
 
 
361
 
dvi-am:
362
 
 
363
 
html: html-am
364
 
 
365
 
info: info-am
366
 
 
367
 
info-am:
368
 
 
369
 
install-data-am: install-pkgincludeHEADERS
370
 
 
371
 
install-exec-am:
372
 
 
373
 
install-info: install-info-am
374
 
 
375
 
install-man:
376
 
 
377
 
installcheck-am:
378
 
 
379
 
maintainer-clean: maintainer-clean-am
380
 
        -rm -f Makefile
381
 
maintainer-clean-am: distclean-am maintainer-clean-generic
382
 
 
383
 
mostlyclean: mostlyclean-am
384
 
 
385
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
386
 
 
387
 
pdf: pdf-am
388
 
 
389
 
pdf-am:
390
 
 
391
 
ps: ps-am
392
 
 
393
 
ps-am:
394
 
 
395
 
uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
396
 
 
397
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
398
 
        clean-libtool ctags distclean distclean-generic distclean-hdr \
399
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
400
 
        html-am info info-am install install-am install-data \
401
 
        install-data-am install-exec install-exec-am install-info \
402
 
        install-info-am install-man install-pkgincludeHEADERS \
403
 
        install-strip installcheck installcheck-am installdirs \
404
 
        maintainer-clean maintainer-clean-generic mostlyclean \
405
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
406
 
        tags uninstall uninstall-am uninstall-info-am \
407
 
        uninstall-pkgincludeHEADERS
408
 
 
409
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
410
 
# Otherwise a system limit (for SysV at least) may be exceeded.
411
 
.NOEXPORT: