initial commit, lordsawar source, slightly modified
[lordsawar] / src / editor / 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 @WANT_EDITOR_TRUE@bin_PROGRAMS = lordsawar-editor$(EXEEXT) \
39 @WANT_EDITOR_TRUE@      lordsawar-army-editor$(EXEEXT) \
40 @WANT_EDITOR_TRUE@      lordsawar-tile-editor$(EXEEXT) \
41 @WANT_EDITOR_TRUE@      lordsawar-city-editor$(EXEEXT) \
42 @WANT_EDITOR_TRUE@      lordsawar-shield-editor$(EXEEXT)
43 @FL_RESRC_TRUE@@WANT_EDITOR_TRUE@am__append_1 = editor.rc
44 subdir = src/editor
45 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
48         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
49         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
50         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
51         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
52         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
53         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
54         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
55         $(top_srcdir)/configure.ac
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = $(top_builddir)/config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 am__installdirs = "$(DESTDIR)$(bindir)"
63 PROGRAMS = $(bin_PROGRAMS)
64 am__lordsawar_army_editor_SOURCES_DIST = armyset-main.cpp \
65         armyset-window.cpp armyset-window.h armyset-info-dialog.cpp \
66         armyset-info-dialog.h masked-image-editor-dialog.cpp \
67         masked-image-editor-dialog.h image-editor-dialog.cpp \
68         image-editor-dialog.h glade-helpers.h
69 @WANT_EDITOR_TRUE@am_lordsawar_army_editor_OBJECTS =  \
70 @WANT_EDITOR_TRUE@      armyset-main.$(OBJEXT) \
71 @WANT_EDITOR_TRUE@      armyset-window.$(OBJEXT) \
72 @WANT_EDITOR_TRUE@      armyset-info-dialog.$(OBJEXT) \
73 @WANT_EDITOR_TRUE@      masked-image-editor-dialog.$(OBJEXT) \
74 @WANT_EDITOR_TRUE@      image-editor-dialog.$(OBJEXT)
75 lordsawar_army_editor_OBJECTS = $(am_lordsawar_army_editor_OBJECTS)
76 am__DEPENDENCIES_1 =
77 @WANT_EDITOR_TRUE@lordsawar_army_editor_DEPENDENCIES =  \
78 @WANT_EDITOR_TRUE@      $(top_builddir)/src/gui/liblwgui.la \
79 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawargfx.la \
80 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawar.la \
81 @WANT_EDITOR_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
82 am__lordsawar_city_editor_SOURCES_DIST = cityset-main.cpp \
83         cityset-window.cpp cityset-window.h cityset-info-dialog.cpp \
84         cityset-info-dialog.h image-editor-dialog.cpp \
85         image-editor-dialog.h glade-helpers.h
86 @WANT_EDITOR_TRUE@am_lordsawar_city_editor_OBJECTS =  \
87 @WANT_EDITOR_TRUE@      cityset-main.$(OBJEXT) \
88 @WANT_EDITOR_TRUE@      cityset-window.$(OBJEXT) \
89 @WANT_EDITOR_TRUE@      cityset-info-dialog.$(OBJEXT) \
90 @WANT_EDITOR_TRUE@      image-editor-dialog.$(OBJEXT)
91 lordsawar_city_editor_OBJECTS = $(am_lordsawar_city_editor_OBJECTS)
92 @WANT_EDITOR_TRUE@lordsawar_city_editor_DEPENDENCIES =  \
93 @WANT_EDITOR_TRUE@      $(top_builddir)/src/gui/liblwgui.la \
94 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawargfx.la \
95 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawar.la \
96 @WANT_EDITOR_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
97 am__lordsawar_editor_SOURCES_DIST = main.cpp main-window.cpp \
98         main-window.h signpost-editor-dialog.cpp \
99         signpost-editor-dialog.h temple-editor-dialog.cpp \
100         temple-editor-dialog.h ruin-editor-dialog.cpp \
101         ruin-editor-dialog.h stack-editor-dialog.cpp \
102         stack-editor-dialog.h select-army-dialog.cpp \
103         select-army-dialog.h players-dialog.cpp players-dialog.h \
104         city-editor-dialog.cpp city-editor-dialog.h \
105         map-info-dialog.cpp map-info-dialog.h new-map-dialog.cpp \
106         new-map-dialog.h switch-sets-dialog.cpp switch-sets-dialog.h \
107         editorbigmap.cpp editorbigmap.h glade-helpers.h \
108         itemlist-dialog.cpp itemlist-dialog.h reward-editor-dialog.cpp \
109         reward-editor-dialog.h select-item-dialog.cpp \
110         select-item-dialog.h select-reward-dialog.cpp \
111         select-reward-dialog.h rewardlist-dialog.cpp \
112         rewardlist-dialog.h select-hidden-ruin-dialog.cpp \
113         select-hidden-ruin-dialog.h RenamableLocation.cpp \
114         RenamableLocation.h backpack-editor-dialog.cpp \
115         backpack-editor-dialog.h hero-editor-dialog.cpp \
116         hero-editor-dialog.h editor.rc
117 @FL_RESRC_TRUE@@WANT_EDITOR_TRUE@am__objects_1 = editor.$(OBJEXT)
118 @WANT_EDITOR_TRUE@am_lordsawar_editor_OBJECTS = main.$(OBJEXT) \
119 @WANT_EDITOR_TRUE@      main-window.$(OBJEXT) \
120 @WANT_EDITOR_TRUE@      signpost-editor-dialog.$(OBJEXT) \
121 @WANT_EDITOR_TRUE@      temple-editor-dialog.$(OBJEXT) \
122 @WANT_EDITOR_TRUE@      ruin-editor-dialog.$(OBJEXT) \
123 @WANT_EDITOR_TRUE@      stack-editor-dialog.$(OBJEXT) \
124 @WANT_EDITOR_TRUE@      select-army-dialog.$(OBJEXT) \
125 @WANT_EDITOR_TRUE@      players-dialog.$(OBJEXT) \
126 @WANT_EDITOR_TRUE@      city-editor-dialog.$(OBJEXT) \
127 @WANT_EDITOR_TRUE@      map-info-dialog.$(OBJEXT) \
128 @WANT_EDITOR_TRUE@      new-map-dialog.$(OBJEXT) \
129 @WANT_EDITOR_TRUE@      switch-sets-dialog.$(OBJEXT) \
130 @WANT_EDITOR_TRUE@      editorbigmap.$(OBJEXT) \
131 @WANT_EDITOR_TRUE@      itemlist-dialog.$(OBJEXT) \
132 @WANT_EDITOR_TRUE@      reward-editor-dialog.$(OBJEXT) \
133 @WANT_EDITOR_TRUE@      select-item-dialog.$(OBJEXT) \
134 @WANT_EDITOR_TRUE@      select-reward-dialog.$(OBJEXT) \
135 @WANT_EDITOR_TRUE@      rewardlist-dialog.$(OBJEXT) \
136 @WANT_EDITOR_TRUE@      select-hidden-ruin-dialog.$(OBJEXT) \
137 @WANT_EDITOR_TRUE@      RenamableLocation.$(OBJEXT) \
138 @WANT_EDITOR_TRUE@      backpack-editor-dialog.$(OBJEXT) \
139 @WANT_EDITOR_TRUE@      hero-editor-dialog.$(OBJEXT) \
140 @WANT_EDITOR_TRUE@      $(am__objects_1)
141 lordsawar_editor_OBJECTS = $(am_lordsawar_editor_OBJECTS)
142 @WANT_EDITOR_TRUE@lordsawar_editor_DEPENDENCIES =  \
143 @WANT_EDITOR_TRUE@      $(top_builddir)/src/gui/liblwgui.la \
144 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawargfx.la \
145 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawar.la \
146 @WANT_EDITOR_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
147 am__lordsawar_shield_editor_SOURCES_DIST = shieldset-main.cpp \
148         shieldset-window.cpp shieldset-window.h \
149         shieldset-info-dialog.cpp shieldset-info-dialog.h \
150         masked-image-editor-dialog.cpp masked-image-editor-dialog.h \
151         glade-helpers.h
152 @WANT_EDITOR_TRUE@am_lordsawar_shield_editor_OBJECTS =  \
153 @WANT_EDITOR_TRUE@      shieldset-main.$(OBJEXT) \
154 @WANT_EDITOR_TRUE@      shieldset-window.$(OBJEXT) \
155 @WANT_EDITOR_TRUE@      shieldset-info-dialog.$(OBJEXT) \
156 @WANT_EDITOR_TRUE@      masked-image-editor-dialog.$(OBJEXT)
157 lordsawar_shield_editor_OBJECTS =  \
158         $(am_lordsawar_shield_editor_OBJECTS)
159 @WANT_EDITOR_TRUE@lordsawar_shield_editor_DEPENDENCIES =  \
160 @WANT_EDITOR_TRUE@      $(top_builddir)/src/gui/liblwgui.la \
161 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawargfx.la \
162 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawar.la \
163 @WANT_EDITOR_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
164 am__lordsawar_tile_editor_SOURCES_DIST = tileset-main.cpp \
165         tileset-window.cpp tileset-window.h tileset-info-dialog.cpp \
166         tileset-info-dialog.h tile-preview-dialog.cpp \
167         tile-preview-dialog.h tile-preview-scene.cpp \
168         tile-preview-scene.h tileset-selector-editor-dialog.cpp \
169         tileset-selector-editor-dialog.h \
170         tileset-flag-editor-dialog.cpp tileset-flag-editor-dialog.h \
171         tileset-explosion-picture-editor-dialog.cpp \
172         tileset-explosion-picture-editor-dialog.h \
173         image-editor-dialog.cpp image-editor-dialog.h glade-helpers.h
174 @WANT_EDITOR_TRUE@am_lordsawar_tile_editor_OBJECTS =  \
175 @WANT_EDITOR_TRUE@      tileset-main.$(OBJEXT) \
176 @WANT_EDITOR_TRUE@      tileset-window.$(OBJEXT) \
177 @WANT_EDITOR_TRUE@      tileset-info-dialog.$(OBJEXT) \
178 @WANT_EDITOR_TRUE@      tile-preview-dialog.$(OBJEXT) \
179 @WANT_EDITOR_TRUE@      tile-preview-scene.$(OBJEXT) \
180 @WANT_EDITOR_TRUE@      tileset-selector-editor-dialog.$(OBJEXT) \
181 @WANT_EDITOR_TRUE@      tileset-flag-editor-dialog.$(OBJEXT) \
182 @WANT_EDITOR_TRUE@      tileset-explosion-picture-editor-dialog.$(OBJEXT) \
183 @WANT_EDITOR_TRUE@      image-editor-dialog.$(OBJEXT)
184 lordsawar_tile_editor_OBJECTS = $(am_lordsawar_tile_editor_OBJECTS)
185 @WANT_EDITOR_TRUE@lordsawar_tile_editor_DEPENDENCIES =  \
186 @WANT_EDITOR_TRUE@      $(top_builddir)/src/gui/liblwgui.la \
187 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawargfx.la \
188 @WANT_EDITOR_TRUE@      $(top_builddir)/src/liblordsawar.la \
189 @WANT_EDITOR_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
190 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
191 depcomp = $(SHELL) $(top_srcdir)/depcomp
192 am__depfiles_maybe = depfiles
193 am__mv = mv -f
194 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
195         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
196 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
198         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
199 CXXLD = $(CXX)
200 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
201         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
202         $(LDFLAGS) -o $@
203 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
204         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
205 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
206         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
207         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208 CCLD = $(CC)
209 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
210         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
211         $(LDFLAGS) -o $@
212 SOURCES = $(lordsawar_army_editor_SOURCES) \
213         $(lordsawar_city_editor_SOURCES) $(lordsawar_editor_SOURCES) \
214         $(lordsawar_shield_editor_SOURCES) \
215         $(lordsawar_tile_editor_SOURCES)
216 DIST_SOURCES = $(am__lordsawar_army_editor_SOURCES_DIST) \
217         $(am__lordsawar_city_editor_SOURCES_DIST) \
218         $(am__lordsawar_editor_SOURCES_DIST) \
219         $(am__lordsawar_shield_editor_SOURCES_DIST) \
220         $(am__lordsawar_tile_editor_SOURCES_DIST)
221 ETAGS = etags
222 CTAGS = ctags
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224 ACLOCAL = @ACLOCAL@
225 ALL_LINGUAS = @ALL_LINGUAS@
226 AMTAR = @AMTAR@
227 AR = @AR@
228 AUTOCONF = @AUTOCONF@
229 AUTOHEADER = @AUTOHEADER@
230 AUTOMAKE = @AUTOMAKE@
231 AWK = @AWK@
232 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
233 CATALOGS = @CATALOGS@
234 CATOBJEXT = @CATOBJEXT@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CXX = @CXX@
241 CXXCPP = @CXXCPP@
242 CXXDEPMODE = @CXXDEPMODE@
243 CXXFLAGS = @CXXFLAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DATADIRNAME = @DATADIRNAME@
246 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
247 DEPDIR = @DEPDIR@
248 DSYMUTIL = @DSYMUTIL@
249 DUMPBIN = @DUMPBIN@
250 ECHO_C = @ECHO_C@
251 ECHO_N = @ECHO_N@
252 ECHO_T = @ECHO_T@
253 EGREP = @EGREP@
254 EXEEXT = @EXEEXT@
255 FGREP = @FGREP@
256 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
257 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
258 GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
259 GLIBMM_LIBS = @GLIBMM_LIBS@
260 GMOFILES = @GMOFILES@
261 GMSGFMT = @GMSGFMT@
262 GMSGFMT_015 = @GMSGFMT_015@
263 GREP = @GREP@
264 GTKMM_CFLAGS = @GTKMM_CFLAGS@
265 GTKMM_LIBS = @GTKMM_LIBS@
266 HOME = @HOME@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 INSTOBJEXT = @INSTOBJEXT@
273 INTLLIBS = @INTLLIBS@
274 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
275 INTLTOOL_MERGE = @INTLTOOL_MERGE@
276 INTLTOOL_PERL = @INTLTOOL_PERL@
277 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
278 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
279 LD = @LD@
280 LDFLAGS = @LDFLAGS@
281 LIBGNET_CFLAGS = @LIBGNET_CFLAGS@
282 LIBGNET_LIBS = @LIBGNET_LIBS@
283 LIBICONV = @LIBICONV@
284 LIBINTL = @LIBINTL@
285 LIBOBJS = @LIBOBJS@
286 LIBS = @LIBS@
287 LIBSIGC_CFLAGS = @LIBSIGC_CFLAGS@
288 LIBSIGC_LIBS = @LIBSIGC_LIBS@
289 LIBTOOL = @LIBTOOL@
290 LIPO = @LIPO@
291 LN_S = @LN_S@
292 LORDSAWAR_DATADIR = @LORDSAWAR_DATADIR@
293 LTLIBICONV = @LTLIBICONV@
294 LTLIBINTL = @LTLIBINTL@
295 LTLIBOBJS = @LTLIBOBJS@
296 MAKEINFO = @MAKEINFO@
297 MKDIR_P = @MKDIR_P@
298 MKINSTALLDIRS = @MKINSTALLDIRS@
299 MSGFMT = @MSGFMT@
300 MSGFMT_015 = @MSGFMT_015@
301 MSGFMT_OPTS = @MSGFMT_OPTS@
302 MSGMERGE = @MSGMERGE@
303 NM = @NM@
304 NMEDIT = @NMEDIT@
305 OBJDUMP = @OBJDUMP@
306 OBJEXT = @OBJEXT@
307 OTOOL = @OTOOL@
308 OTOOL64 = @OTOOL64@
309 PACKAGE = @PACKAGE@
310 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
311 PACKAGE_NAME = @PACKAGE_NAME@
312 PACKAGE_STRING = @PACKAGE_STRING@
313 PACKAGE_TARNAME = @PACKAGE_TARNAME@
314 PACKAGE_URL = @PACKAGE_URL@
315 PACKAGE_VERSION = @PACKAGE_VERSION@
316 PATH_SEPARATOR = @PATH_SEPARATOR@
317 PKG_CONFIG = @PKG_CONFIG@
318 POFILES = @POFILES@
319 POSUB = @POSUB@
320 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
321 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
322 PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
323 RANLIB = @RANLIB@
324 SCREEN_RESOLUTION = @SCREEN_RESOLUTION@
325 SDLSOUND_LIBS = @SDLSOUND_LIBS@
326 SDL_CFLAGS = @SDL_CFLAGS@
327 SDL_CONFIG = @SDL_CONFIG@
328 SDL_LIBS = @SDL_LIBS@
329 SED = @SED@
330 SET_MAKE = @SET_MAKE@
331 SHELL = @SHELL@
332 STRIP = @STRIP@
333 USE_NLS = @USE_NLS@
334 VERSION = @VERSION@
335 XGETTEXT = @XGETTEXT@
336 XGETTEXT_015 = @XGETTEXT_015@
337 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
338 ZIP_FILES = @ZIP_FILES@
339 abs_builddir = @abs_builddir@
340 abs_srcdir = @abs_srcdir@
341 abs_top_builddir = @abs_top_builddir@
342 abs_top_srcdir = @abs_top_srcdir@
343 ac_ct_CC = @ac_ct_CC@
344 ac_ct_CXX = @ac_ct_CXX@
345 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346 am__include = @am__include@
347 am__leading_dot = @am__leading_dot@
348 am__quote = @am__quote@
349 am__tar = @am__tar@
350 am__untar = @am__untar@
351 bindir = @bindir@
352 build = @build@
353 build_alias = @build_alias@
354 build_cpu = @build_cpu@
355 build_os = @build_os@
356 build_vendor = @build_vendor@
357 builddir = @builddir@
358 datadir = @datadir@
359 datarootdir = @datarootdir@
360 docdir = @docdir@
361 dvidir = @dvidir@
362 exec_prefix = @exec_prefix@
363 host = @host@
364 host_alias = @host_alias@
365 host_cpu = @host_cpu@
366 host_os = @host_os@
367 host_vendor = @host_vendor@
368 htmldir = @htmldir@
369 includedir = @includedir@
370 infodir = @infodir@
371 install_sh = @install_sh@
372 libdir = @libdir@
373 libexecdir = @libexecdir@
374 localedir = $(datadir)/locale
375 localstatedir = @localstatedir@
376 lt_ECHO = @lt_ECHO@
377 mandir = @mandir@
378 mkdir_p = @mkdir_p@
379 oldincludedir = @oldincludedir@
380 pdfdir = @pdfdir@
381 prefix = @prefix@
382 program_transform_name = @program_transform_name@
383 psdir = @psdir@
384 sbindir = @sbindir@
385 sharedstatedir = @sharedstatedir@
386 srcdir = @srcdir@
387 sysconfdir = @sysconfdir@
388 target = @target@
389 target_alias = @target_alias@
390 target_cpu = @target_cpu@
391 target_os = @target_os@
392 target_vendor = @target_vendor@
393 top_build_prefix = @top_build_prefix@
394 top_builddir = @top_builddir@
395 top_srcdir = @top_srcdir@
396
397 #   Copyright (C) 2007, 2008 Ole Laursen
398 #   Copyright (C) 2007, 2008, 2009 Ben Asselstine
399 #   Copyright (C) 2008 Barry deFreese
400
401 #   This program is free software; you can redistribute it and/or modify
402 #   it under the terms of the GNU General Public License as published by
403 #   the Free Software Foundation; either version 3 of the License, or
404 #   (at your option) any later version.
405
406 #   This program is distributed in the hope that it will be useful,
407 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
408 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
409 #   GNU Library General Public License for more details.
410
411 #   You should have received a copy of the GNU General Public License
412 #   along with this program; if not, write to the Free Software
413 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
414 #   02110-1301, USA.
415 MAINTAINERCLEANFILES = Makefile.in
416 @WANT_EDITOR_TRUE@lordsawar_army_editor_SOURCES = \
417 @WANT_EDITOR_TRUE@      armyset-main.cpp \
418 @WANT_EDITOR_TRUE@      armyset-window.cpp armyset-window.h  \
419 @WANT_EDITOR_TRUE@      armyset-info-dialog.cpp armyset-info-dialog.h \
420 @WANT_EDITOR_TRUE@      masked-image-editor-dialog.cpp masked-image-editor-dialog.h \
421 @WANT_EDITOR_TRUE@      image-editor-dialog.cpp image-editor-dialog.h \
422 @WANT_EDITOR_TRUE@      glade-helpers.h
423
424 @WANT_EDITOR_TRUE@lordsawar_city_editor_SOURCES = \
425 @WANT_EDITOR_TRUE@      cityset-main.cpp \
426 @WANT_EDITOR_TRUE@      cityset-window.cpp cityset-window.h  \
427 @WANT_EDITOR_TRUE@      cityset-info-dialog.cpp cityset-info-dialog.h \
428 @WANT_EDITOR_TRUE@      image-editor-dialog.cpp image-editor-dialog.h \
429 @WANT_EDITOR_TRUE@      glade-helpers.h
430
431 @WANT_EDITOR_TRUE@lordsawar_shield_editor_SOURCES = \
432 @WANT_EDITOR_TRUE@      shieldset-main.cpp \
433 @WANT_EDITOR_TRUE@      shieldset-window.cpp shieldset-window.h  \
434 @WANT_EDITOR_TRUE@      shieldset-info-dialog.cpp shieldset-info-dialog.h \
435 @WANT_EDITOR_TRUE@      masked-image-editor-dialog.cpp masked-image-editor-dialog.h \
436 @WANT_EDITOR_TRUE@      glade-helpers.h
437
438 @WANT_EDITOR_TRUE@lordsawar_tile_editor_SOURCES = \
439 @WANT_EDITOR_TRUE@      tileset-main.cpp \
440 @WANT_EDITOR_TRUE@      tileset-window.cpp tileset-window.h \
441 @WANT_EDITOR_TRUE@      tileset-info-dialog.cpp tileset-info-dialog.h \
442 @WANT_EDITOR_TRUE@      tile-preview-dialog.cpp tile-preview-dialog.h \
443 @WANT_EDITOR_TRUE@      tile-preview-scene.cpp tile-preview-scene.h \
444 @WANT_EDITOR_TRUE@      tileset-selector-editor-dialog.cpp tileset-selector-editor-dialog.h \
445 @WANT_EDITOR_TRUE@      tileset-flag-editor-dialog.cpp tileset-flag-editor-dialog.h \
446 @WANT_EDITOR_TRUE@      tileset-explosion-picture-editor-dialog.cpp \
447 @WANT_EDITOR_TRUE@      tileset-explosion-picture-editor-dialog.h \
448 @WANT_EDITOR_TRUE@      image-editor-dialog.cpp image-editor-dialog.h \
449 @WANT_EDITOR_TRUE@      glade-helpers.h
450
451 @WANT_EDITOR_TRUE@lordsawar_editor_SOURCES = main.cpp main-window.cpp \
452 @WANT_EDITOR_TRUE@      main-window.h signpost-editor-dialog.cpp \
453 @WANT_EDITOR_TRUE@      signpost-editor-dialog.h \
454 @WANT_EDITOR_TRUE@      temple-editor-dialog.cpp \
455 @WANT_EDITOR_TRUE@      temple-editor-dialog.h \
456 @WANT_EDITOR_TRUE@      ruin-editor-dialog.cpp ruin-editor-dialog.h \
457 @WANT_EDITOR_TRUE@      stack-editor-dialog.cpp \
458 @WANT_EDITOR_TRUE@      stack-editor-dialog.h select-army-dialog.cpp \
459 @WANT_EDITOR_TRUE@      select-army-dialog.h players-dialog.cpp \
460 @WANT_EDITOR_TRUE@      players-dialog.h city-editor-dialog.cpp \
461 @WANT_EDITOR_TRUE@      city-editor-dialog.h map-info-dialog.cpp \
462 @WANT_EDITOR_TRUE@      map-info-dialog.h new-map-dialog.cpp \
463 @WANT_EDITOR_TRUE@      new-map-dialog.h switch-sets-dialog.cpp \
464 @WANT_EDITOR_TRUE@      switch-sets-dialog.h editorbigmap.cpp \
465 @WANT_EDITOR_TRUE@      editorbigmap.h glade-helpers.h \
466 @WANT_EDITOR_TRUE@      itemlist-dialog.cpp itemlist-dialog.h \
467 @WANT_EDITOR_TRUE@      reward-editor-dialog.cpp \
468 @WANT_EDITOR_TRUE@      reward-editor-dialog.h \
469 @WANT_EDITOR_TRUE@      select-item-dialog.cpp select-item-dialog.h \
470 @WANT_EDITOR_TRUE@      select-reward-dialog.cpp \
471 @WANT_EDITOR_TRUE@      select-reward-dialog.h rewardlist-dialog.cpp \
472 @WANT_EDITOR_TRUE@      rewardlist-dialog.h \
473 @WANT_EDITOR_TRUE@      select-hidden-ruin-dialog.cpp \
474 @WANT_EDITOR_TRUE@      select-hidden-ruin-dialog.h \
475 @WANT_EDITOR_TRUE@      RenamableLocation.cpp RenamableLocation.h \
476 @WANT_EDITOR_TRUE@      backpack-editor-dialog.cpp \
477 @WANT_EDITOR_TRUE@      backpack-editor-dialog.h \
478 @WANT_EDITOR_TRUE@      hero-editor-dialog.cpp hero-editor-dialog.h \
479 @WANT_EDITOR_TRUE@      $(am__append_1)
480 @WANT_EDITOR_TRUE@lordsawar_editor_LDADD = $(top_builddir)/src/gui/liblwgui.la \
481 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawargfx.la \
482 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawar.la \
483 @WANT_EDITOR_TRUE@                         $(GTKMM_LIBS) \
484 @WANT_EDITOR_TRUE@                         $(SDL_LIBS) \
485 @WANT_EDITOR_TRUE@                         $(SDLIMAGE_LIBS) \
486 @WANT_EDITOR_TRUE@                         @LIBINTL@ -L$(top_builddir)/src
487
488 @WANT_EDITOR_TRUE@lordsawar_shield_editor_LDADD = $(top_builddir)/src/gui/liblwgui.la \
489 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawargfx.la \
490 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawar.la \
491 @WANT_EDITOR_TRUE@                         $(SDL_LIBS) \
492 @WANT_EDITOR_TRUE@                         $(SDLIMAGE_LIBS) \
493 @WANT_EDITOR_TRUE@                         $(GTKMM_LIBS) \
494 @WANT_EDITOR_TRUE@                         @LIBINTL@ -L$(top_builddir)/src
495
496 @WANT_EDITOR_TRUE@lordsawar_city_editor_LDADD = $(top_builddir)/src/gui/liblwgui.la \
497 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawargfx.la \
498 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawar.la \
499 @WANT_EDITOR_TRUE@                         $(SDL_LIBS) \
500 @WANT_EDITOR_TRUE@                         $(SDLIMAGE_LIBS) \
501 @WANT_EDITOR_TRUE@                         $(GTKMM_LIBS) \
502 @WANT_EDITOR_TRUE@                         @LIBINTL@ -L$(top_builddir)/src
503
504 @WANT_EDITOR_TRUE@lordsawar_army_editor_LDADD = $(top_builddir)/src/gui/liblwgui.la \
505 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawargfx.la \
506 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawar.la \
507 @WANT_EDITOR_TRUE@                         $(SDL_LIBS) \
508 @WANT_EDITOR_TRUE@                         $(SDLIMAGE_LIBS) \
509 @WANT_EDITOR_TRUE@                         $(GTKMM_LIBS) \
510 @WANT_EDITOR_TRUE@                         @LIBINTL@ -L$(top_builddir)/src
511
512 @WANT_EDITOR_TRUE@lordsawar_tile_editor_LDADD = $(top_builddir)/src/gui/liblwgui.la \
513 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawargfx.la \
514 @WANT_EDITOR_TRUE@                         $(top_builddir)/src/liblordsawar.la \
515 @WANT_EDITOR_TRUE@                         $(SDL_LIBS) \
516 @WANT_EDITOR_TRUE@                         $(SDLIMAGE_LIBS) \
517 @WANT_EDITOR_TRUE@                         $(GTKMM_LIBS) \
518 @WANT_EDITOR_TRUE@                         @LIBINTL@ -L$(top_builddir)/src
519
520 AM_CXXFLAGS = -Wall -DPO_PATH=\"$(prefix)/share/locale/\"
521 INCLUDES = $(GTKMM_CFLAGS) \
522     $(SDL_CFLAGS) \
523     -DLORDSAWAR_DATADIR='"$(LORDSAWAR_DATADIR)"' -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/gui/
524
525 all: all-am
526
527 .SUFFIXES:
528 .SUFFIXES: .cpp .lo .o .obj .rc
529 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
530         @for dep in $?; do \
531           case '$(am__configure_deps)' in \
532             *$$dep*) \
533               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
534                 && { if test -f $@; then exit 0; else break; fi; }; \
535               exit 1;; \
536           esac; \
537         done; \
538         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/editor/Makefile'; \
539         $(am__cd) $(top_srcdir) && \
540           $(AUTOMAKE) --gnu src/editor/Makefile
541 .PRECIOUS: Makefile
542 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
543         @case '$?' in \
544           *config.status*) \
545             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
546           *) \
547             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
548             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
549         esac;
550
551 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
552         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
553
554 $(top_srcdir)/configure:  $(am__configure_deps)
555         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
557         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
558 $(am__aclocal_m4_deps):
559 install-binPROGRAMS: $(bin_PROGRAMS)
560         @$(NORMAL_INSTALL)
561         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
562         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
563         for p in $$list; do echo "$$p $$p"; done | \
564         sed 's/$(EXEEXT)$$//' | \
565         while read p p1; do if test -f $$p || test -f $$p1; \
566           then echo "$$p"; echo "$$p"; else :; fi; \
567         done | \
568         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
569             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
570         sed 'N;N;N;s,\n, ,g' | \
571         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
572           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
573             if ($$2 == $$4) files[d] = files[d] " " $$1; \
574             else { print "f", $$3 "/" $$4, $$1; } } \
575           END { for (d in files) print "f", d, files[d] }' | \
576         while read type dir files; do \
577             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
578             test -z "$$files" || { \
579             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
580             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
581             } \
582         ; done
583
584 uninstall-binPROGRAMS:
585         @$(NORMAL_UNINSTALL)
586         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
587         files=`for p in $$list; do echo "$$p"; done | \
588           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
589               -e 's/$$/$(EXEEXT)/' `; \
590         test -n "$$list" || exit 0; \
591         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
592         cd "$(DESTDIR)$(bindir)" && rm -f $$files
593
594 clean-binPROGRAMS:
595         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
596         echo " rm -f" $$list; \
597         rm -f $$list || exit $$?; \
598         test -n "$(EXEEXT)" || exit 0; \
599         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
600         echo " rm -f" $$list; \
601         rm -f $$list
602 lordsawar-army-editor$(EXEEXT): $(lordsawar_army_editor_OBJECTS) $(lordsawar_army_editor_DEPENDENCIES) 
603         @rm -f lordsawar-army-editor$(EXEEXT)
604         $(CXXLINK) $(lordsawar_army_editor_OBJECTS) $(lordsawar_army_editor_LDADD) $(LIBS)
605 lordsawar-city-editor$(EXEEXT): $(lordsawar_city_editor_OBJECTS) $(lordsawar_city_editor_DEPENDENCIES) 
606         @rm -f lordsawar-city-editor$(EXEEXT)
607         $(CXXLINK) $(lordsawar_city_editor_OBJECTS) $(lordsawar_city_editor_LDADD) $(LIBS)
608 lordsawar-editor$(EXEEXT): $(lordsawar_editor_OBJECTS) $(lordsawar_editor_DEPENDENCIES) 
609         @rm -f lordsawar-editor$(EXEEXT)
610         $(CXXLINK) $(lordsawar_editor_OBJECTS) $(lordsawar_editor_LDADD) $(LIBS)
611 lordsawar-shield-editor$(EXEEXT): $(lordsawar_shield_editor_OBJECTS) $(lordsawar_shield_editor_DEPENDENCIES) 
612         @rm -f lordsawar-shield-editor$(EXEEXT)
613         $(CXXLINK) $(lordsawar_shield_editor_OBJECTS) $(lordsawar_shield_editor_LDADD) $(LIBS)
614 lordsawar-tile-editor$(EXEEXT): $(lordsawar_tile_editor_OBJECTS) $(lordsawar_tile_editor_DEPENDENCIES) 
615         @rm -f lordsawar-tile-editor$(EXEEXT)
616         $(CXXLINK) $(lordsawar_tile_editor_OBJECTS) $(lordsawar_tile_editor_LDADD) $(LIBS)
617
618 mostlyclean-compile:
619         -rm -f *.$(OBJEXT)
620
621 distclean-compile:
622         -rm -f *.tab.c
623
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RenamableLocation.Po@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armyset-info-dialog.Po@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armyset-main.Po@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armyset-window.Po@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backpack-editor-dialog.Po@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/city-editor-dialog.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cityset-info-dialog.Po@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cityset-main.Po@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cityset-window.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorbigmap.Po@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hero-editor-dialog.Po@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-editor-dialog.Po@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itemlist-dialog.Po@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-window.Po@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map-info-dialog.Po@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masked-image-editor-dialog.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new-map-dialog.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/players-dialog.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reward-editor-dialog.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewardlist-dialog.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ruin-editor-dialog.Po@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-army-dialog.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-hidden-ruin-dialog.Po@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-item-dialog.Po@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-reward-dialog.Po@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shieldset-info-dialog.Po@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shieldset-main.Po@am__quote@
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shieldset-window.Po@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signpost-editor-dialog.Po@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack-editor-dialog.Po@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switch-sets-dialog.Po@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/temple-editor-dialog.Po@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile-preview-dialog.Po@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile-preview-scene.Po@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-explosion-picture-editor-dialog.Po@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-flag-editor-dialog.Po@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-info-dialog.Po@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-main.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-selector-editor-dialog.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tileset-window.Po@am__quote@
665
666 .cpp.o:
667 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
668 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
669 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
670 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
672
673 .cpp.obj:
674 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
675 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
676 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
677 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
679
680 .cpp.lo:
681 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
682 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
683 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
684 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
685 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
686
687 mostlyclean-libtool:
688         -rm -f *.lo
689
690 clean-libtool:
691         -rm -rf .libs _libs
692
693 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
694         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
695         unique=`for i in $$list; do \
696             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
697           done | \
698           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
699               END { if (nonempty) { for (i in files) print i; }; }'`; \
700         mkid -fID $$unique
701 tags: TAGS
702
703 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
704                 $(TAGS_FILES) $(LISP)
705         set x; \
706         here=`pwd`; \
707         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
708         unique=`for i in $$list; do \
709             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
710           done | \
711           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
712               END { if (nonempty) { for (i in files) print i; }; }'`; \
713         shift; \
714         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
715           test -n "$$unique" || unique=$$empty_fix; \
716           if test $$# -gt 0; then \
717             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
718               "$$@" $$unique; \
719           else \
720             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
721               $$unique; \
722           fi; \
723         fi
724 ctags: CTAGS
725 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
726                 $(TAGS_FILES) $(LISP)
727         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
728         unique=`for i in $$list; do \
729             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
730           done | \
731           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
732               END { if (nonempty) { for (i in files) print i; }; }'`; \
733         test -z "$(CTAGS_ARGS)$$unique" \
734           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
735              $$unique
736
737 GTAGS:
738         here=`$(am__cd) $(top_builddir) && pwd` \
739           && $(am__cd) $(top_srcdir) \
740           && gtags -i $(GTAGS_ARGS) "$$here"
741
742 distclean-tags:
743         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
744
745 distdir: $(DISTFILES)
746         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
748         list='$(DISTFILES)'; \
749           dist_files=`for file in $$list; do echo $$file; done | \
750           sed -e "s|^$$srcdirstrip/||;t" \
751               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
752         case $$dist_files in \
753           */*) $(MKDIR_P) `echo "$$dist_files" | \
754                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
755                            sort -u` ;; \
756         esac; \
757         for file in $$dist_files; do \
758           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
759           if test -d $$d/$$file; then \
760             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
761             if test -d "$(distdir)/$$file"; then \
762               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
763             fi; \
764             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
765               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
766               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767             fi; \
768             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
769           else \
770             test -f "$(distdir)/$$file" \
771             || cp -p $$d/$$file "$(distdir)/$$file" \
772             || exit 1; \
773           fi; \
774         done
775 check-am: all-am
776 check: check-am
777 all-am: Makefile $(PROGRAMS)
778 installdirs:
779         for dir in "$(DESTDIR)$(bindir)"; do \
780           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
781         done
782 install: install-am
783 install-exec: install-exec-am
784 install-data: install-data-am
785 uninstall: uninstall-am
786
787 install-am: all-am
788         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
789
790 installcheck: installcheck-am
791 install-strip:
792         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
793           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
794           `test -z '$(STRIP)' || \
795             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
796 mostlyclean-generic:
797
798 clean-generic:
799
800 distclean-generic:
801         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
802         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
803
804 maintainer-clean-generic:
805         @echo "This command is intended for maintainers to use"
806         @echo "it deletes files that may require special tools to rebuild."
807         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
808 clean: clean-am
809
810 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
811
812 distclean: distclean-am
813         -rm -rf ./$(DEPDIR)
814         -rm -f Makefile
815 distclean-am: clean-am distclean-compile distclean-generic \
816         distclean-tags
817
818 dvi: dvi-am
819
820 dvi-am:
821
822 html: html-am
823
824 html-am:
825
826 info: info-am
827
828 info-am:
829
830 install-data-am:
831
832 install-dvi: install-dvi-am
833
834 install-dvi-am:
835
836 install-exec-am: install-binPROGRAMS
837
838 install-html: install-html-am
839
840 install-html-am:
841
842 install-info: install-info-am
843
844 install-info-am:
845
846 install-man:
847
848 install-pdf: install-pdf-am
849
850 install-pdf-am:
851
852 install-ps: install-ps-am
853
854 install-ps-am:
855
856 installcheck-am:
857
858 maintainer-clean: maintainer-clean-am
859         -rm -rf ./$(DEPDIR)
860         -rm -f Makefile
861 maintainer-clean-am: distclean-am maintainer-clean-generic
862
863 mostlyclean: mostlyclean-am
864
865 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
866         mostlyclean-libtool
867
868 pdf: pdf-am
869
870 pdf-am:
871
872 ps: ps-am
873
874 ps-am:
875
876 uninstall-am: uninstall-binPROGRAMS
877
878 .MAKE: install-am install-strip
879
880 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
881         clean-generic clean-libtool ctags distclean distclean-compile \
882         distclean-generic distclean-libtool distclean-tags distdir dvi \
883         dvi-am html html-am info info-am install install-am \
884         install-binPROGRAMS install-data install-data-am install-dvi \
885         install-dvi-am install-exec install-exec-am install-html \
886         install-html-am install-info install-info-am install-man \
887         install-pdf install-pdf-am install-ps install-ps-am \
888         install-strip installcheck installcheck-am installdirs \
889         maintainer-clean maintainer-clean-generic mostlyclean \
890         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
891         pdf pdf-am ps ps-am tags uninstall uninstall-am \
892         uninstall-binPROGRAMS
893
894 @WANT_EDITOR_TRUE@.rc.o:
895 @WANT_EDITOR_TRUE@      i586-mingw32msvc-windres -o $@ $<
896
897 # Tell versions [3.59,3.63) of GNU make to not export all variables.
898 # Otherwise a system limit (for SysV at least) may be exceeded.
899 .NOEXPORT: