~ubuntu-branches/ubuntu/quantal/libsamplerate/quantal

« back to all changes in this revision

Viewing changes to Win32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Erik de Castro Lopo
  • Date: 2011-08-16 18:32:49 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110816183249-9vbim26wlxvjsq04
Tags: 0.1.8-1
* New upstream (Closes: #637691).
* debian/patches/ : Remove uneeded patches (fixed upstream).
* debian/control : Remove quilt from build-deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
39
        $(srcdir)/Makefile.mingw.in
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/M4/libtool.m4 \
40
 
        $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
41
 
        $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
42
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
 
42
        $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
 
43
        $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
 
44
        $(top_srcdir)/M4/lrintf.m4 $(top_srcdir)/M4/ltoptions.m4 \
 
45
        $(top_srcdir)/M4/ltsugar.m4 $(top_srcdir)/M4/ltversion.m4 \
 
46
        $(top_srcdir)/M4/lt~obsolete.m4 $(top_srcdir)/configure.ac
43
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
48
        $(ACLOCAL_M4)
45
49
mkinstalldirs = $(install_sh) -d
46
50
CONFIG_HEADER = $(top_builddir)/src/config.h
47
51
CONFIG_CLEAN_FILES = Makefile.mingw
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
AM_V_GEN = $(am__v_GEN_$(V))
 
54
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_GEN_0 = @echo "  GEN   " $@;
 
56
AM_V_at = $(am__v_at_$(V))
 
57
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
58
am__v_at_0 = @
48
59
SOURCES =
49
60
DIST_SOURCES =
50
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
51
62
ACLOCAL = @ACLOCAL@
52
63
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
53
64
AMTAR = @AMTAR@
 
65
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
54
66
AR = @AR@
55
67
AUTOCONF = @AUTOCONF@
56
68
AUTOHEADER = @AUTOHEADER@
62
74
COMPILER_IS_GCC = @COMPILER_IS_GCC@
63
75
CPP = @CPP@
64
76
CPPFLAGS = @CPPFLAGS@
 
77
CXX = @CXX@
 
78
CXXCPP = @CXXCPP@
 
79
CXXDEPMODE = @CXXDEPMODE@
 
80
CXXFLAGS = @CXXFLAGS@
65
81
CYGPATH_W = @CYGPATH_W@
66
82
DEFS = @DEFS@
67
83
DEPDIR = @DEPDIR@
95
111
LN_S = @LN_S@
96
112
LTLIBOBJS = @LTLIBOBJS@
97
113
MAKEINFO = @MAKEINFO@
 
114
MANIFEST_TOOL = @MANIFEST_TOOL@
98
115
MKDIR_P = @MKDIR_P@
99
116
NM = @NM@
100
117
NMEDIT = @NMEDIT@
109
126
PACKAGE_NAME = @PACKAGE_NAME@
110
127
PACKAGE_STRING = @PACKAGE_STRING@
111
128
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
129
PACKAGE_URL = @PACKAGE_URL@
112
130
PACKAGE_VERSION = @PACKAGE_VERSION@
113
131
PATH_SEPARATOR = @PATH_SEPARATOR@
114
132
PEXPORTS = @PEXPORTS@
115
133
PKG_CONFIG = @PKG_CONFIG@
 
134
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
135
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
116
136
RANLIB = @RANLIB@
 
137
RC = @RC@
117
138
SED = @SED@
118
139
SET_MAKE = @SET_MAKE@
119
140
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
127
148
abs_srcdir = @abs_srcdir@
128
149
abs_top_builddir = @abs_top_builddir@
129
150
abs_top_srcdir = @abs_top_srcdir@
 
151
ac_ct_AR = @ac_ct_AR@
130
152
ac_ct_CC = @ac_ct_CC@
 
153
ac_ct_CXX = @ac_ct_CXX@
131
154
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
132
155
am__include = @am__include@
133
156
am__leading_dot = @am__leading_dot@
152
175
host_os = @host_os@
153
176
host_vendor = @host_vendor@
154
177
htmldir = @htmldir@
 
178
htmldocdir = @htmldocdir@
155
179
includedir = @includedir@
156
180
infodir = @infodir@
157
181
install_sh = @install_sh@
159
183
libexecdir = @libexecdir@
160
184
localedir = @localedir@
161
185
localstatedir = @localstatedir@
162
 
lt_ECHO = @lt_ECHO@
163
186
mandir = @mandir@
164
187
mkdir_p = @mkdir_p@
165
188
oldincludedir = @oldincludedir@
176
199
target_cpu = @target_cpu@
177
200
target_os = @target_os@
178
201
target_vendor = @target_vendor@
 
202
top_build_prefix = @top_build_prefix@
179
203
top_builddir = @top_builddir@
180
204
top_srcdir = @top_srcdir@
181
205
EXTRA_DIST = Makefile.msvc config.h unistd.h unistd.h libsamplerate-0.def
186
210
        @for dep in $?; do \
187
211
          case '$(am__configure_deps)' in \
188
212
            *$$dep*) \
189
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190
 
                && exit 0; \
 
213
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
214
                && { if test -f $@; then exit 0; else break; fi; }; \
191
215
              exit 1;; \
192
216
          esac; \
193
217
        done; \
194
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Win32/Makefile'; \
195
 
        cd $(top_srcdir) && \
196
 
          $(AUTOMAKE) --gnu  Win32/Makefile
 
218
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Win32/Makefile'; \
 
219
        $(am__cd) $(top_srcdir) && \
 
220
          $(AUTOMAKE) --gnu Win32/Makefile
197
221
.PRECIOUS: Makefile
198
222
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199
223
        @case '$?' in \
211
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
236
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
213
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
$(am__aclocal_m4_deps):
214
239
Makefile.mingw: $(top_builddir)/config.status $(srcdir)/Makefile.mingw.in
215
240
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
216
241
 
242
267
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
243
268
          if test -d $$d/$$file; then \
244
269
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
270
            if test -d "$(distdir)/$$file"; then \
 
271
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
272
            fi; \
245
273
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
246
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
274
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
275
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
247
276
            fi; \
248
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
277
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
249
278
          else \
250
 
            test -f $(distdir)/$$file \
251
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
279
            test -f "$(distdir)/$$file" \
 
280
            || cp -p $$d/$$file "$(distdir)/$$file" \
252
281
            || exit 1; \
253
282
          fi; \
254
283
        done
276
305
 
277
306
distclean-generic:
278
307
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
308
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
279
309
 
280
310
maintainer-clean-generic:
281
311
        @echo "This command is intended for maintainers to use"
294
324
 
295
325
html: html-am
296
326
 
 
327
html-am:
 
328
 
297
329
info: info-am
298
330
 
299
331
info-am:
302
334
 
303
335
install-dvi: install-dvi-am
304
336
 
 
337
install-dvi-am:
 
338
 
305
339
install-exec-am:
306
340
 
307
341
install-html: install-html-am
308
342
 
 
343
install-html-am:
 
344
 
309
345
install-info: install-info-am
310
346
 
 
347
install-info-am:
 
348
 
311
349
install-man:
312
350
 
313
351
install-pdf: install-pdf-am
314
352
 
 
353
install-pdf-am:
 
354
 
315
355
install-ps: install-ps-am
316
356
 
 
357
install-ps-am:
 
358
 
317
359
installcheck-am:
318
360
 
319
361
maintainer-clean: maintainer-clean-am
347
389
        maintainer-clean-generic mostlyclean mostlyclean-generic \
348
390
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
349
391
 
 
392
 
350
393
# Tell versions [3.59,3.63) of GNU make to not export all variables.
351
394
# Otherwise a system limit (for SysV at least) may be exceeded.
352
395
.NOEXPORT: