comparison ext/guichan-0.8.2/include/guichan/contrib/sdl/Makefile.in @ 378:64738befdf3b

bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 11 Jan 2010 23:34:52 +0000
parents
children
comparison
equal deleted inserted replaced
377:fe6fb0e0ed23 378:64738befdf3b
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = include/guichan/contrib/sdl
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/include/config.hpp
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50 ACLOCAL = @ACLOCAL@
51 AMTAR = @AMTAR@
52 AR = @AR@
53 AS = @AS@
54 AUTOCONF = @AUTOCONF@
55 AUTOHEADER = @AUTOHEADER@
56 AUTOMAKE = @AUTOMAKE@
57 AWK = @AWK@
58 CC = @CC@
59 CCDEPMODE = @CCDEPMODE@
60 CFLAGS = @CFLAGS@
61 CPP = @CPP@
62 CPPFLAGS = @CPPFLAGS@
63 CXX = @CXX@
64 CXXCPP = @CXXCPP@
65 CXXDEPMODE = @CXXDEPMODE@
66 CXXFLAGS = @CXXFLAGS@
67 CYGPATH_W = @CYGPATH_W@
68 DEFS = @DEFS@
69 DEPDIR = @DEPDIR@
70 DLLTOOL = @DLLTOOL@
71 DSYMUTIL = @DSYMUTIL@
72 DUMPBIN = @DUMPBIN@
73 ECHO_C = @ECHO_C@
74 ECHO_N = @ECHO_N@
75 ECHO_T = @ECHO_T@
76 EGREP = @EGREP@
77 EXEEXT = @EXEEXT@
78 FGREP = @FGREP@
79 GREP = @GREP@
80 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@
81 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@
82 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@
83 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@
84 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@
85 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@
86 GUICHAN_VERSION = @GUICHAN_VERSION@
87 HAVE_ALLEGRO = @HAVE_ALLEGRO@
88 HAVE_SDL = @HAVE_SDL@
89 INSTALL = @INSTALL@
90 INSTALL_DATA = @INSTALL_DATA@
91 INSTALL_PROGRAM = @INSTALL_PROGRAM@
92 INSTALL_SCRIPT = @INSTALL_SCRIPT@
93 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94 LD = @LD@
95 LDFLAGS = @LDFLAGS@
96 LIBOBJS = @LIBOBJS@
97 LIBS = @LIBS@
98 LIBTOOL = @LIBTOOL@
99 LIPO = @LIPO@
100 LN_S = @LN_S@
101 LTLIBOBJS = @LTLIBOBJS@
102 LT_AGE = @LT_AGE@
103 LT_CURRENT = @LT_CURRENT@
104 LT_RELEASE = @LT_RELEASE@
105 LT_REVISION = @LT_REVISION@
106 MAKEINFO = @MAKEINFO@
107 MKDIR_P = @MKDIR_P@
108 NM = @NM@
109 NMEDIT = @NMEDIT@
110 OBJDUMP = @OBJDUMP@
111 OBJEXT = @OBJEXT@
112 OTOOL = @OTOOL@
113 OTOOL64 = @OTOOL64@
114 PACKAGE = @PACKAGE@
115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116 PACKAGE_NAME = @PACKAGE_NAME@
117 PACKAGE_STRING = @PACKAGE_STRING@
118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_URL = @PACKAGE_URL@
120 PACKAGE_VERSION = @PACKAGE_VERSION@
121 PATH_SEPARATOR = @PATH_SEPARATOR@
122 RANLIB = @RANLIB@
123 SED = @SED@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 VERSION = @VERSION@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_CXX = @ac_ct_CXX@
134 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
135 am__include = @am__include@
136 am__leading_dot = @am__leading_dot@
137 am__quote = @am__quote@
138 am__tar = @am__tar@
139 am__untar = @am__untar@
140 bindir = @bindir@
141 build = @build@
142 build_alias = @build_alias@
143 build_cpu = @build_cpu@
144 build_os = @build_os@
145 build_vendor = @build_vendor@
146 builddir = @builddir@
147 datadir = @datadir@
148 datarootdir = @datarootdir@
149 docdir = @docdir@
150 dvidir = @dvidir@
151 exec_prefix = @exec_prefix@
152 host = @host@
153 host_alias = @host_alias@
154 host_cpu = @host_cpu@
155 host_os = @host_os@
156 host_vendor = @host_vendor@
157 htmldir = @htmldir@
158 includedir = @includedir@
159 infodir = @infodir@
160 install_sh = @install_sh@
161 libdir = @libdir@
162 libexecdir = @libexecdir@
163 localedir = @localedir@
164 localstatedir = @localstatedir@
165 lt_ECHO = @lt_ECHO@
166 mandir = @mandir@
167 mkdir_p = @mkdir_p@
168 oldincludedir = @oldincludedir@
169 pdfdir = @pdfdir@
170 prefix = @prefix@
171 program_transform_name = @program_transform_name@
172 psdir = @psdir@
173 sbindir = @sbindir@
174 sharedstatedir = @sharedstatedir@
175 srcdir = @srcdir@
176 sysconfdir = @sysconfdir@
177 target = @target@
178 target_alias = @target_alias@
179 target_cpu = @target_cpu@
180 target_os = @target_os@
181 target_vendor = @target_vendor@
182 top_build_prefix = @top_build_prefix@
183 top_builddir = @top_builddir@
184 top_srcdir = @top_srcdir@
185 EXTRA_DIST = sdltruetypefont.hpp
186 all: all-am
187
188 .SUFFIXES:
189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
190 @for dep in $?; do \
191 case '$(am__configure_deps)' in \
192 *$$dep*) \
193 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
194 && { if test -f $@; then exit 0; else break; fi; }; \
195 exit 1;; \
196 esac; \
197 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/guichan/contrib/sdl/Makefile'; \
199 $(am__cd) $(top_srcdir) && \
200 $(AUTOMAKE) --gnu include/guichan/contrib/sdl/Makefile
201 .PRECIOUS: Makefile
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203 @case '$?' in \
204 *config.status*) \
205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
206 *) \
207 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
209 esac;
210
211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
214 $(top_srcdir)/configure: $(am__configure_deps)
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218 $(am__aclocal_m4_deps):
219
220 mostlyclean-libtool:
221 -rm -f *.lo
222
223 clean-libtool:
224 -rm -rf .libs _libs
225 tags: TAGS
226 TAGS:
227
228 ctags: CTAGS
229 CTAGS:
230
231
232 distdir: $(DISTFILES)
233 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
234 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
235 list='$(DISTFILES)'; \
236 dist_files=`for file in $$list; do echo $$file; done | \
237 sed -e "s|^$$srcdirstrip/||;t" \
238 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
239 case $$dist_files in \
240 */*) $(MKDIR_P) `echo "$$dist_files" | \
241 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
242 sort -u` ;; \
243 esac; \
244 for file in $$dist_files; do \
245 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
246 if test -d $$d/$$file; then \
247 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
248 if test -d "$(distdir)/$$file"; then \
249 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
250 fi; \
251 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
252 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
253 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
254 fi; \
255 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
256 else \
257 test -f "$(distdir)/$$file" \
258 || cp -p $$d/$$file "$(distdir)/$$file" \
259 || exit 1; \
260 fi; \
261 done
262 check-am: all-am
263 check: check-am
264 all-am: Makefile
265 installdirs:
266 install: install-am
267 install-exec: install-exec-am
268 install-data: install-data-am
269 uninstall: uninstall-am
270
271 install-am: all-am
272 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273
274 installcheck: installcheck-am
275 install-strip:
276 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
277 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
278 `test -z '$(STRIP)' || \
279 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
280 mostlyclean-generic:
281
282 clean-generic:
283
284 distclean-generic:
285 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
286 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
287
288 maintainer-clean-generic:
289 @echo "This command is intended for maintainers to use"
290 @echo "it deletes files that may require special tools to rebuild."
291 clean: clean-am
292
293 clean-am: clean-generic clean-libtool mostlyclean-am
294
295 distclean: distclean-am
296 -rm -f Makefile
297 distclean-am: clean-am distclean-generic
298
299 dvi: dvi-am
300
301 dvi-am:
302
303 html: html-am
304
305 html-am:
306
307 info: info-am
308
309 info-am:
310
311 install-data-am:
312
313 install-dvi: install-dvi-am
314
315 install-dvi-am:
316
317 install-exec-am:
318
319 install-html: install-html-am
320
321 install-html-am:
322
323 install-info: install-info-am
324
325 install-info-am:
326
327 install-man:
328
329 install-pdf: install-pdf-am
330
331 install-pdf-am:
332
333 install-ps: install-ps-am
334
335 install-ps-am:
336
337 installcheck-am:
338
339 maintainer-clean: maintainer-clean-am
340 -rm -f Makefile
341 maintainer-clean-am: distclean-am maintainer-clean-generic
342
343 mostlyclean: mostlyclean-am
344
345 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
346
347 pdf: pdf-am
348
349 pdf-am:
350
351 ps: ps-am
352
353 ps-am:
354
355 uninstall-am:
356
357 .MAKE: install-am install-strip
358
359 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
360 distclean distclean-generic distclean-libtool distdir dvi \
361 dvi-am html html-am info info-am install install-am \
362 install-data install-data-am install-dvi install-dvi-am \
363 install-exec install-exec-am install-html install-html-am \
364 install-info install-info-am install-man install-pdf \
365 install-pdf-am install-ps install-ps-am install-strip \
366 installcheck installcheck-am installdirs maintainer-clean \
367 maintainer-clean-generic mostlyclean mostlyclean-generic \
368 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
369
370
371 # Tell versions [3.59,3.63) of GNU make to not export all variables.
372 # Otherwise a system limit (for SysV at least) may be exceeded.
373 .NOEXPORT: