source: trunk/third/audiofile/win32/Makefile.in @ 20220

Revision 20220, 5.7 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20219, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AS = @AS@
62AUDIOFILE_MAJOR_VERSION = @AUDIOFILE_MAJOR_VERSION@
63AUDIOFILE_MICRO_VERSION = @AUDIOFILE_MICRO_VERSION@
64AUDIOFILE_MINOR_VERSION = @AUDIOFILE_MINOR_VERSION@
65AUDIOFILE_VERSION = @AUDIOFILE_VERSION@
66AUDIOFILE_VERSION_INFO = @AUDIOFILE_VERSION_INFO@
67AUDIO_LIB = @AUDIO_LIB@
68AWK = @AWK@
69CC = @CC@
70DEPDIR = @DEPDIR@
71DLLTOOL = @DLLTOOL@
72ECHO = @ECHO@
73EXEEXT = @EXEEXT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75LIBTOOL = @LIBTOOL@
76LN_S = @LN_S@
77OBJDUMP = @OBJDUMP@
78OBJEXT = @OBJEXT@
79PACKAGE = @PACKAGE@
80RANLIB = @RANLIB@
81STRIP = @STRIP@
82TEST_BIN = @TEST_BIN@
83VERSION = @VERSION@
84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
87
88EXTRA_DIST = \
89        all.dsp \
90        all.dsw \
91        audiofile.def \
92        build_all.bat \
93        clean_all.bat \
94        clean_dist.bat \
95        config.h \
96        dynamiclib.dep \
97        dynamiclib.dsp \
98        dynamiclib.mak \
99        dynmodules.dep \
100        dynmodules.dsp \
101        dynmodules.mak \
102        lib.dsw \
103        modules.dep \
104        modules.dsp \
105        modules.mak \
106        prebuild.bat \
107        README.win32 \
108        sfcommands.dsp \
109        sfconvert.dep \
110        sfconvert.dsp \
111        sfconvert.mak \
112        sfinfo.dep \
113        sfinfo.dsp \
114        sfinfo.mak \
115        staticlib.dep \
116        staticlib.dsp \
117        staticlib.mak
118
119subdir = win32
120mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121CONFIG_HEADER = $(top_builddir)/config.h
122CONFIG_CLEAN_FILES =
123DIST_SOURCES =
124DIST_COMMON = Makefile.am Makefile.in
125all: all-am
126
127.SUFFIXES:
128
129mostlyclean-libtool:
130        -rm -f *.lo
131
132clean-libtool:
133        -rm -rf .libs _libs
134
135distclean-libtool:
136        -rm -f libtool
137$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
138        cd $(top_srcdir) && \
139          $(AUTOMAKE) --gnu  win32/Makefile
140Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
141        cd $(top_builddir) && \
142          CONFIG_HEADERS= CONFIG_LINKS= \
143          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
144uninstall-info-am:
145tags: TAGS
146TAGS:
147
148
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
151top_distdir = ..
152distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
153
154distdir: $(DISTFILES)
155        @for file in $(DISTFILES); do \
156          if test -f $$file; then d=.; else d=$(srcdir); fi; \
157          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
158          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
159            $(mkinstalldirs) "$(distdir)/$$dir"; \
160          fi; \
161          if test -d $$d/$$file; then \
162            cp -pR $$d/$$file $(distdir) \
163            || exit 1; \
164          else \
165            test -f $(distdir)/$$file \
166            || cp -p $$d/$$file $(distdir)/$$file \
167            || exit 1; \
168          fi; \
169        done
170check-am: all-am
171check: check-am
172all-am: Makefile
173
174installdirs:
175
176install: install-am
177install-exec: install-exec-am
178install-data: install-data-am
179uninstall: uninstall-am
180
181install-am: all-am
182        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183
184installcheck: installcheck-am
185install-strip:
186        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
187          `test -z '$(STRIP)' || \
188            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
189mostlyclean-generic:
190
191clean-generic:
192
193distclean-generic:
194        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
195
196maintainer-clean-generic:
197        @echo "This command is intended for maintainers to use"
198        @echo "it deletes files that may require special tools to rebuild."
199clean: clean-am
200
201clean-am: clean-generic clean-libtool mostlyclean-am
202
203distclean: distclean-am
204
205distclean-am: clean-am distclean-generic distclean-libtool
206
207dvi: dvi-am
208
209dvi-am:
210
211info: info-am
212
213info-am:
214
215install-data-am:
216
217install-exec-am:
218
219install-info: install-info-am
220
221install-man:
222
223installcheck-am:
224
225maintainer-clean: maintainer-clean-am
226
227maintainer-clean-am: distclean-am maintainer-clean-generic
228
229mostlyclean: mostlyclean-am
230
231mostlyclean-am: mostlyclean-generic mostlyclean-libtool
232
233uninstall-am: uninstall-info-am
234
235.PHONY: all all-am check check-am clean clean-generic clean-libtool \
236        distclean distclean-generic distclean-libtool distdir dvi \
237        dvi-am info info-am install install-am install-data \
238        install-data-am install-exec install-exec-am install-info \
239        install-info-am install-man install-strip installcheck \
240        installcheck-am installdirs maintainer-clean \
241        maintainer-clean-generic mostlyclean mostlyclean-generic \
242        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
243
244# Tell versions [3.59,3.63) of GNU make to not export all variables.
245# Otherwise a system limit (for SysV at least) may be exceeded.
246.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.