initial commit, lordsawar source, slightly modified
[lordsawar] / src / gui / Makefile.in
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/gui
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
43         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
44         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
45         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
48         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
49         $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = $(top_builddir)/config.h
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 LTLIBRARIES = $(noinst_LTLIBRARIES)
57 liblwgui_la_DEPENDENCIES = @LTLIBOBJS@
58 am_liblwgui_la_OBJECTS = driver.lo fight-order-dialog.lo \
59         hero-levels-dialog.lo army-bonus-dialog.lo \
60         item-bonus-dialog.lo city-info-tip.lo army-info-tip.lo \
61         stack-info-tip.lo army-gains-level-dialog.lo \
62         buy-production-dialog.lo city-window.lo destination-dialog.lo \
63         error-utils.lo fight-window.lo game-preferences-dialog.lo \
64         game-options-dialog.lo game-window.lo hero-dialog.lo \
65         hero-offer-dialog.lo surrender-dialog.lo \
66         surrender-refused-dialog.lo sage-dialog.lo \
67         ruin-rewarded-dialog.lo ruin-report-dialog.lo \
68         history-report-dialog.lo report-dialog.lo triumphs-dialog.lo \
69         diplomacy-dialog.lo diplomacy-report-dialog.lo \
70         load-scenario-dialog.lo quest-assigned-dialog.lo \
71         quest-completed-dialog.lo bar-chart.lo line-chart.lo main.lo \
72         quest-report-dialog.lo preferences-dialog.lo \
73         main-preferences-dialog.lo stack-info-dialog.lo \
74         splash-window.lo image-helpers.lo timed-message-dialog.lo \
75         game-lobby-dialog.lo network-game-selector-dialog.lo \
76         new-network-game-download-window.lo decorated.lo \
77         new-random-map-dialog.lo
78 liblwgui_la_OBJECTS = $(am_liblwgui_la_OBJECTS)
79 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80 depcomp = $(SHELL) $(top_srcdir)/depcomp
81 am__depfiles_maybe = depfiles
82 am__mv = mv -f
83 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
85 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88 CXXLD = $(CXX)
89 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
91         $(LDFLAGS) -o $@
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 CCLD = $(CC)
98 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100         $(LDFLAGS) -o $@
101 SOURCES = $(liblwgui_la_SOURCES)
102 DIST_SOURCES = $(liblwgui_la_SOURCES)
103 ETAGS = etags
104 CTAGS = ctags
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106 ACLOCAL = @ACLOCAL@
107 ALL_LINGUAS = @ALL_LINGUAS@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
115 CATALOGS = @CATALOGS@
116 CATOBJEXT = @CATOBJEXT@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CXX = @CXX@
123 CXXCPP = @CXXCPP@
124 CXXDEPMODE = @CXXDEPMODE@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DATADIRNAME = @DATADIRNAME@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 DSYMUTIL = @DSYMUTIL@
131 DUMPBIN = @DUMPBIN@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 FGREP = @FGREP@
138 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
139 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
140 GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
141 GLIBMM_LIBS = @GLIBMM_LIBS@
142 GMOFILES = @GMOFILES@
143 GMSGFMT = @GMSGFMT@
144 GMSGFMT_015 = @GMSGFMT_015@
145 GREP = @GREP@
146 GTKMM_CFLAGS = @GTKMM_CFLAGS@
147 GTKMM_LIBS = @GTKMM_LIBS@
148 HOME = @HOME@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 INSTOBJEXT = @INSTOBJEXT@
155 INTLLIBS = @INTLLIBS@
156 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
157 INTLTOOL_MERGE = @INTLTOOL_MERGE@
158 INTLTOOL_PERL = @INTLTOOL_PERL@
159 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
160 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
161 LD = @LD@
162 LDFLAGS = @LDFLAGS@
163 LIBGNET_CFLAGS = @LIBGNET_CFLAGS@
164 LIBGNET_LIBS = @LIBGNET_LIBS@
165 LIBICONV = @LIBICONV@
166 LIBINTL = @LIBINTL@
167 LIBOBJS = @LIBOBJS@
168 LIBS = @LIBS@
169 LIBSIGC_CFLAGS = @LIBSIGC_CFLAGS@
170 LIBSIGC_LIBS = @LIBSIGC_LIBS@
171 LIBTOOL = @LIBTOOL@
172 LIPO = @LIPO@
173 LN_S = @LN_S@
174 LORDSAWAR_DATADIR = @LORDSAWAR_DATADIR@
175 LTLIBICONV = @LTLIBICONV@
176 LTLIBINTL = @LTLIBINTL@
177 LTLIBOBJS = @LTLIBOBJS@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 MKINSTALLDIRS = @MKINSTALLDIRS@
181 MSGFMT = @MSGFMT@
182 MSGFMT_015 = @MSGFMT_015@
183 MSGFMT_OPTS = @MSGFMT_OPTS@
184 MSGMERGE = @MSGMERGE@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 PKG_CONFIG = @PKG_CONFIG@
200 POFILES = @POFILES@
201 POSUB = @POSUB@
202 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
203 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
204 PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
205 RANLIB = @RANLIB@
206 SCREEN_RESOLUTION = @SCREEN_RESOLUTION@
207 SDLSOUND_LIBS = @SDLSOUND_LIBS@
208 SDL_CFLAGS = @SDL_CFLAGS@
209 SDL_CONFIG = @SDL_CONFIG@
210 SDL_LIBS = @SDL_LIBS@
211 SED = @SED@
212 SET_MAKE = @SET_MAKE@
213 SHELL = @SHELL@
214 STRIP = @STRIP@
215 USE_NLS = @USE_NLS@
216 VERSION = @VERSION@
217 XGETTEXT = @XGETTEXT@
218 XGETTEXT_015 = @XGETTEXT_015@
219 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
220 ZIP_FILES = @ZIP_FILES@
221 abs_builddir = @abs_builddir@
222 abs_srcdir = @abs_srcdir@
223 abs_top_builddir = @abs_top_builddir@
224 abs_top_srcdir = @abs_top_srcdir@
225 ac_ct_CC = @ac_ct_CC@
226 ac_ct_CXX = @ac_ct_CXX@
227 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228 am__include = @am__include@
229 am__leading_dot = @am__leading_dot@
230 am__quote = @am__quote@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 bindir = @bindir@
234 build = @build@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
239 builddir = @builddir@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 exec_prefix = @exec_prefix@
245 host = @host@
246 host_alias = @host_alias@
247 host_cpu = @host_cpu@
248 host_os = @host_os@
249 host_vendor = @host_vendor@
250 htmldir = @htmldir@
251 includedir = @includedir@
252 infodir = @infodir@
253 install_sh = @install_sh@
254 libdir = @libdir@
255 libexecdir = @libexecdir@
256 localedir = @localedir@
257 localstatedir = @localstatedir@
258 lt_ECHO = @lt_ECHO@
259 mandir = @mandir@
260 mkdir_p = @mkdir_p@
261 oldincludedir = @oldincludedir@
262 pdfdir = @pdfdir@
263 prefix = @prefix@
264 program_transform_name = @program_transform_name@
265 psdir = @psdir@
266 sbindir = @sbindir@
267 sharedstatedir = @sharedstatedir@
268 srcdir = @srcdir@
269 sysconfdir = @sysconfdir@
270 target = @target@
271 target_alias = @target_alias@
272 target_cpu = @target_cpu@
273 target_os = @target_os@
274 target_vendor = @target_vendor@
275 top_build_prefix = @top_build_prefix@
276 top_builddir = @top_builddir@
277 top_srcdir = @top_srcdir@
278
279 #   Copyright (C) 2007 Ole Laursen
280 #   Copyright (C) 2007, 2008, 2009 Ben Asselstine
281 #   Copyright (C) 2008 Barry deFreese
282
283 #   This program is free software; you can redistribute it and/or modify
284 #   it under the terms of the GNU General Public License as published by
285 #   the Free Software Foundation; either version 3 of the License, or
286 #   (at your option) any later version.
287
288 #   This program is distributed in the hope that it will be useful,
289 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
290 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
291 #   GNU Library General Public License for more details.
292
293 #   You should have received a copy of the GNU General Public License
294 #   along with this program; if not, write to the Free Software
295 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
296 #   02110-1301, USA.
297 MAINTAINERCLEANFILES = Makefile.in
298 noinst_LTLIBRARIES = liblwgui.la
299 liblwgui_la_SOURCES = \
300     driver.cpp driver.h \
301     fight-order-dialog.cpp fight-order-dialog.h \
302     hero-levels-dialog.cpp hero-levels-dialog.h \
303     army-bonus-dialog.cpp army-bonus-dialog.h \
304     item-bonus-dialog.cpp item-bonus-dialog.h \
305     city-info-tip.cpp city-info-tip.h \
306     army-info-tip.cpp army-info-tip.h \
307     stack-info-tip.cpp stack-info-tip.h \
308     army-gains-level-dialog.cpp army-gains-level-dialog.h \
309     buy-production-dialog.cpp buy-production-dialog.h \
310     city-window.cpp city-window.h \
311     destination-dialog.cpp destination-dialog.h \
312     error-utils.cpp error-utils.h \
313     fight-window.cpp fight-window.h \
314     game-preferences-dialog.cpp game-preferences-dialog.h \
315     game-options-dialog.cpp game-options-dialog.h \
316     game-window.cpp game-window.h \
317     hero-dialog.cpp hero-dialog.h \
318     hero-offer-dialog.cpp hero-offer-dialog.h \
319     surrender-dialog.cpp surrender-dialog.h \
320     surrender-refused-dialog.cpp surrender-refused-dialog.h \
321     sage-dialog.cpp sage-dialog.h \
322     ruin-rewarded-dialog.cpp ruin-rewarded-dialog.h \
323     ruin-report-dialog.cpp ruin-report-dialog.h \
324     history-report-dialog.cpp history-report-dialog.h \
325     report-dialog.cpp report-dialog.h \
326     triumphs-dialog.cpp triumphs-dialog.h \
327     diplomacy-dialog.cpp diplomacy-dialog.h \
328     diplomacy-report-dialog.cpp diplomacy-report-dialog.h \
329     load-scenario-dialog.cpp load-scenario-dialog.h \
330     quest-assigned-dialog.cpp quest-assigned-dialog.h \
331     quest-completed-dialog.cpp quest-completed-dialog.h \
332     bar-chart.cpp bar-chart.h \
333     line-chart.cpp line-chart.h \
334     main.cpp main.h \
335     quest-report-dialog.cpp quest-report-dialog.h \
336     preferences-dialog.cpp preferences-dialog.h \
337     main-preferences-dialog.cpp main-preferences-dialog.h \
338     stack-info-dialog.cpp stack-info-dialog.h \
339     splash-window.cpp splash-window.h \
340     image-helpers.cpp image-helpers.h \
341     glade-helpers.h \
342     input-helpers.h \
343     timed-message-dialog.cpp timed-message-dialog.h \
344     game-lobby-dialog.cpp game-lobby-dialog.h \
345     network-game-selector-dialog.cpp network-game-selector-dialog.h \
346     new-network-game-download-window.cpp new-network-game-download-window.h \
347     decorated.cpp decorated.h \
348     new-random-map-dialog.cpp new-random-map-dialog.h
349
350 liblwgui_la_LIBADD = @LTLIBOBJS@
351 INCLUDES = \
352    $(GTKMM_CFLAGS) \
353    $(SDL_CFLAGS) \
354    -I$(top_srcdir)/src
355
356 AM_CXXFLAGS = -Wall
357 all: all-am
358
359 .SUFFIXES:
360 .SUFFIXES: .cpp .lo .o .obj
361 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362         @for dep in $?; do \
363           case '$(am__configure_deps)' in \
364             *$$dep*) \
365               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366                 && { if test -f $@; then exit 0; else break; fi; }; \
367               exit 1;; \
368           esac; \
369         done; \
370         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gui/Makefile'; \
371         $(am__cd) $(top_srcdir) && \
372           $(AUTOMAKE) --gnu src/gui/Makefile
373 .PRECIOUS: Makefile
374 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375         @case '$?' in \
376           *config.status*) \
377             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378           *) \
379             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381         esac;
382
383 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
386 $(top_srcdir)/configure:  $(am__configure_deps)
387         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
389         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(am__aclocal_m4_deps):
391
392 clean-noinstLTLIBRARIES:
393         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
394         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
395           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
396           test "$$dir" != "$$p" || dir=.; \
397           echo "rm -f \"$${dir}/so_locations\""; \
398           rm -f "$${dir}/so_locations"; \
399         done
400 liblwgui.la: $(liblwgui_la_OBJECTS) $(liblwgui_la_DEPENDENCIES) 
401         $(CXXLINK)  $(liblwgui_la_OBJECTS) $(liblwgui_la_LIBADD) $(LIBS)
402
403 mostlyclean-compile:
404         -rm -f *.$(OBJEXT)
405
406 distclean-compile:
407         -rm -f *.tab.c
408
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/army-bonus-dialog.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/army-gains-level-dialog.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/army-info-tip.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar-chart.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buy-production-dialog.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/city-info-tip.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/city-window.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decorated.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/destination-dialog.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diplomacy-dialog.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diplomacy-report-dialog.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error-utils.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fight-order-dialog.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fight-window.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game-lobby-dialog.Plo@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game-options-dialog.Plo@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game-preferences-dialog.Plo@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game-window.Plo@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hero-dialog.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hero-levels-dialog.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hero-offer-dialog.Plo@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history-report-dialog.Plo@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-helpers.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item-bonus-dialog.Plo@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line-chart.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load-scenario-dialog.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-preferences-dialog.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-game-selector-dialog.Plo@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-network-game-download-window.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-random-map-dialog.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preferences-dialog.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quest-assigned-dialog.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quest-completed-dialog.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quest-report-dialog.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/report-dialog.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ruin-report-dialog.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ruin-rewarded-dialog.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sage-dialog.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splash-window.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack-info-dialog.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack-info-tip.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surrender-dialog.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surrender-refused-dialog.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timed-message-dialog.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/triumphs-dialog.Plo@am__quote@
456
457 .cpp.o:
458 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
463
464 .cpp.obj:
465 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
466 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
470
471 .cpp.lo:
472 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
474 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
477
478 mostlyclean-libtool:
479         -rm -f *.lo
480
481 clean-libtool:
482         -rm -rf .libs _libs
483
484 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486         unique=`for i in $$list; do \
487             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488           done | \
489           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490               END { if (nonempty) { for (i in files) print i; }; }'`; \
491         mkid -fID $$unique
492 tags: TAGS
493
494 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
495                 $(TAGS_FILES) $(LISP)
496         set x; \
497         here=`pwd`; \
498         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
499         unique=`for i in $$list; do \
500             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501           done | \
502           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503               END { if (nonempty) { for (i in files) print i; }; }'`; \
504         shift; \
505         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506           test -n "$$unique" || unique=$$empty_fix; \
507           if test $$# -gt 0; then \
508             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509               "$$@" $$unique; \
510           else \
511             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512               $$unique; \
513           fi; \
514         fi
515 ctags: CTAGS
516 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
517                 $(TAGS_FILES) $(LISP)
518         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
519         unique=`for i in $$list; do \
520             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521           done | \
522           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523               END { if (nonempty) { for (i in files) print i; }; }'`; \
524         test -z "$(CTAGS_ARGS)$$unique" \
525           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526              $$unique
527
528 GTAGS:
529         here=`$(am__cd) $(top_builddir) && pwd` \
530           && $(am__cd) $(top_srcdir) \
531           && gtags -i $(GTAGS_ARGS) "$$here"
532
533 distclean-tags:
534         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
536 distdir: $(DISTFILES)
537         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539         list='$(DISTFILES)'; \
540           dist_files=`for file in $$list; do echo $$file; done | \
541           sed -e "s|^$$srcdirstrip/||;t" \
542               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
543         case $$dist_files in \
544           */*) $(MKDIR_P) `echo "$$dist_files" | \
545                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
546                            sort -u` ;; \
547         esac; \
548         for file in $$dist_files; do \
549           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550           if test -d $$d/$$file; then \
551             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
552             if test -d "$(distdir)/$$file"; then \
553               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554             fi; \
555             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
556               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
557               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558             fi; \
559             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
560           else \
561             test -f "$(distdir)/$$file" \
562             || cp -p $$d/$$file "$(distdir)/$$file" \
563             || exit 1; \
564           fi; \
565         done
566 check-am: all-am
567 check: check-am
568 all-am: Makefile $(LTLIBRARIES)
569 installdirs:
570 install: install-am
571 install-exec: install-exec-am
572 install-data: install-data-am
573 uninstall: uninstall-am
574
575 install-am: all-am
576         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578 installcheck: installcheck-am
579 install-strip:
580         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582           `test -z '$(STRIP)' || \
583             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
584 mostlyclean-generic:
585
586 clean-generic:
587
588 distclean-generic:
589         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
590         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
591
592 maintainer-clean-generic:
593         @echo "This command is intended for maintainers to use"
594         @echo "it deletes files that may require special tools to rebuild."
595         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
596 clean: clean-am
597
598 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
599         mostlyclean-am
600
601 distclean: distclean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 distclean-am: clean-am distclean-compile distclean-generic \
605         distclean-tags
606
607 dvi: dvi-am
608
609 dvi-am:
610
611 html: html-am
612
613 html-am:
614
615 info: info-am
616
617 info-am:
618
619 install-data-am:
620
621 install-dvi: install-dvi-am
622
623 install-dvi-am:
624
625 install-exec-am:
626
627 install-html: install-html-am
628
629 install-html-am:
630
631 install-info: install-info-am
632
633 install-info-am:
634
635 install-man:
636
637 install-pdf: install-pdf-am
638
639 install-pdf-am:
640
641 install-ps: install-ps-am
642
643 install-ps-am:
644
645 installcheck-am:
646
647 maintainer-clean: maintainer-clean-am
648         -rm -rf ./$(DEPDIR)
649         -rm -f Makefile
650 maintainer-clean-am: distclean-am maintainer-clean-generic
651
652 mostlyclean: mostlyclean-am
653
654 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
655         mostlyclean-libtool
656
657 pdf: pdf-am
658
659 pdf-am:
660
661 ps: ps-am
662
663 ps-am:
664
665 uninstall-am:
666
667 .MAKE: install-am install-strip
668
669 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
670         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
671         distclean-compile distclean-generic distclean-libtool \
672         distclean-tags distdir dvi dvi-am html html-am info info-am \
673         install install-am install-data install-data-am install-dvi \
674         install-dvi-am install-exec install-exec-am install-html \
675         install-html-am install-info install-info-am install-man \
676         install-pdf install-pdf-am install-ps install-ps-am \
677         install-strip installcheck installcheck-am installdirs \
678         maintainer-clean maintainer-clean-generic mostlyclean \
679         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
680         pdf pdf-am ps ps-am tags uninstall uninstall-am
681
682
683 # Tell versions [3.59,3.63) of GNU make to not export all variables.
684 # Otherwise a system limit (for SysV at least) may be exceeded.
685 .NOEXPORT: