Mercurial > fife-parpg
comparison ext/guichan-0.8.2/src/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 | |
18 VPATH = @srcdir@ | |
19 pkgdatadir = $(datadir)/@PACKAGE@ | |
20 pkgincludedir = $(includedir)/@PACKAGE@ | |
21 pkglibdir = $(libdir)/@PACKAGE@ | |
22 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
24 install_sh_DATA = $(install_sh) -c -m 644 | |
25 install_sh_PROGRAM = $(install_sh) -c | |
26 install_sh_SCRIPT = $(install_sh) -c | |
27 INSTALL_HEADER = $(INSTALL_DATA) | |
28 transform = $(program_transform_name) | |
29 NORMAL_INSTALL = : | |
30 PRE_INSTALL = : | |
31 POST_INSTALL = : | |
32 NORMAL_UNINSTALL = : | |
33 PRE_UNINSTALL = : | |
34 POST_UNINSTALL = : | |
35 build_triplet = @build@ | |
36 host_triplet = @host@ | |
37 target_triplet = @target@ | |
38 subdir = src | |
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
43 $(ACLOCAL_M4) | |
44 mkinstalldirs = $(install_sh) -d | |
45 CONFIG_HEADER = $(top_builddir)/include/config.hpp | |
46 CONFIG_CLEAN_FILES = | |
47 CONFIG_CLEAN_VPATH_FILES = | |
48 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
49 am__vpath_adj = case $$p in \ | |
50 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
51 *) f=$$p;; \ | |
52 esac; | |
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
54 am__install_max = 40 | |
55 am__nobase_strip_setup = \ | |
56 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
57 am__nobase_strip = \ | |
58 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
59 am__nobase_list = $(am__nobase_strip_setup); \ | |
60 for p in $$list; do echo "$$p $$p"; done | \ | |
61 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
62 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
63 if (++n[$$2] == $(am__install_max)) \ | |
64 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
65 END { for (dir in files) print dir, files[dir] }' | |
66 am__base_list = \ | |
67 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
68 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
69 am__installdirs = "$(DESTDIR)$(libdir)" | |
70 LTLIBRARIES = $(lib_LTLIBRARIES) | |
71 am_libguichan_la_OBJECTS = actionevent.lo basiccontainer.lo \ | |
72 cliprectangle.lo color.lo defaultfont.lo event.lo exception.lo \ | |
73 focushandler.lo font.lo genericinput.lo graphics.lo gui.lo \ | |
74 guichan.lo image.lo imagefont.lo inputevent.lo key.lo \ | |
75 keyevent.lo keyinput.lo mouseevent.lo mouseinput.lo \ | |
76 rectangle.lo selectionevent.lo widget.lo | |
77 libguichan_la_OBJECTS = $(am_libguichan_la_OBJECTS) | |
78 libguichan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
79 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
80 $(CXXFLAGS) $(libguichan_la_LDFLAGS) $(LDFLAGS) -o $@ | |
81 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include | |
82 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
83 am__depfiles_maybe = depfiles | |
84 am__mv = mv -f | |
85 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
86 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
87 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
88 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
89 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
90 CXXLD = $(CXX) | |
91 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
92 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ | |
93 $(LDFLAGS) -o $@ | |
94 SOURCES = $(libguichan_la_SOURCES) | |
95 DIST_SOURCES = $(libguichan_la_SOURCES) | |
96 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
97 html-recursive info-recursive install-data-recursive \ | |
98 install-dvi-recursive install-exec-recursive \ | |
99 install-html-recursive install-info-recursive \ | |
100 install-pdf-recursive install-ps-recursive install-recursive \ | |
101 installcheck-recursive installdirs-recursive pdf-recursive \ | |
102 ps-recursive uninstall-recursive | |
103 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
104 distclean-recursive maintainer-clean-recursive | |
105 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
106 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
107 distdir | |
108 ETAGS = etags | |
109 CTAGS = ctags | |
110 DIST_SUBDIRS = $(SUBDIRS) | |
111 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
112 am__relativize = \ | |
113 dir0=`pwd`; \ | |
114 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
115 sed_rest='s,^[^/]*/*,,'; \ | |
116 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
117 sed_butlast='s,/*[^/]*$$,,'; \ | |
118 while test -n "$$dir1"; do \ | |
119 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
120 if test "$$first" != "."; then \ | |
121 if test "$$first" = ".."; then \ | |
122 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
123 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
124 else \ | |
125 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
126 if test "$$first2" = "$$first"; then \ | |
127 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
128 else \ | |
129 dir2="../$$dir2"; \ | |
130 fi; \ | |
131 dir0="$$dir0"/"$$first"; \ | |
132 fi; \ | |
133 fi; \ | |
134 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
135 done; \ | |
136 reldir="$$dir2" | |
137 ACLOCAL = @ACLOCAL@ | |
138 AMTAR = @AMTAR@ | |
139 AR = @AR@ | |
140 AS = @AS@ | |
141 AUTOCONF = @AUTOCONF@ | |
142 AUTOHEADER = @AUTOHEADER@ | |
143 AUTOMAKE = @AUTOMAKE@ | |
144 AWK = @AWK@ | |
145 CC = @CC@ | |
146 CCDEPMODE = @CCDEPMODE@ | |
147 CFLAGS = @CFLAGS@ | |
148 CPP = @CPP@ | |
149 CPPFLAGS = @CPPFLAGS@ | |
150 CXX = @CXX@ | |
151 CXXCPP = @CXXCPP@ | |
152 CXXDEPMODE = @CXXDEPMODE@ | |
153 CXXFLAGS = @CXXFLAGS@ | |
154 CYGPATH_W = @CYGPATH_W@ | |
155 DEFS = @DEFS@ | |
156 DEPDIR = @DEPDIR@ | |
157 DLLTOOL = @DLLTOOL@ | |
158 DSYMUTIL = @DSYMUTIL@ | |
159 DUMPBIN = @DUMPBIN@ | |
160 ECHO_C = @ECHO_C@ | |
161 ECHO_N = @ECHO_N@ | |
162 ECHO_T = @ECHO_T@ | |
163 EGREP = @EGREP@ | |
164 EXEEXT = @EXEEXT@ | |
165 FGREP = @FGREP@ | |
166 GREP = @GREP@ | |
167 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@ | |
168 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@ | |
169 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@ | |
170 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@ | |
171 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@ | |
172 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@ | |
173 GUICHAN_VERSION = @GUICHAN_VERSION@ | |
174 HAVE_ALLEGRO = @HAVE_ALLEGRO@ | |
175 HAVE_SDL = @HAVE_SDL@ | |
176 INSTALL = @INSTALL@ | |
177 INSTALL_DATA = @INSTALL_DATA@ | |
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
181 LD = @LD@ | |
182 LDFLAGS = @LDFLAGS@ | |
183 LIBOBJS = @LIBOBJS@ | |
184 LIBS = @LIBS@ | |
185 LIBTOOL = @LIBTOOL@ | |
186 LIPO = @LIPO@ | |
187 LN_S = @LN_S@ | |
188 LTLIBOBJS = @LTLIBOBJS@ | |
189 LT_AGE = @LT_AGE@ | |
190 LT_CURRENT = @LT_CURRENT@ | |
191 LT_RELEASE = @LT_RELEASE@ | |
192 LT_REVISION = @LT_REVISION@ | |
193 MAKEINFO = @MAKEINFO@ | |
194 MKDIR_P = @MKDIR_P@ | |
195 NM = @NM@ | |
196 NMEDIT = @NMEDIT@ | |
197 OBJDUMP = @OBJDUMP@ | |
198 OBJEXT = @OBJEXT@ | |
199 OTOOL = @OTOOL@ | |
200 OTOOL64 = @OTOOL64@ | |
201 PACKAGE = @PACKAGE@ | |
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
203 PACKAGE_NAME = @PACKAGE_NAME@ | |
204 PACKAGE_STRING = @PACKAGE_STRING@ | |
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
206 PACKAGE_URL = @PACKAGE_URL@ | |
207 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
208 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
209 RANLIB = @RANLIB@ | |
210 SED = @SED@ | |
211 SET_MAKE = @SET_MAKE@ | |
212 SHELL = @SHELL@ | |
213 STRIP = @STRIP@ | |
214 VERSION = @VERSION@ | |
215 abs_builddir = @abs_builddir@ | |
216 abs_srcdir = @abs_srcdir@ | |
217 abs_top_builddir = @abs_top_builddir@ | |
218 abs_top_srcdir = @abs_top_srcdir@ | |
219 ac_ct_CC = @ac_ct_CC@ | |
220 ac_ct_CXX = @ac_ct_CXX@ | |
221 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
222 am__include = @am__include@ | |
223 am__leading_dot = @am__leading_dot@ | |
224 am__quote = @am__quote@ | |
225 am__tar = @am__tar@ | |
226 am__untar = @am__untar@ | |
227 bindir = @bindir@ | |
228 build = @build@ | |
229 build_alias = @build_alias@ | |
230 build_cpu = @build_cpu@ | |
231 build_os = @build_os@ | |
232 build_vendor = @build_vendor@ | |
233 builddir = @builddir@ | |
234 datadir = @datadir@ | |
235 datarootdir = @datarootdir@ | |
236 docdir = @docdir@ | |
237 dvidir = @dvidir@ | |
238 exec_prefix = @exec_prefix@ | |
239 host = @host@ | |
240 host_alias = @host_alias@ | |
241 host_cpu = @host_cpu@ | |
242 host_os = @host_os@ | |
243 host_vendor = @host_vendor@ | |
244 htmldir = @htmldir@ | |
245 includedir = @includedir@ | |
246 infodir = @infodir@ | |
247 install_sh = @install_sh@ | |
248 libdir = @libdir@ | |
249 libexecdir = @libexecdir@ | |
250 localedir = @localedir@ | |
251 localstatedir = @localstatedir@ | |
252 lt_ECHO = @lt_ECHO@ | |
253 mandir = @mandir@ | |
254 mkdir_p = @mkdir_p@ | |
255 oldincludedir = @oldincludedir@ | |
256 pdfdir = @pdfdir@ | |
257 prefix = @prefix@ | |
258 program_transform_name = @program_transform_name@ | |
259 psdir = @psdir@ | |
260 sbindir = @sbindir@ | |
261 sharedstatedir = @sharedstatedir@ | |
262 srcdir = @srcdir@ | |
263 sysconfdir = @sysconfdir@ | |
264 target = @target@ | |
265 target_alias = @target_alias@ | |
266 target_cpu = @target_cpu@ | |
267 target_os = @target_os@ | |
268 target_vendor = @target_vendor@ | |
269 top_build_prefix = @top_build_prefix@ | |
270 top_builddir = @top_builddir@ | |
271 top_srcdir = @top_srcdir@ | |
272 SUBDIRS = widgets @GUICHAN_EXTRADIRS@ hge openlayer contrib | |
273 INCLUDES = -I$(top_srcdir)/include | |
274 lib_LTLIBRARIES = libguichan.la | |
275 libguichan_la_LIBADD = widgets/libguichan_widgets.la | |
276 libguichan_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
277 libguichan_la_DEPENDENCIES = \ | |
278 widgets/libguichan_widgets.la | |
279 | |
280 | |
281 # The Gui-chan library sources | |
282 libguichan_la_SOURCES = \ | |
283 actionevent.cpp \ | |
284 basiccontainer.cpp \ | |
285 cliprectangle.cpp \ | |
286 color.cpp \ | |
287 defaultfont.cpp \ | |
288 event.cpp \ | |
289 exception.cpp \ | |
290 focushandler.cpp \ | |
291 font.cpp \ | |
292 genericinput.cpp \ | |
293 graphics.cpp \ | |
294 gui.cpp \ | |
295 guichan.cpp \ | |
296 image.cpp \ | |
297 imagefont.cpp \ | |
298 inputevent.cpp \ | |
299 key.cpp \ | |
300 keyevent.cpp \ | |
301 keyinput.cpp \ | |
302 mouseevent.cpp \ | |
303 mouseinput.cpp \ | |
304 rectangle.cpp \ | |
305 selectionevent.cpp \ | |
306 widget.cpp | |
307 | |
308 all: all-recursive | |
309 | |
310 .SUFFIXES: | |
311 .SUFFIXES: .cpp .lo .o .obj | |
312 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
313 @for dep in $?; do \ | |
314 case '$(am__configure_deps)' in \ | |
315 *$$dep*) \ | |
316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
317 && { if test -f $@; then exit 0; else break; fi; }; \ | |
318 exit 1;; \ | |
319 esac; \ | |
320 done; \ | |
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | |
322 $(am__cd) $(top_srcdir) && \ | |
323 $(AUTOMAKE) --gnu src/Makefile | |
324 .PRECIOUS: Makefile | |
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
326 @case '$?' in \ | |
327 *config.status*) \ | |
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
329 *) \ | |
330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
332 esac; | |
333 | |
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
336 | |
337 $(top_srcdir)/configure: $(am__configure_deps) | |
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
339 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
341 $(am__aclocal_m4_deps): | |
342 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
343 @$(NORMAL_INSTALL) | |
344 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" | |
345 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
346 list2=; for p in $$list; do \ | |
347 if test -f $$p; then \ | |
348 list2="$$list2 $$p"; \ | |
349 else :; fi; \ | |
350 done; \ | |
351 test -z "$$list2" || { \ | |
352 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ | |
353 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ | |
354 } | |
355 | |
356 uninstall-libLTLIBRARIES: | |
357 @$(NORMAL_UNINSTALL) | |
358 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |
359 for p in $$list; do \ | |
360 $(am__strip_dir) \ | |
361 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ | |
362 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ | |
363 done | |
364 | |
365 clean-libLTLIBRARIES: | |
366 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
367 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
368 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
369 test "$$dir" != "$$p" || dir=.; \ | |
370 echo "rm -f \"$${dir}/so_locations\""; \ | |
371 rm -f "$${dir}/so_locations"; \ | |
372 done | |
373 libguichan.la: $(libguichan_la_OBJECTS) $(libguichan_la_DEPENDENCIES) | |
374 $(libguichan_la_LINK) -rpath $(libdir) $(libguichan_la_OBJECTS) $(libguichan_la_LIBADD) $(LIBS) | |
375 | |
376 mostlyclean-compile: | |
377 -rm -f *.$(OBJEXT) | |
378 | |
379 distclean-compile: | |
380 -rm -f *.tab.c | |
381 | |
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actionevent.Plo@am__quote@ | |
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basiccontainer.Plo@am__quote@ | |
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cliprectangle.Plo@am__quote@ | |
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Plo@am__quote@ | |
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultfont.Plo@am__quote@ | |
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@ | |
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@ | |
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/focushandler.Plo@am__quote@ | |
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Plo@am__quote@ | |
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericinput.Plo@am__quote@ | |
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Plo@am__quote@ | |
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Plo@am__quote@ | |
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guichan.Plo@am__quote@ | |
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@ | |
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagefont.Plo@am__quote@ | |
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputevent.Plo@am__quote@ | |
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key.Plo@am__quote@ | |
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyevent.Plo@am__quote@ | |
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyinput.Plo@am__quote@ | |
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseevent.Plo@am__quote@ | |
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseinput.Plo@am__quote@ | |
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rectangle.Plo@am__quote@ | |
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selectionevent.Plo@am__quote@ | |
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Plo@am__quote@ | |
406 | |
407 .cpp.o: | |
408 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
409 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
412 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< | |
413 | |
414 .cpp.obj: | |
415 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
416 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
419 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
420 | |
421 .cpp.lo: | |
422 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
423 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
426 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< | |
427 | |
428 mostlyclean-libtool: | |
429 -rm -f *.lo | |
430 | |
431 clean-libtool: | |
432 -rm -rf .libs _libs | |
433 | |
434 # This directory's subdirectories are mostly independent; you can cd | |
435 # into them and run `make' without going through this Makefile. | |
436 # To change the values of `make' variables: instead of editing Makefiles, | |
437 # (1) if the variable is set in `config.status', edit `config.status' | |
438 # (which will cause the Makefiles to be regenerated when you run `make'); | |
439 # (2) otherwise, pass the desired values on the `make' command line. | |
440 $(RECURSIVE_TARGETS): | |
441 @failcom='exit 1'; \ | |
442 for f in x $$MAKEFLAGS; do \ | |
443 case $$f in \ | |
444 *=* | --[!k]*);; \ | |
445 *k*) failcom='fail=yes';; \ | |
446 esac; \ | |
447 done; \ | |
448 dot_seen=no; \ | |
449 target=`echo $@ | sed s/-recursive//`; \ | |
450 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
451 echo "Making $$target in $$subdir"; \ | |
452 if test "$$subdir" = "."; then \ | |
453 dot_seen=yes; \ | |
454 local_target="$$target-am"; \ | |
455 else \ | |
456 local_target="$$target"; \ | |
457 fi; \ | |
458 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
459 || eval $$failcom; \ | |
460 done; \ | |
461 if test "$$dot_seen" = "no"; then \ | |
462 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
463 fi; test -z "$$fail" | |
464 | |
465 $(RECURSIVE_CLEAN_TARGETS): | |
466 @failcom='exit 1'; \ | |
467 for f in x $$MAKEFLAGS; do \ | |
468 case $$f in \ | |
469 *=* | --[!k]*);; \ | |
470 *k*) failcom='fail=yes';; \ | |
471 esac; \ | |
472 done; \ | |
473 dot_seen=no; \ | |
474 case "$@" in \ | |
475 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
476 *) list='$(SUBDIRS)' ;; \ | |
477 esac; \ | |
478 rev=''; for subdir in $$list; do \ | |
479 if test "$$subdir" = "."; then :; else \ | |
480 rev="$$subdir $$rev"; \ | |
481 fi; \ | |
482 done; \ | |
483 rev="$$rev ."; \ | |
484 target=`echo $@ | sed s/-recursive//`; \ | |
485 for subdir in $$rev; do \ | |
486 echo "Making $$target in $$subdir"; \ | |
487 if test "$$subdir" = "."; then \ | |
488 local_target="$$target-am"; \ | |
489 else \ | |
490 local_target="$$target"; \ | |
491 fi; \ | |
492 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
493 || eval $$failcom; \ | |
494 done && test -z "$$fail" | |
495 tags-recursive: | |
496 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
497 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
498 done | |
499 ctags-recursive: | |
500 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
501 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
502 done | |
503 | |
504 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
505 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
506 unique=`for i in $$list; do \ | |
507 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
508 done | \ | |
509 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
510 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
511 mkid -fID $$unique | |
512 tags: TAGS | |
513 | |
514 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
515 $(TAGS_FILES) $(LISP) | |
516 set x; \ | |
517 here=`pwd`; \ | |
518 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
519 include_option=--etags-include; \ | |
520 empty_fix=.; \ | |
521 else \ | |
522 include_option=--include; \ | |
523 empty_fix=; \ | |
524 fi; \ | |
525 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
526 if test "$$subdir" = .; then :; else \ | |
527 test ! -f $$subdir/TAGS || \ | |
528 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
529 fi; \ | |
530 done; \ | |
531 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
532 unique=`for i in $$list; do \ | |
533 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
534 done | \ | |
535 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
536 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
537 shift; \ | |
538 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
539 test -n "$$unique" || unique=$$empty_fix; \ | |
540 if test $$# -gt 0; then \ | |
541 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
542 "$$@" $$unique; \ | |
543 else \ | |
544 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
545 $$unique; \ | |
546 fi; \ | |
547 fi | |
548 ctags: CTAGS | |
549 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
550 $(TAGS_FILES) $(LISP) | |
551 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
552 unique=`for i in $$list; do \ | |
553 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
554 done | \ | |
555 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
556 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
557 test -z "$(CTAGS_ARGS)$$unique" \ | |
558 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
559 $$unique | |
560 | |
561 GTAGS: | |
562 here=`$(am__cd) $(top_builddir) && pwd` \ | |
563 && $(am__cd) $(top_srcdir) \ | |
564 && gtags -i $(GTAGS_ARGS) "$$here" | |
565 | |
566 distclean-tags: | |
567 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
568 | |
569 distdir: $(DISTFILES) | |
570 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
571 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
572 list='$(DISTFILES)'; \ | |
573 dist_files=`for file in $$list; do echo $$file; done | \ | |
574 sed -e "s|^$$srcdirstrip/||;t" \ | |
575 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
576 case $$dist_files in \ | |
577 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
578 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
579 sort -u` ;; \ | |
580 esac; \ | |
581 for file in $$dist_files; do \ | |
582 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
583 if test -d $$d/$$file; then \ | |
584 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
585 if test -d "$(distdir)/$$file"; then \ | |
586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
587 fi; \ | |
588 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
589 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
591 fi; \ | |
592 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
593 else \ | |
594 test -f "$(distdir)/$$file" \ | |
595 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
596 || exit 1; \ | |
597 fi; \ | |
598 done | |
599 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
600 if test "$$subdir" = .; then :; else \ | |
601 test -d "$(distdir)/$$subdir" \ | |
602 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
603 || exit 1; \ | |
604 fi; \ | |
605 done | |
606 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
607 if test "$$subdir" = .; then :; else \ | |
608 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
609 $(am__relativize); \ | |
610 new_distdir=$$reldir; \ | |
611 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
612 $(am__relativize); \ | |
613 new_top_distdir=$$reldir; \ | |
614 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
615 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
616 ($(am__cd) $$subdir && \ | |
617 $(MAKE) $(AM_MAKEFLAGS) \ | |
618 top_distdir="$$new_top_distdir" \ | |
619 distdir="$$new_distdir" \ | |
620 am__remove_distdir=: \ | |
621 am__skip_length_check=: \ | |
622 am__skip_mode_fix=: \ | |
623 distdir) \ | |
624 || exit 1; \ | |
625 fi; \ | |
626 done | |
627 check-am: all-am | |
628 check: check-recursive | |
629 all-am: Makefile $(LTLIBRARIES) | |
630 installdirs: installdirs-recursive | |
631 installdirs-am: | |
632 for dir in "$(DESTDIR)$(libdir)"; do \ | |
633 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
634 done | |
635 install: install-recursive | |
636 install-exec: install-exec-recursive | |
637 install-data: install-data-recursive | |
638 uninstall: uninstall-recursive | |
639 | |
640 install-am: all-am | |
641 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
642 | |
643 installcheck: installcheck-recursive | |
644 install-strip: | |
645 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
646 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
647 `test -z '$(STRIP)' || \ | |
648 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
649 mostlyclean-generic: | |
650 | |
651 clean-generic: | |
652 | |
653 distclean-generic: | |
654 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
655 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
656 | |
657 maintainer-clean-generic: | |
658 @echo "This command is intended for maintainers to use" | |
659 @echo "it deletes files that may require special tools to rebuild." | |
660 clean: clean-recursive | |
661 | |
662 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |
663 mostlyclean-am | |
664 | |
665 distclean: distclean-recursive | |
666 -rm -rf ./$(DEPDIR) | |
667 -rm -f Makefile | |
668 distclean-am: clean-am distclean-compile distclean-generic \ | |
669 distclean-tags | |
670 | |
671 dvi: dvi-recursive | |
672 | |
673 dvi-am: | |
674 | |
675 html: html-recursive | |
676 | |
677 html-am: | |
678 | |
679 info: info-recursive | |
680 | |
681 info-am: | |
682 | |
683 install-data-am: | |
684 | |
685 install-dvi: install-dvi-recursive | |
686 | |
687 install-dvi-am: | |
688 | |
689 install-exec-am: install-libLTLIBRARIES | |
690 | |
691 install-html: install-html-recursive | |
692 | |
693 install-html-am: | |
694 | |
695 install-info: install-info-recursive | |
696 | |
697 install-info-am: | |
698 | |
699 install-man: | |
700 | |
701 install-pdf: install-pdf-recursive | |
702 | |
703 install-pdf-am: | |
704 | |
705 install-ps: install-ps-recursive | |
706 | |
707 install-ps-am: | |
708 | |
709 installcheck-am: | |
710 | |
711 maintainer-clean: maintainer-clean-recursive | |
712 -rm -rf ./$(DEPDIR) | |
713 -rm -f Makefile | |
714 maintainer-clean-am: distclean-am maintainer-clean-generic | |
715 | |
716 mostlyclean: mostlyclean-recursive | |
717 | |
718 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
719 mostlyclean-libtool | |
720 | |
721 pdf: pdf-recursive | |
722 | |
723 pdf-am: | |
724 | |
725 ps: ps-recursive | |
726 | |
727 ps-am: | |
728 | |
729 uninstall-am: uninstall-libLTLIBRARIES | |
730 | |
731 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | |
732 install-am install-strip tags-recursive | |
733 | |
734 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
735 all all-am check check-am clean clean-generic \ | |
736 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ | |
737 distclean distclean-compile distclean-generic \ | |
738 distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
739 html-am info info-am install install-am install-data \ | |
740 install-data-am install-dvi install-dvi-am install-exec \ | |
741 install-exec-am install-html install-html-am install-info \ | |
742 install-info-am install-libLTLIBRARIES install-man install-pdf \ | |
743 install-pdf-am install-ps install-ps-am install-strip \ | |
744 installcheck installcheck-am installdirs installdirs-am \ | |
745 maintainer-clean maintainer-clean-generic mostlyclean \ | |
746 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
747 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ | |
748 uninstall-libLTLIBRARIES | |
749 | |
750 | |
751 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
752 # Otherwise a system limit (for SysV at least) may be exceeded. | |
753 .NOEXPORT: |