1 # 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@ 16 SHELL = @SHELL@ 17 18 srcdir = @srcdir@ 19 top_srcdir = @top_srcdir@ 20 VPATH = @srcdir@ 21 prefix = @prefix@ 22 exec_prefix = @exec_prefix@ 23 24 bindir = @bindir@ 25 sbindir = @sbindir@ 26 libexecdir = @libexecdir@ 27 datadir = @datadir@ 28 sysconfdir = @sysconfdir@ 29 sharedstatedir = @sharedstatedir@ 30 localstatedir = @localstatedir@ 31 libdir = @libdir@ 32 infodir = @infodir@ 33 mandir = @mandir@ 34 includedir = @includedir@ 35 oldincludedir = /usr/include 36 pkgdatadir = $(datadir)/@PACKAGE@ 37 pkglibdir = $(libdir)/@PACKAGE@ 38 pkgincludedir = $(includedir)/@PACKAGE@ 39 top_builddir = .. 40 41 ACLOCAL = @ACLOCAL@ 42 AUTOCONF = @AUTOCONF@ 43 AUTOMAKE = @AUTOMAKE@ 44 AUTOHEADER = @AUTOHEADER@ 45 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47 INSTALL = @INSTALL@ 48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 49 INSTALL_DATA = @INSTALL_DATA@ 50 install_sh_DATA = $(install_sh) -c -m 644 51 install_sh_PROGRAM = $(install_sh) -c 52 install_sh_SCRIPT = $(install_sh) -c 53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 54 INSTALL_HEADER = $(INSTALL_DATA) 55 transform = @program_transform_name@ 56 NORMAL_INSTALL = : 57 PRE_INSTALL = : 58 POST_INSTALL = : 59 NORMAL_UNINSTALL = : 60 PRE_UNINSTALL = : 61 POST_UNINSTALL = : 62 host_alias = @host_alias@ 63 host_triplet = @host@ 64 65 EXEEXT = @EXEEXT@ 66 OBJEXT = @OBJEXT@ 67 PATH_SEPARATOR = @PATH_SEPARATOR@ 68 AMTAR = @AMTAR@ 69 AR = @AR@ 70 AS = @AS@ 71 AWK = @AWK@ 72 CC = @CC@ 73 CFLAGS = @CFLAGS@ 74 CXX = @CXX@ 75 CXXCPP = @CXXCPP@ 76 DEBUG = @DEBUG@ 77 DEPDIR = @DEPDIR@ 78 DLLTOOL = @DLLTOOL@ 79 ECHO = @ECHO@ 80 EGREP = @EGREP@ 81 F77 = @F77@ 82 GCJ = @GCJ@ 83 GCJFLAGS = @GCJFLAGS@ 84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 85 LIBS = @LIBS@ 86 LIBTOOL = @LIBTOOL@ 87 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 88 LIB_AGE = @LIB_AGE@ 89 LIB_CURRENT = @LIB_CURRENT@ 90 LIB_REVISION = @LIB_REVISION@ 91 LN_S = @LN_S@ 92 MAINT = @MAINT@ 93 OBJDUMP = @OBJDUMP@ 94 OPT = @OPT@ 95 PACKAGE = @PACKAGE@ 96 PROFILE = @PROFILE@ 97 RANLIB = @RANLIB@ 98 RC = @RC@ 99 SIZE16 = @SIZE16@ 100 SIZE32 = @SIZE32@ 101 SIZE64 = @SIZE64@ 102 STRIP = @STRIP@ 103 USIZE16 = @USIZE16@ 104 USIZE32 = @USIZE32@ 105 VERSION = @VERSION@ 106 am__include = @am__include@ 107 am__quote = @am__quote@ 108 install_sh = @install_sh@ 109 110 EXTRA_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 114 subdir = win32 115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 116 CONFIG_HEADER = $(top_builddir)/config.h 117 CONFIG_CLEAN_FILES = 118 DIST_SOURCES = 119 DIST_COMMON = Makefile.am Makefile.in 120 all: 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 126 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 127 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 128 129 mostlyclean-libtool: 130 -rm -f *.lo 131 132 clean-libtool: 133 -rm -rf .libs _libs 134 135 distclean-libtool: 136 -rm -f libtool 137 uninstall-info-am: 138 tags: TAGS 139 TAGS: 140 141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 142 143 top_distdir = .. 144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 145 146 distdir: $(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 167 check-am: all-am 168 check: check-am 169 all-am: Makefile 170 171 installdirs: 172 173 install: install-am 174 install-exec: install-exec-am 175 install-data: install-data-am 176 uninstall: uninstall-am 177 178 install-am: all-am 179 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 180 181 installcheck: installcheck-am 182 install-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 187 mostlyclean-generic: 188 189 clean-generic: 190 191 distclean-generic: 192 -rm -f Makefile $(CONFIG_CLEAN_FILES) 193 194 maintainer-clean-generic: 195 @echo "This command is intended for maintainers to use" 196 @echo "it deletes files that may require special tools to rebuild." 197 clean: clean-am 198 199 clean-am: clean-generic clean-libtool mostlyclean-am 200 201 distclean: distclean-am 202 203 distclean-am: clean-am distclean-generic distclean-libtool 204 205 dvi: dvi-am 206 207 dvi-am: 208 209 info: info-am 210 211 info-am: 212 213 install-data-am: 214 215 install-exec-am: 216 217 install-info: install-info-am 218 219 install-man: 220 221 installcheck-am: 222 223 maintainer-clean: maintainer-clean-am 224 225 maintainer-clean-am: distclean-am maintainer-clean-generic 226 227 mostlyclean: mostlyclean-am 228 229 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 230 231 uninstall-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: 245