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

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/Win32/Makefile.in

  • 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.5 from Makefile.am.
2
 
# @configure_input@
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
 
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
target_triplet = @target@
39
 
subdir = Win32
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.ac
44
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
 
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
 
CONFIG_HEADER = $(top_builddir)/src/config.h
48
 
CONFIG_CLEAN_FILES =
49
 
SOURCES =
50
 
DIST_SOURCES =
51
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
 
ACLOCAL = @ACLOCAL@
53
 
ALSA_LIBS = @ALSA_LIBS@
54
 
AMDEP_FALSE = @AMDEP_FALSE@
55
 
AMDEP_TRUE = @AMDEP_TRUE@
56
 
AMTAR = @AMTAR@
57
 
AR = @AR@
58
 
AUTOCONF = @AUTOCONF@
59
 
AUTOHEADER = @AUTOHEADER@
60
 
AUTOMAKE = @AUTOMAKE@
61
 
AWK = @AWK@
62
 
CC = @CC@
63
 
CCDEPMODE = @CCDEPMODE@
64
 
CFLAGS = @CFLAGS@
65
 
COMPILER_IS_GCC = @COMPILER_IS_GCC@
66
 
CPP = @CPP@
67
 
CPPFLAGS = @CPPFLAGS@
68
 
CXX = @CXX@
69
 
CXXCPP = @CXXCPP@
70
 
CXXDEPMODE = @CXXDEPMODE@
71
 
CXXFLAGS = @CXXFLAGS@
72
 
CYGPATH_W = @CYGPATH_W@
73
 
DEFS = @DEFS@
74
 
DEPDIR = @DEPDIR@
75
 
ECHO = @ECHO@
76
 
ECHO_C = @ECHO_C@
77
 
ECHO_N = @ECHO_N@
78
 
ECHO_T = @ECHO_T@
79
 
EGREP = @EGREP@
80
 
ENABLE_EXPERIMENTAL_CODE = @ENABLE_EXPERIMENTAL_CODE@
81
 
EXEEXT = @EXEEXT@
82
 
F77 = @F77@
83
 
FFLAGS = @FFLAGS@
84
 
FLAC_LIBS = @FLAC_LIBS@
85
 
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
86
 
GETCONF = @GETCONF@
87
 
HTML_BGCOLOUR = @HTML_BGCOLOUR@
88
 
HTML_FGCOLOUR = @HTML_FGCOLOUR@
89
 
INSTALL_DATA = @INSTALL_DATA@
90
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
91
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
92
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93
 
LDFLAGS = @LDFLAGS@
94
 
LIBOBJS = @LIBOBJS@
95
 
LIBS = @LIBS@
96
 
LIBTOOL = @LIBTOOL@
97
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
98
 
LN_S = @LN_S@
99
 
LTLIBOBJS = @LTLIBOBJS@
100
 
MAINT = @MAINT@
101
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
102
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
103
 
MAKEINFO = @MAKEINFO@
104
 
OBJEXT = @OBJEXT@
105
 
OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
106
 
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
107
 
PACKAGE = @PACKAGE@
108
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109
 
PACKAGE_NAME = @PACKAGE_NAME@
110
 
PACKAGE_STRING = @PACKAGE_STRING@
111
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
112
 
PACKAGE_VERSION = @PACKAGE_VERSION@
113
 
PATH_SEPARATOR = @PATH_SEPARATOR@
114
 
PKG_CONFIG = @PKG_CONFIG@
115
 
RANLIB = @RANLIB@
116
 
SET_MAKE = @SET_MAKE@
117
 
SF_COUNT_MAX = @SF_COUNT_MAX@
118
 
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
119
 
SHELL = @SHELL@
120
 
SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
121
 
SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
122
 
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
123
 
SQLITE3_LIBS = @SQLITE3_LIBS@
124
 
STRIP = @STRIP@
125
 
TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
126
 
VERSION = @VERSION@
127
 
ac_ct_AR = @ac_ct_AR@
128
 
ac_ct_CC = @ac_ct_CC@
129
 
ac_ct_CXX = @ac_ct_CXX@
130
 
ac_ct_F77 = @ac_ct_F77@
131
 
ac_ct_GETCONF = @ac_ct_GETCONF@
132
 
ac_ct_RANLIB = @ac_ct_RANLIB@
133
 
ac_ct_STRIP = @ac_ct_STRIP@
134
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
135
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
138
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
139
 
am__include = @am__include@
140
 
am__leading_dot = @am__leading_dot@
141
 
am__quote = @am__quote@
142
 
am__tar = @am__tar@
143
 
am__untar = @am__untar@
144
 
autogen = @autogen@
145
 
bindir = @bindir@
146
 
build = @build@
147
 
build_alias = @build_alias@
148
 
build_cpu = @build_cpu@
149
 
build_os = @build_os@
150
 
build_vendor = @build_vendor@
151
 
datadir = @datadir@
152
 
exec_prefix = @exec_prefix@
153
 
host = @host@
154
 
host_alias = @host_alias@
155
 
host_cpu = @host_cpu@
156
 
host_os = @host_os@
157
 
host_vendor = @host_vendor@
158
 
htmldocdir = @htmldocdir@
159
 
includedir = @includedir@
160
 
infodir = @infodir@
161
 
install_sh = @install_sh@
162
 
libdir = @libdir@
163
 
libexecdir = @libexecdir@
164
 
localstatedir = @localstatedir@
165
 
mandir = @mandir@
166
 
mkdir_p = @mkdir_p@
167
 
oldincludedir = @oldincludedir@
168
 
prefix = @prefix@
169
 
program_transform_name = @program_transform_name@
170
 
sbindir = @sbindir@
171
 
sharedstatedir = @sharedstatedir@
172
 
sysconfdir = @sysconfdir@
173
 
target = @target@
174
 
target_alias = @target_alias@
175
 
target_cpu = @target_cpu@
176
 
target_os = @target_os@
177
 
target_vendor = @target_vendor@
178
 
EXTRA_DIST = README-precompiled-dll.txt
179
 
all: all-am
180
 
 
181
 
.SUFFIXES:
182
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
183
 
        @for dep in $?; do \
184
 
          case '$(am__configure_deps)' in \
185
 
            *$$dep*) \
186
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
187
 
                && exit 0; \
188
 
              exit 1;; \
189
 
          esac; \
190
 
        done; \
191
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Win32/Makefile'; \
192
 
        cd $(top_srcdir) && \
193
 
          $(AUTOMAKE) --gnu  Win32/Makefile
194
 
.PRECIOUS: Makefile
195
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
196
 
        @case '$?' in \
197
 
          *config.status*) \
198
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
199
 
          *) \
200
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
201
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
202
 
        esac;
203
 
 
204
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
 
 
207
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
208
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
210
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
 
 
212
 
mostlyclean-libtool:
213
 
        -rm -f *.lo
214
 
 
215
 
clean-libtool:
216
 
        -rm -rf .libs _libs
217
 
 
218
 
distclean-libtool:
219
 
        -rm -f libtool
220
 
uninstall-info-am:
221
 
tags: TAGS
222
 
TAGS:
223
 
 
224
 
ctags: CTAGS
225
 
CTAGS:
226
 
 
227
 
 
228
 
distdir: $(DISTFILES)
229
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
230
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
231
 
        list='$(DISTFILES)'; for file in $$list; do \
232
 
          case $$file in \
233
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
234
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
235
 
          esac; \
236
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
237
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
238
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
239
 
            dir="/$$dir"; \
240
 
            $(mkdir_p) "$(distdir)$$dir"; \
241
 
          else \
242
 
            dir=''; \
243
 
          fi; \
244
 
          if test -d $$d/$$file; then \
245
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
246
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
247
 
            fi; \
248
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
249
 
          else \
250
 
            test -f $(distdir)/$$file \
251
 
            || cp -p $$d/$$file $(distdir)/$$file \
252
 
            || exit 1; \
253
 
          fi; \
254
 
        done
255
 
check-am: all-am
256
 
check: check-am
257
 
all-am: Makefile
258
 
installdirs:
259
 
install: install-am
260
 
install-exec: install-exec-am
261
 
install-data: install-data-am
262
 
uninstall: uninstall-am
263
 
 
264
 
install-am: all-am
265
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266
 
 
267
 
installcheck: installcheck-am
268
 
install-strip:
269
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
270
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
271
 
          `test -z '$(STRIP)' || \
272
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
273
 
mostlyclean-generic:
274
 
 
275
 
clean-generic:
276
 
 
277
 
distclean-generic:
278
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
279
 
 
280
 
maintainer-clean-generic:
281
 
        @echo "This command is intended for maintainers to use"
282
 
        @echo "it deletes files that may require special tools to rebuild."
283
 
clean: clean-am
284
 
 
285
 
clean-am: clean-generic clean-libtool mostlyclean-am
286
 
 
287
 
distclean: distclean-am
288
 
        -rm -f Makefile
289
 
distclean-am: clean-am distclean-generic distclean-libtool
290
 
 
291
 
dvi: dvi-am
292
 
 
293
 
dvi-am:
294
 
 
295
 
html: html-am
296
 
 
297
 
info: info-am
298
 
 
299
 
info-am:
300
 
 
301
 
install-data-am:
302
 
 
303
 
install-exec-am:
304
 
 
305
 
install-info: install-info-am
306
 
 
307
 
install-man:
308
 
 
309
 
installcheck-am:
310
 
 
311
 
maintainer-clean: maintainer-clean-am
312
 
        -rm -f Makefile
313
 
maintainer-clean-am: distclean-am maintainer-clean-generic
314
 
 
315
 
mostlyclean: mostlyclean-am
316
 
 
317
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
318
 
 
319
 
pdf: pdf-am
320
 
 
321
 
pdf-am:
322
 
 
323
 
ps: ps-am
324
 
 
325
 
ps-am:
326
 
 
327
 
uninstall-am: uninstall-info-am
328
 
 
329
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
330
 
        distclean distclean-generic distclean-libtool distdir dvi \
331
 
        dvi-am html html-am info info-am install install-am \
332
 
        install-data install-data-am install-exec install-exec-am \
333
 
        install-info install-info-am install-man install-strip \
334
 
        installcheck installcheck-am installdirs maintainer-clean \
335
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
336
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
337
 
        uninstall-info-am
338
 
 
339
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
340
 
# Otherwise a system limit (for SysV at least) may be exceeded.
341
 
.NOEXPORT: