blob: 8de176d268bc91c45ccefbc3a5d012d2cd243829 [file] [log] [blame]
Lucas Eckelsf869a6f2012-08-06 15:15:24 -07001# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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@
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
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AR = @AR@
70AS = @AS@
71AWK = @AWK@
72CC = @CC@
73CFLAGS = @CFLAGS@
74CXX = @CXX@
75CXXCPP = @CXXCPP@
76DEBUG = @DEBUG@
77DEPDIR = @DEPDIR@
78DLLTOOL = @DLLTOOL@
79ECHO = @ECHO@
80EGREP = @EGREP@
81F77 = @F77@
82GCJ = @GCJ@
83GCJFLAGS = @GCJFLAGS@
84INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85LIBS = @LIBS@
86LIBTOOL = @LIBTOOL@
87LIBTOOL_DEPS = @LIBTOOL_DEPS@
88LIB_AGE = @LIB_AGE@
89LIB_CURRENT = @LIB_CURRENT@
90LIB_REVISION = @LIB_REVISION@
91LN_S = @LN_S@
92MAINT = @MAINT@
93OBJDUMP = @OBJDUMP@
94OPT = @OPT@
95PACKAGE = @PACKAGE@
96PROFILE = @PROFILE@
97RANLIB = @RANLIB@
98RC = @RC@
99SIZE16 = @SIZE16@
100SIZE32 = @SIZE32@
101SIZE64 = @SIZE64@
102STRIP = @STRIP@
103USIZE16 = @USIZE16@
104USIZE32 = @USIZE32@
105VERSION = @VERSION@
106am__include = @am__include@
107am__quote = @am__quote@
108install_sh = @install_sh@
109
110EXTRA_DIST = ogg.def ogg_dynamic.dsp ogg_static.dsp\
111 build_ogg_dynamic.bat build_ogg_dynamic_debug.bat\
112 build_ogg_static.bat build_ogg_static_debug.bat ogg.dsw
113
114subdir = win32
115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116CONFIG_HEADER = $(top_builddir)/config.h
117CONFIG_CLEAN_FILES =
118DIST_SOURCES =
119DIST_COMMON = Makefile.am Makefile.in
120all: all-am
121
122.SUFFIXES:
123$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && \
125 $(AUTOMAKE) --gnu win32/Makefile
126Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
127 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
128
129mostlyclean-libtool:
130 -rm -f *.lo
131
132clean-libtool:
133 -rm -rf .libs _libs
134
135distclean-libtool:
136 -rm -f libtool
137uninstall-info-am:
138tags: TAGS
139TAGS:
140
141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142
143top_distdir = ..
144distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
145
146distdir: $(DISTFILES)
147 @list='$(DISTFILES)'; for file in $$list; do \
148 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
149 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
150 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
151 dir="/$$dir"; \
152 $(mkinstalldirs) "$(distdir)$$dir"; \
153 else \
154 dir=''; \
155 fi; \
156 if test -d $$d/$$file; then \
157 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
158 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
159 fi; \
160 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
161 else \
162 test -f $(distdir)/$$file \
163 || cp -p $$d/$$file $(distdir)/$$file \
164 || exit 1; \
165 fi; \
166 done
167check-am: all-am
168check: check-am
169all-am: Makefile
170
171installdirs:
172
173install: install-am
174install-exec: install-exec-am
175install-data: install-data-am
176uninstall: uninstall-am
177
178install-am: all-am
179 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
180
181installcheck: installcheck-am
182install-strip:
183 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
184 INSTALL_STRIP_FLAG=-s \
185 `test -z '$(STRIP)' || \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
187mostlyclean-generic:
188
189clean-generic:
190
191distclean-generic:
192 -rm -f Makefile $(CONFIG_CLEAN_FILES)
193
194maintainer-clean-generic:
195 @echo "This command is intended for maintainers to use"
196 @echo "it deletes files that may require special tools to rebuild."
197clean: clean-am
198
199clean-am: clean-generic clean-libtool mostlyclean-am
200
201distclean: distclean-am
202
203distclean-am: clean-am distclean-generic distclean-libtool
204
205dvi: dvi-am
206
207dvi-am:
208
209info: info-am
210
211info-am:
212
213install-data-am:
214
215install-exec-am:
216
217install-info: install-info-am
218
219install-man:
220
221installcheck-am:
222
223maintainer-clean: maintainer-clean-am
224
225maintainer-clean-am: distclean-am maintainer-clean-generic
226
227mostlyclean: mostlyclean-am
228
229mostlyclean-am: mostlyclean-generic mostlyclean-libtool
230
231uninstall-am: uninstall-info-am
232
233.PHONY: all all-am check check-am clean clean-generic clean-libtool \
234 distclean distclean-generic distclean-libtool distdir dvi \
235 dvi-am info info-am install install-am install-data \
236 install-data-am install-exec install-exec-am install-info \
237 install-info-am install-man install-strip installcheck \
238 installcheck-am installdirs maintainer-clean \
239 maintainer-clean-generic mostlyclean mostlyclean-generic \
240 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
241
242# Tell versions [3.59,3.63) of GNU make to not export all variables.
243# Otherwise a system limit (for SysV at least) may be exceeded.
244.NOEXPORT: