1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = src/src/resources
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \
98	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
99	$(top_srcdir)/m4/ax_boost_base.m4 \
100	$(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \
104	$(dist_pkgdata_DATA) $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/src/include/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(pkgdatadir)"
164DATA = $(dist_noinst_DATA) $(dist_pkgdata_DATA)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168  $(RECURSIVE_TARGETS) \
169  $(RECURSIVE_CLEAN_TARGETS) \
170  $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172	distdir distdir-am
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates.  Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178  BEGIN { nonempty = 0; } \
179  { items[$$0] = 1; nonempty = 1; } \
180  END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique.  This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186  list='$(am__tagged_files)'; \
187  unique=`for i in $$list; do \
188    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189  done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in
194DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195am__relativize = \
196  dir0=`pwd`; \
197  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198  sed_rest='s,^[^/]*/*,,'; \
199  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200  sed_butlast='s,/*[^/]*$$,,'; \
201  while test -n "$$dir1"; do \
202    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203    if test "$$first" != "."; then \
204      if test "$$first" = ".."; then \
205        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207      else \
208        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209        if test "$$first2" = "$$first"; then \
210          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211        else \
212          dir2="../$$dir2"; \
213        fi; \
214        dir0="$$dir0"/"$$first"; \
215      fi; \
216    fi; \
217    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218  done; \
219  reldir="$$dir2"
220ACLOCAL = @ACLOCAL@
221AMTAR = @AMTAR@
222AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
223AR = @AR@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
229BOOST_LDFLAGS = @BOOST_LDFLAGS@
230BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
231BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
232BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
233BUILD_BYOGAMES = @BUILD_BYOGAMES@
234BUILD_CBKODERS = @BUILD_CBKODERS@
235BUILD_CCCC = @BUILD_CCCC@
236BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
237BUILD_CODESTAT = @BUILD_CODESTAT@
238BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
239BUILD_CPPCHECK = @BUILD_CPPCHECK@
240BUILD_CSCOPE = @BUILD_CSCOPE@
241BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
242BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
243BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
244BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
245BUILD_ENVVARS = @BUILD_ENVVARS@
246BUILD_EXPORTER = @BUILD_EXPORTER@
247BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
248BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
249BUILD_HELP = @BUILD_HELP@
250BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
251BUILD_INCSEARCH = @BUILD_INCSEARCH@
252BUILD_KEYBINDER = @BUILD_KEYBINDER@
253BUILD_LIBFINDER = @BUILD_LIBFINDER@
254BUILD_MOUSESAP = @BUILD_MOUSESAP@
255BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
256BUILD_PROFILER = @BUILD_PROFILER@
257BUILD_REGEX = @BUILD_REGEX@
258BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
259BUILD_RNDGEN = @BUILD_RNDGEN@
260BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
261BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
262BUILD_SYMTAB = @BUILD_SYMTAB@
263BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
264BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
265BUILD_VALGRIND = @BUILD_VALGRIND@
266BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
267BUILD_WXSMITH = @BUILD_WXSMITH@
268BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
269BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
270CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
271CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
272CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
273CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
274CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
275CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
276CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
277CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
278CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@
279CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@
280CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@
281CB_TINYXML_LIBS = @CB_TINYXML_LIBS@
282CC = @CC@
283CCDEPMODE = @CCDEPMODE@
284CFLAGS = @CFLAGS@
285CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
286CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
287CPP = @CPP@
288CPPFLAGS = @CPPFLAGS@
289CXX = @CXX@
290CXXCPP = @CXXCPP@
291CXXDEPMODE = @CXXDEPMODE@
292CXXFLAGS = @CXXFLAGS@
293CYGPATH_W = @CYGPATH_W@
294DATE = @DATE@
295DEFS = @DEFS@
296DEPDIR = @DEPDIR@
297DLLTOOL = @DLLTOOL@
298DSYMUTIL = @DSYMUTIL@
299DUMPBIN = @DUMPBIN@
300ECHO_C = @ECHO_C@
301ECHO_N = @ECHO_N@
302ECHO_T = @ECHO_T@
303EGREP = @EGREP@
304EXEEXT = @EXEEXT@
305FGREP = @FGREP@
306FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
307FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
308GAMIN_CFLAGS = @GAMIN_CFLAGS@
309GAMIN_LIBS = @GAMIN_LIBS@
310GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
311GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
312GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
313GCC_VERSION = @GCC_VERSION@
314GDK_CFLAGS = @GDK_CFLAGS@
315GDK_LIBS = @GDK_LIBS@
316GLIB2_CFLAGS = @GLIB2_CFLAGS@
317GLIB2_LIBS = @GLIB2_LIBS@
318GREP = @GREP@
319GTK_CFLAGS = @GTK_CFLAGS@
320GTK_LIBS = @GTK_LIBS@
321HAVE_CXX11 = @HAVE_CXX11@
322HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
323HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
324HUNSPELL_LIBS = @HUNSPELL_LIBS@
325INSTALL = @INSTALL@
326INSTALL_DATA = @INSTALL_DATA@
327INSTALL_PROGRAM = @INSTALL_PROGRAM@
328INSTALL_SCRIPT = @INSTALL_SCRIPT@
329INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330LD = @LD@
331LDFLAGS = @LDFLAGS@
332LIBOBJS = @LIBOBJS@
333LIBS = @LIBS@
334LIBTOOL = @LIBTOOL@
335LIPO = @LIPO@
336LN_S = @LN_S@
337LTLIBOBJS = @LTLIBOBJS@
338LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
339MACSETFILE = @MACSETFILE@
340MAKEINFO = @MAKEINFO@
341MANIFEST_TOOL = @MANIFEST_TOOL@
342MKDIR_P = @MKDIR_P@
343MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@
344NM = @NM@
345NMEDIT = @NMEDIT@
346OBJDUMP = @OBJDUMP@
347OBJEXT = @OBJEXT@
348OTOOL = @OTOOL@
349OTOOL64 = @OTOOL64@
350PACKAGE = @PACKAGE@
351PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
352PACKAGE_NAME = @PACKAGE_NAME@
353PACKAGE_STRING = @PACKAGE_STRING@
354PACKAGE_TARNAME = @PACKAGE_TARNAME@
355PACKAGE_URL = @PACKAGE_URL@
356PACKAGE_VERSION = @PACKAGE_VERSION@
357PATH_SEPARATOR = @PATH_SEPARATOR@
358PKG_CONFIG = @PKG_CONFIG@
359PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
360PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
361PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
362PLATFORM_LIBS = @PLATFORM_LIBS@
363PLUGIN_FLAGS = @PLUGIN_FLAGS@
364POSTLINK_COMMAND = @POSTLINK_COMMAND@
365RANLIB = @RANLIB@
366RC = @RC@
367REVISION = @REVISION@
368REZ = @REZ@
369SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@
370SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@
371SED = @SED@
372SETFILE = @SETFILE@
373SET_MAKE = @SET_MAKE@
374SHARED_FLAGS = @SHARED_FLAGS@
375SHELL = @SHELL@
376SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@
377SQUIRREL_LIBS = @SQUIRREL_LIBS@
378STRIP = @STRIP@
379TINYXML_CFLAGS = @TINYXML_CFLAGS@
380TINYXML_LIBS = @TINYXML_LIBS@
381VERSION = @VERSION@
382WXPROPGRID_DIR = @WXPROPGRID_DIR@
383WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
384WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
385WXPROPGRID_LIB = @WXPROPGRID_LIB@
386WX_CFLAGS = @WX_CFLAGS@
387WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
388WX_CONFIG_PATH = @WX_CONFIG_PATH@
389WX_CPPFLAGS = @WX_CPPFLAGS@
390WX_CXXFLAGS = @WX_CXXFLAGS@
391WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
392WX_GTK_CFLAGS = @WX_GTK_CFLAGS@
393WX_GTK_LIBS = @WX_GTK_LIBS@
394WX_LIBS = @WX_LIBS@
395WX_LIBS_STATIC = @WX_LIBS_STATIC@
396WX_RESCOMP = @WX_RESCOMP@
397WX_VERSION = @WX_VERSION@
398WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
399WX_VERSION_MICRO = @WX_VERSION_MICRO@
400WX_VERSION_MINOR = @WX_VERSION_MINOR@
401WX_X11_CFLAGS = @WX_X11_CFLAGS@
402WX_X11_LIBS = @WX_X11_LIBS@
403XMKMF = @XMKMF@
404X_CFLAGS = @X_CFLAGS@
405X_EXTRA_LIBS = @X_EXTRA_LIBS@
406X_LIBS = @X_LIBS@
407X_PRE_LIBS = @X_PRE_LIBS@
408abs_builddir = @abs_builddir@
409abs_srcdir = @abs_srcdir@
410abs_top_builddir = @abs_top_builddir@
411abs_top_srcdir = @abs_top_srcdir@
412ac_ct_AR = @ac_ct_AR@
413ac_ct_CC = @ac_ct_CC@
414ac_ct_CXX = @ac_ct_CXX@
415ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
416am__include = @am__include@
417am__leading_dot = @am__leading_dot@
418am__quote = @am__quote@
419am__tar = @am__tar@
420am__untar = @am__untar@
421bindir = @bindir@
422build = @build@
423build_alias = @build_alias@
424build_cpu = @build_cpu@
425build_os = @build_os@
426build_vendor = @build_vendor@
427builddir = @builddir@
428codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
429datadir = @datadir@
430datarootdir = @datarootdir@
431docdir = @docdir@
432dvidir = @dvidir@
433exec_prefix = @exec_prefix@
434host = @host@
435host_alias = @host_alias@
436host_cpu = @host_cpu@
437host_os = @host_os@
438host_vendor = @host_vendor@
439htmldir = @htmldir@
440includedir = @includedir@
441infodir = @infodir@
442install_sh = @install_sh@
443libdir = @libdir@
444libexecdir = @libexecdir@
445localedir = @localedir@
446localstatedir = @localstatedir@
447mandir = @mandir@
448mkdir_p = @mkdir_p@
449oldincludedir = @oldincludedir@
450pdfdir = @pdfdir@
451prefix = @prefix@
452program_transform_name = @program_transform_name@
453psdir = @psdir@
454runstatedir = @runstatedir@
455sbindir = @sbindir@
456sharedstatedir = @sharedstatedir@
457srcdir = @srcdir@
458sysconfdir = @sysconfdir@
459target = @target@
460target_alias = @target_alias@
461target_cpu = @target_cpu@
462target_os = @target_os@
463target_vendor = @target_vendor@
464top_build_prefix = @top_build_prefix@
465top_builddir = @top_builddir@
466top_srcdir = @top_srcdir@
467zlib_CFLAGS = @zlib_CFLAGS@
468zlib_LIBS = @zlib_LIBS@
469SUBDIRS = icons images
470dist_noinst_DATA = $(srcdir)/*.xrc \
471				$(srcdir)/*.rc \
472				$(srcdir)/start_here/*.png \
473				$(srcdir)/start_here/*.htm*
474
475dist_pkgdata_DATA = resources.zip start_here.zip
476CLEANFILES = $(dist_pkgdata_DATA)
477images_forZIP = \
478	images/16x16/bookmark_add.png \
479	images/16x16/dbginfo.png \
480	images/16x16/dbgnexti.png \
481	images/16x16/dbgnext.png \
482	images/16x16/dbgpause.png \
483	images/16x16/dbgrun.png \
484	images/16x16/dbgrunto.png \
485	images/16x16/dbgstepi.png \
486	images/16x16/dbgstepout.png \
487	images/16x16/dbgstep.png \
488	images/16x16/dbgstop.png \
489	images/16x16/dbgwindow.png \
490	images/16x16/editcopy.png \
491	images/16x16/editcut.png \
492	images/16x16/editpaste.png \
493	images/16x16/exit.png \
494	images/16x16/fileclose.png \
495	images/16x16/filefindnext.png \
496	images/16x16/filefind.png \
497	images/16x16/filefindprev.png \
498	images/16x16/filenew.png \
499	images/16x16/fileopen.png \
500	images/16x16/fileprint.png \
501	images/16x16/filesaveall.png \
502	images/16x16/filesaveas.png \
503	images/16x16/filesave.png \
504	images/16x16/findf.png \
505	images/16x16/goto.png \
506	images/16x16/history_clear.png \
507	images/16x16/idea.png \
508	images/16x16/info.png \
509	images/16x16/plug.png \
510	images/16x16/redo.png \
511	images/16x16/searchreplacef.png \
512	images/16x16/searchreplace.png \
513	images/16x16/undo.png \
514	images/20x20/bookmark_add.png \
515	images/20x20/dbginfo.png \
516	images/20x20/dbgnexti.png \
517	images/20x20/dbgnext.png \
518	images/20x20/dbgpause.png \
519	images/20x20/dbgrun.png \
520	images/20x20/dbgrunto.png \
521	images/20x20/dbgstepi.png \
522	images/20x20/dbgstepout.png \
523	images/20x20/dbgstep.png \
524	images/20x20/dbgstop.png \
525	images/20x20/dbgwindow.png \
526	images/20x20/editcopy.png \
527	images/20x20/editcut.png \
528	images/20x20/editpaste.png \
529	images/20x20/exit.png \
530	images/20x20/fileclose.png \
531	images/20x20/filefindnext.png \
532	images/20x20/filefind.png \
533	images/20x20/filefindprev.png \
534	images/20x20/filenew.png \
535	images/20x20/fileopen.png \
536	images/20x20/fileprint.png \
537	images/20x20/filesaveall.png \
538	images/20x20/filesaveas.png \
539	images/20x20/filesave.png \
540	images/20x20/findf.png \
541	images/20x20/goto.png \
542	images/20x20/history_clear.png \
543	images/20x20/idea.png \
544	images/20x20/info.png \
545	images/20x20/plug.png \
546	images/20x20/redo.png \
547	images/20x20/searchreplacef.png \
548	images/20x20/searchreplace.png \
549	images/20x20/undo.png \
550	images/24x24/bookmark_add.png \
551	images/24x24/dbginfo.png \
552	images/24x24/dbgnexti.png \
553	images/24x24/dbgnext.png \
554	images/24x24/dbgpause.png \
555	images/24x24/dbgrun.png \
556	images/24x24/dbgrunto.png \
557	images/24x24/dbgstepi.png \
558	images/24x24/dbgstepout.png \
559	images/24x24/dbgstep.png \
560	images/24x24/dbgstop.png \
561	images/24x24/dbgwindow.png \
562	images/24x24/editcopy.png \
563	images/24x24/editcut.png \
564	images/24x24/editpaste.png \
565	images/24x24/exit.png \
566	images/24x24/fileclose.png \
567	images/24x24/filefindnext.png \
568	images/24x24/filefind.png \
569	images/24x24/filefindprev.png \
570	images/24x24/filenew.png \
571	images/24x24/fileopen.png \
572	images/24x24/fileprint.png \
573	images/24x24/filesaveall.png \
574	images/24x24/filesaveas.png \
575	images/24x24/filesave.png \
576	images/24x24/findf.png \
577	images/24x24/goto.png \
578	images/24x24/history_clear.png \
579	images/24x24/idea.png \
580	images/24x24/info.png \
581	images/24x24/plug.png \
582	images/24x24/redo.png \
583	images/24x24/searchreplacef.png \
584	images/24x24/searchreplace.png \
585	images/24x24/undo.png \
586	images/28x28/bookmark_add.png \
587	images/28x28/dbginfo.png \
588	images/28x28/dbgnexti.png \
589	images/28x28/dbgnext.png \
590	images/28x28/dbgpause.png \
591	images/28x28/dbgrun.png \
592	images/28x28/dbgrunto.png \
593	images/28x28/dbgstepi.png \
594	images/28x28/dbgstepout.png \
595	images/28x28/dbgstep.png \
596	images/28x28/dbgstop.png \
597	images/28x28/dbgwindow.png \
598	images/28x28/editcopy.png \
599	images/28x28/editcut.png \
600	images/28x28/editpaste.png \
601	images/28x28/exit.png \
602	images/28x28/fileclose.png \
603	images/28x28/filefindnext.png \
604	images/28x28/filefind.png \
605	images/28x28/filefindprev.png \
606	images/28x28/filenew.png \
607	images/28x28/fileopen.png \
608	images/28x28/fileprint.png \
609	images/28x28/filesaveall.png \
610	images/28x28/filesaveas.png \
611	images/28x28/filesave.png \
612	images/28x28/findf.png \
613	images/28x28/goto.png \
614	images/28x28/history_clear.png \
615	images/28x28/idea.png \
616	images/28x28/info.png \
617	images/28x28/plug.png \
618	images/28x28/redo.png \
619	images/28x28/searchreplacef.png \
620	images/28x28/searchreplace.png \
621	images/28x28/undo.png \
622	images/32x32/bookmark_add.png \
623	images/32x32/dbginfo.png \
624	images/32x32/dbgnexti.png \
625	images/32x32/dbgnext.png \
626	images/32x32/dbgpause.png \
627	images/32x32/dbgrun.png \
628	images/32x32/dbgrunto.png \
629	images/32x32/dbgstepi.png \
630	images/32x32/dbgstepout.png \
631	images/32x32/dbgstep.png \
632	images/32x32/dbgstop.png \
633	images/32x32/dbgwindow.png \
634	images/32x32/editcopy.png \
635	images/32x32/editcut.png \
636	images/32x32/editpaste.png \
637	images/32x32/exit.png \
638	images/32x32/fileclose.png \
639	images/32x32/filefindnext.png \
640	images/32x32/filefind.png \
641	images/32x32/filefindprev.png \
642	images/32x32/filenew.png \
643	images/32x32/fileopen.png \
644	images/32x32/fileprint.png \
645	images/32x32/filesaveall.png \
646	images/32x32/filesaveas.png \
647	images/32x32/filesave.png \
648	images/32x32/findf.png \
649	images/32x32/goto.png \
650	images/32x32/history_clear.png \
651	images/32x32/idea.png \
652	images/32x32/info.png \
653	images/32x32/plug.png \
654	images/32x32/redo.png \
655	images/32x32/searchreplacef.png \
656	images/32x32/searchreplace.png \
657	images/32x32/undo.png \
658	images/40x40/bookmark_add.png \
659	images/40x40/dbginfo.png \
660	images/40x40/dbgnexti.png \
661	images/40x40/dbgnext.png \
662	images/40x40/dbgpause.png \
663	images/40x40/dbgrun.png \
664	images/40x40/dbgrunto.png \
665	images/40x40/dbgstepi.png \
666	images/40x40/dbgstepout.png \
667	images/40x40/dbgstep.png \
668	images/40x40/dbgstop.png \
669	images/40x40/dbgwindow.png \
670	images/40x40/editcopy.png \
671	images/40x40/editcut.png \
672	images/40x40/editpaste.png \
673	images/40x40/exit.png \
674	images/40x40/fileclose.png \
675	images/40x40/filefindnext.png \
676	images/40x40/filefind.png \
677	images/40x40/filefindprev.png \
678	images/40x40/filenew.png \
679	images/40x40/fileopen.png \
680	images/40x40/fileprint.png \
681	images/40x40/filesaveall.png \
682	images/40x40/filesaveas.png \
683	images/40x40/filesave.png \
684	images/40x40/findf.png \
685	images/40x40/goto.png \
686	images/40x40/history_clear.png \
687	images/40x40/idea.png \
688	images/40x40/info.png \
689	images/40x40/plug.png \
690	images/40x40/redo.png \
691	images/40x40/searchreplacef.png \
692	images/40x40/searchreplace.png \
693	images/40x40/undo.png \
694	images/48x48/bookmark_add.png \
695	images/48x48/dbginfo.png \
696	images/48x48/dbgnexti.png \
697	images/48x48/dbgnext.png \
698	images/48x48/dbgpause.png \
699	images/48x48/dbgrun.png \
700	images/48x48/dbgrunto.png \
701	images/48x48/dbgstepi.png \
702	images/48x48/dbgstepout.png \
703	images/48x48/dbgstep.png \
704	images/48x48/dbgstop.png \
705	images/48x48/dbgwindow.png \
706	images/48x48/editcopy.png \
707	images/48x48/editcut.png \
708	images/48x48/editpaste.png \
709	images/48x48/exit.png \
710	images/48x48/fileclose.png \
711	images/48x48/filefindnext.png \
712	images/48x48/filefind.png \
713	images/48x48/filefindprev.png \
714	images/48x48/filenew.png \
715	images/48x48/fileopen.png \
716	images/48x48/fileprint.png \
717	images/48x48/filesaveall.png \
718	images/48x48/filesaveas.png \
719	images/48x48/filesave.png \
720	images/48x48/findf.png \
721	images/48x48/goto.png \
722	images/48x48/history_clear.png \
723	images/48x48/idea.png \
724	images/48x48/info.png \
725	images/48x48/plug.png \
726	images/48x48/redo.png \
727	images/48x48/searchreplacef.png \
728	images/48x48/searchreplace.png \
729	images/48x48/undo.png \
730	images/56x56/bookmark_add.png \
731	images/56x56/dbginfo.png \
732	images/56x56/dbgnexti.png \
733	images/56x56/dbgnext.png \
734	images/56x56/dbgpause.png \
735	images/56x56/dbgrun.png \
736	images/56x56/dbgrunto.png \
737	images/56x56/dbgstepi.png \
738	images/56x56/dbgstepout.png \
739	images/56x56/dbgstep.png \
740	images/56x56/dbgstop.png \
741	images/56x56/dbgwindow.png \
742	images/56x56/editcopy.png \
743	images/56x56/editcut.png \
744	images/56x56/editpaste.png \
745	images/56x56/exit.png \
746	images/56x56/fileclose.png \
747	images/56x56/filefindnext.png \
748	images/56x56/filefind.png \
749	images/56x56/filefindprev.png \
750	images/56x56/filenew.png \
751	images/56x56/fileopen.png \
752	images/56x56/fileprint.png \
753	images/56x56/filesaveall.png \
754	images/56x56/filesaveas.png \
755	images/56x56/filesave.png \
756	images/56x56/findf.png \
757	images/56x56/goto.png \
758	images/56x56/history_clear.png \
759	images/56x56/idea.png \
760	images/56x56/info.png \
761	images/56x56/plug.png \
762	images/56x56/redo.png \
763	images/56x56/searchreplacef.png \
764	images/56x56/searchreplace.png \
765	images/56x56/undo.png \
766	images/64x64/bookmark_add.png \
767	images/64x64/dbginfo.png \
768	images/64x64/dbgnexti.png \
769	images/64x64/dbgnext.png \
770	images/64x64/dbgpause.png \
771	images/64x64/dbgrun.png \
772	images/64x64/dbgrunto.png \
773	images/64x64/dbgstepi.png \
774	images/64x64/dbgstepout.png \
775	images/64x64/dbgstep.png \
776	images/64x64/dbgstop.png \
777	images/64x64/dbgwindow.png \
778	images/64x64/editcopy.png \
779	images/64x64/editcut.png \
780	images/64x64/editpaste.png \
781	images/64x64/exit.png \
782	images/64x64/fileclose.png \
783	images/64x64/filefindnext.png \
784	images/64x64/filefind.png \
785	images/64x64/filefindprev.png \
786	images/64x64/filenew.png \
787	images/64x64/fileopen.png \
788	images/64x64/fileprint.png \
789	images/64x64/filesaveall.png \
790	images/64x64/filesaveas.png \
791	images/64x64/filesave.png \
792	images/64x64/findf.png \
793	images/64x64/goto.png \
794	images/64x64/history_clear.png \
795	images/64x64/idea.png \
796	images/64x64/info.png \
797	images/64x64/plug.png \
798	images/64x64/redo.png \
799	images/64x64/searchreplacef.png \
800	images/64x64/searchreplace.png \
801	images/64x64/undo.png
802
803treeImages_forZIP = \
804	images/tree/16x16/file-missing.png \
805	images/tree/16x16/file-modified.png \
806	images/tree/16x16/file.png \
807	images/tree/16x16/file-readonly.png \
808	images/tree/16x16/folder_open.png \
809	images/tree/16x16/project.png \
810	images/tree/16x16/project-readonly.png \
811	images/tree/16x16/rc-file-added.png \
812	images/tree/16x16/rc-file-conflict.png \
813	images/tree/16x16/rc-file-external.png \
814	images/tree/16x16/rc-file-gotlock.png \
815	images/tree/16x16/rc-file-lockstolen.png \
816	images/tree/16x16/rc-file-mismatch.png \
817	images/tree/16x16/rc-file-missing.png \
818	images/tree/16x16/rc-file-modified.png \
819	images/tree/16x16/rc-file-noncontrolled.png \
820	images/tree/16x16/rc-file-outofdate.png \
821	images/tree/16x16/rc-file-requireslock.png \
822	images/tree/16x16/rc-file-uptodate.png \
823	images/tree/16x16/vfolder_open.png \
824	images/tree/16x16/workspace.png \
825	images/tree/16x16/workspace-readonly.png \
826	images/tree/20x20/file-missing.png \
827	images/tree/20x20/file-modified.png \
828	images/tree/20x20/file.png \
829	images/tree/20x20/file-readonly.png \
830	images/tree/20x20/folder_open.png \
831	images/tree/20x20/project.png \
832	images/tree/20x20/project-readonly.png \
833	images/tree/20x20/rc-file-added.png \
834	images/tree/20x20/rc-file-conflict.png \
835	images/tree/20x20/rc-file-external.png \
836	images/tree/20x20/rc-file-gotlock.png \
837	images/tree/20x20/rc-file-lockstolen.png \
838	images/tree/20x20/rc-file-mismatch.png \
839	images/tree/20x20/rc-file-missing.png \
840	images/tree/20x20/rc-file-modified.png \
841	images/tree/20x20/rc-file-noncontrolled.png \
842	images/tree/20x20/rc-file-outofdate.png \
843	images/tree/20x20/rc-file-requireslock.png \
844	images/tree/20x20/rc-file-uptodate.png \
845	images/tree/20x20/vfolder_open.png \
846	images/tree/20x20/workspace.png \
847	images/tree/20x20/workspace-readonly.png \
848	images/tree/24x24/file-missing.png \
849	images/tree/24x24/file-modified.png \
850	images/tree/24x24/file.png \
851	images/tree/24x24/file-readonly.png \
852	images/tree/24x24/folder_open.png \
853	images/tree/24x24/project.png \
854	images/tree/24x24/project-readonly.png \
855	images/tree/24x24/rc-file-added.png \
856	images/tree/24x24/rc-file-conflict.png \
857	images/tree/24x24/rc-file-external.png \
858	images/tree/24x24/rc-file-gotlock.png \
859	images/tree/24x24/rc-file-lockstolen.png \
860	images/tree/24x24/rc-file-mismatch.png \
861	images/tree/24x24/rc-file-missing.png \
862	images/tree/24x24/rc-file-modified.png \
863	images/tree/24x24/rc-file-noncontrolled.png \
864	images/tree/24x24/rc-file-outofdate.png \
865	images/tree/24x24/rc-file-requireslock.png \
866	images/tree/24x24/rc-file-uptodate.png \
867	images/tree/24x24/vfolder_open.png \
868	images/tree/24x24/workspace.png \
869	images/tree/24x24/workspace-readonly.png \
870	images/tree/28x28/file-missing.png \
871	images/tree/28x28/file-modified.png \
872	images/tree/28x28/file.png \
873	images/tree/28x28/file-readonly.png \
874	images/tree/28x28/folder_open.png \
875	images/tree/28x28/project.png \
876	images/tree/28x28/project-readonly.png \
877	images/tree/28x28/rc-file-added.png \
878	images/tree/28x28/rc-file-conflict.png \
879	images/tree/28x28/rc-file-external.png \
880	images/tree/28x28/rc-file-gotlock.png \
881	images/tree/28x28/rc-file-lockstolen.png \
882	images/tree/28x28/rc-file-mismatch.png \
883	images/tree/28x28/rc-file-missing.png \
884	images/tree/28x28/rc-file-modified.png \
885	images/tree/28x28/rc-file-noncontrolled.png \
886	images/tree/28x28/rc-file-outofdate.png \
887	images/tree/28x28/rc-file-requireslock.png \
888	images/tree/28x28/rc-file-uptodate.png \
889	images/tree/28x28/vfolder_open.png \
890	images/tree/28x28/workspace.png \
891	images/tree/28x28/workspace-readonly.png \
892	images/tree/32x32/file-missing.png \
893	images/tree/32x32/file-modified.png \
894	images/tree/32x32/file.png \
895	images/tree/32x32/file-readonly.png \
896	images/tree/32x32/folder_open.png \
897	images/tree/32x32/project.png \
898	images/tree/32x32/project-readonly.png \
899	images/tree/32x32/rc-file-added.png \
900	images/tree/32x32/rc-file-conflict.png \
901	images/tree/32x32/rc-file-external.png \
902	images/tree/32x32/rc-file-gotlock.png \
903	images/tree/32x32/rc-file-lockstolen.png \
904	images/tree/32x32/rc-file-mismatch.png \
905	images/tree/32x32/rc-file-missing.png \
906	images/tree/32x32/rc-file-modified.png \
907	images/tree/32x32/rc-file-noncontrolled.png \
908	images/tree/32x32/rc-file-outofdate.png \
909	images/tree/32x32/rc-file-requireslock.png \
910	images/tree/32x32/rc-file-uptodate.png \
911	images/tree/32x32/vfolder_open.png \
912	images/tree/32x32/workspace.png \
913	images/tree/32x32/workspace-readonly.png \
914	images/tree/40x40/file-missing.png \
915	images/tree/40x40/file-modified.png \
916	images/tree/40x40/file.png \
917	images/tree/40x40/file-readonly.png \
918	images/tree/40x40/folder_open.png \
919	images/tree/40x40/project.png \
920	images/tree/40x40/project-readonly.png \
921	images/tree/40x40/rc-file-added.png \
922	images/tree/40x40/rc-file-conflict.png \
923	images/tree/40x40/rc-file-external.png \
924	images/tree/40x40/rc-file-gotlock.png \
925	images/tree/40x40/rc-file-lockstolen.png \
926	images/tree/40x40/rc-file-mismatch.png \
927	images/tree/40x40/rc-file-missing.png \
928	images/tree/40x40/rc-file-modified.png \
929	images/tree/40x40/rc-file-noncontrolled.png \
930	images/tree/40x40/rc-file-outofdate.png \
931	images/tree/40x40/rc-file-requireslock.png \
932	images/tree/40x40/rc-file-uptodate.png \
933	images/tree/40x40/vfolder_open.png \
934	images/tree/40x40/workspace.png \
935	images/tree/40x40/workspace-readonly.png \
936	images/tree/48x48/file-missing.png \
937	images/tree/48x48/file-modified.png \
938	images/tree/48x48/file.png \
939	images/tree/48x48/file-readonly.png \
940	images/tree/48x48/folder_open.png \
941	images/tree/48x48/project.png \
942	images/tree/48x48/project-readonly.png \
943	images/tree/48x48/rc-file-added.png \
944	images/tree/48x48/rc-file-conflict.png \
945	images/tree/48x48/rc-file-external.png \
946	images/tree/48x48/rc-file-gotlock.png \
947	images/tree/48x48/rc-file-lockstolen.png \
948	images/tree/48x48/rc-file-mismatch.png \
949	images/tree/48x48/rc-file-missing.png \
950	images/tree/48x48/rc-file-modified.png \
951	images/tree/48x48/rc-file-noncontrolled.png \
952	images/tree/48x48/rc-file-outofdate.png \
953	images/tree/48x48/rc-file-requireslock.png \
954	images/tree/48x48/rc-file-uptodate.png \
955	images/tree/48x48/vfolder_open.png \
956	images/tree/48x48/workspace.png \
957	images/tree/48x48/workspace-readonly.png \
958	images/tree/56x56/file-missing.png \
959	images/tree/56x56/file-modified.png \
960	images/tree/56x56/file.png \
961	images/tree/56x56/file-readonly.png \
962	images/tree/56x56/folder_open.png \
963	images/tree/56x56/project.png \
964	images/tree/56x56/project-readonly.png \
965	images/tree/56x56/rc-file-added.png \
966	images/tree/56x56/rc-file-conflict.png \
967	images/tree/56x56/rc-file-external.png \
968	images/tree/56x56/rc-file-gotlock.png \
969	images/tree/56x56/rc-file-lockstolen.png \
970	images/tree/56x56/rc-file-mismatch.png \
971	images/tree/56x56/rc-file-missing.png \
972	images/tree/56x56/rc-file-modified.png \
973	images/tree/56x56/rc-file-noncontrolled.png \
974	images/tree/56x56/rc-file-outofdate.png \
975	images/tree/56x56/rc-file-requireslock.png \
976	images/tree/56x56/rc-file-uptodate.png \
977	images/tree/56x56/vfolder_open.png \
978	images/tree/56x56/workspace.png \
979	images/tree/56x56/workspace-readonly.png \
980	images/tree/64x64/file-missing.png \
981	images/tree/64x64/file-modified.png \
982	images/tree/64x64/file.png \
983	images/tree/64x64/file-readonly.png \
984	images/tree/64x64/folder_open.png \
985	images/tree/64x64/project.png \
986	images/tree/64x64/project-readonly.png \
987	images/tree/64x64/rc-file-added.png \
988	images/tree/64x64/rc-file-conflict.png \
989	images/tree/64x64/rc-file-external.png \
990	images/tree/64x64/rc-file-gotlock.png \
991	images/tree/64x64/rc-file-lockstolen.png \
992	images/tree/64x64/rc-file-mismatch.png \
993	images/tree/64x64/rc-file-missing.png \
994	images/tree/64x64/rc-file-modified.png \
995	images/tree/64x64/rc-file-noncontrolled.png \
996	images/tree/64x64/rc-file-outofdate.png \
997	images/tree/64x64/rc-file-requireslock.png \
998	images/tree/64x64/rc-file-uptodate.png \
999	images/tree/64x64/vfolder_open.png \
1000	images/tree/64x64/workspace.png \
1001	images/tree/64x64/workspace-readonly.png
1002
1003infoPaneImages_forZIP = \
1004	images/infopane/16x16/edit.png \
1005	images/infopane/16x16/flag.png \
1006	images/infopane/16x16/misc.png \
1007	images/infopane/20x20/edit.png \
1008	images/infopane/20x20/flag.png \
1009	images/infopane/20x20/misc.png \
1010	images/infopane/24x24/edit.png \
1011	images/infopane/24x24/flag.png \
1012	images/infopane/24x24/misc.png \
1013	images/infopane/28x28/edit.png \
1014	images/infopane/28x28/flag.png \
1015	images/infopane/28x28/misc.png \
1016	images/infopane/32x32/edit.png \
1017	images/infopane/32x32/flag.png \
1018	images/infopane/32x32/misc.png \
1019	images/infopane/40x40/edit.png \
1020	images/infopane/40x40/flag.png \
1021	images/infopane/40x40/misc.png \
1022	images/infopane/48x48/edit.png \
1023	images/infopane/48x48/flag.png \
1024	images/infopane/48x48/misc.png \
1025	images/infopane/56x56/edit.png \
1026	images/infopane/56x56/flag.png \
1027	images/infopane/56x56/misc.png \
1028	images/infopane/64x64/edit.png \
1029	images/infopane/64x64/flag.png \
1030	images/infopane/64x64/misc.png
1031
1032EXTRA_DIST = \
1033	$(srcdir)/*.manifest \
1034	$(images_forZIP) \
1035	$(infoPaneImages_forZIP) \
1036	$(treeImages_forZIP)
1037
1038all: all-recursive
1039
1040.SUFFIXES:
1041$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1042	@for dep in $?; do \
1043	  case '$(am__configure_deps)' in \
1044	    *$$dep*) \
1045	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1046	        && { if test -f $@; then exit 0; else break; fi; }; \
1047	      exit 1;; \
1048	  esac; \
1049	done; \
1050	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/src/resources/Makefile'; \
1051	$(am__cd) $(top_srcdir) && \
1052	  $(AUTOMAKE) --foreign src/src/resources/Makefile
1053Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1054	@case '$?' in \
1055	  *config.status*) \
1056	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1057	  *) \
1058	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1059	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1060	esac;
1061
1062$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1063	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1064
1065$(top_srcdir)/configure:  $(am__configure_deps)
1066	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1067$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1068	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1069$(am__aclocal_m4_deps):
1070
1071mostlyclean-libtool:
1072	-rm -f *.lo
1073
1074clean-libtool:
1075	-rm -rf .libs _libs
1076install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
1077	@$(NORMAL_INSTALL)
1078	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1079	if test -n "$$list"; then \
1080	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1081	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1082	fi; \
1083	for p in $$list; do \
1084	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1085	  echo "$$d$$p"; \
1086	done | $(am__base_list) | \
1087	while read files; do \
1088	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1089	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1090	done
1091
1092uninstall-dist_pkgdataDATA:
1093	@$(NORMAL_UNINSTALL)
1094	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1095	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1096	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1097
1098# This directory's subdirectories are mostly independent; you can cd
1099# into them and run 'make' without going through this Makefile.
1100# To change the values of 'make' variables: instead of editing Makefiles,
1101# (1) if the variable is set in 'config.status', edit 'config.status'
1102#     (which will cause the Makefiles to be regenerated when you run 'make');
1103# (2) otherwise, pass the desired values on the 'make' command line.
1104$(am__recursive_targets):
1105	@fail=; \
1106	if $(am__make_keepgoing); then \
1107	  failcom='fail=yes'; \
1108	else \
1109	  failcom='exit 1'; \
1110	fi; \
1111	dot_seen=no; \
1112	target=`echo $@ | sed s/-recursive//`; \
1113	case "$@" in \
1114	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1115	  *) list='$(SUBDIRS)' ;; \
1116	esac; \
1117	for subdir in $$list; do \
1118	  echo "Making $$target in $$subdir"; \
1119	  if test "$$subdir" = "."; then \
1120	    dot_seen=yes; \
1121	    local_target="$$target-am"; \
1122	  else \
1123	    local_target="$$target"; \
1124	  fi; \
1125	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1126	  || eval $$failcom; \
1127	done; \
1128	if test "$$dot_seen" = "no"; then \
1129	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1130	fi; test -z "$$fail"
1131
1132ID: $(am__tagged_files)
1133	$(am__define_uniq_tagged_files); mkid -fID $$unique
1134tags: tags-recursive
1135TAGS: tags
1136
1137tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1138	set x; \
1139	here=`pwd`; \
1140	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1141	  include_option=--etags-include; \
1142	  empty_fix=.; \
1143	else \
1144	  include_option=--include; \
1145	  empty_fix=; \
1146	fi; \
1147	list='$(SUBDIRS)'; for subdir in $$list; do \
1148	  if test "$$subdir" = .; then :; else \
1149	    test ! -f $$subdir/TAGS || \
1150	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1151	  fi; \
1152	done; \
1153	$(am__define_uniq_tagged_files); \
1154	shift; \
1155	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1156	  test -n "$$unique" || unique=$$empty_fix; \
1157	  if test $$# -gt 0; then \
1158	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1159	      "$$@" $$unique; \
1160	  else \
1161	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1162	      $$unique; \
1163	  fi; \
1164	fi
1165ctags: ctags-recursive
1166
1167CTAGS: ctags
1168ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1169	$(am__define_uniq_tagged_files); \
1170	test -z "$(CTAGS_ARGS)$$unique" \
1171	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1172	     $$unique
1173
1174GTAGS:
1175	here=`$(am__cd) $(top_builddir) && pwd` \
1176	  && $(am__cd) $(top_srcdir) \
1177	  && gtags -i $(GTAGS_ARGS) "$$here"
1178cscopelist: cscopelist-recursive
1179
1180cscopelist-am: $(am__tagged_files)
1181	list='$(am__tagged_files)'; \
1182	case "$(srcdir)" in \
1183	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1184	  *) sdir=$(subdir)/$(srcdir) ;; \
1185	esac; \
1186	for i in $$list; do \
1187	  if test -f "$$i"; then \
1188	    echo "$(subdir)/$$i"; \
1189	  else \
1190	    echo "$$sdir/$$i"; \
1191	  fi; \
1192	done >> $(top_builddir)/cscope.files
1193
1194distclean-tags:
1195	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1196
1197distdir: $(BUILT_SOURCES)
1198	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1199
1200distdir-am: $(DISTFILES)
1201	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1202	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1203	list='$(DISTFILES)'; \
1204	  dist_files=`for file in $$list; do echo $$file; done | \
1205	  sed -e "s|^$$srcdirstrip/||;t" \
1206	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1207	case $$dist_files in \
1208	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1209			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1210			   sort -u` ;; \
1211	esac; \
1212	for file in $$dist_files; do \
1213	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1214	  if test -d $$d/$$file; then \
1215	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1216	    if test -d "$(distdir)/$$file"; then \
1217	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1218	    fi; \
1219	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1220	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1221	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1222	    fi; \
1223	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1224	  else \
1225	    test -f "$(distdir)/$$file" \
1226	    || cp -p $$d/$$file "$(distdir)/$$file" \
1227	    || exit 1; \
1228	  fi; \
1229	done
1230	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1231	  if test "$$subdir" = .; then :; else \
1232	    $(am__make_dryrun) \
1233	      || test -d "$(distdir)/$$subdir" \
1234	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1235	      || exit 1; \
1236	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1237	    $(am__relativize); \
1238	    new_distdir=$$reldir; \
1239	    dir1=$$subdir; dir2="$(top_distdir)"; \
1240	    $(am__relativize); \
1241	    new_top_distdir=$$reldir; \
1242	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1243	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1244	    ($(am__cd) $$subdir && \
1245	      $(MAKE) $(AM_MAKEFLAGS) \
1246	        top_distdir="$$new_top_distdir" \
1247	        distdir="$$new_distdir" \
1248		am__remove_distdir=: \
1249		am__skip_length_check=: \
1250		am__skip_mode_fix=: \
1251	        distdir) \
1252	      || exit 1; \
1253	  fi; \
1254	done
1255check-am: all-am
1256check: check-recursive
1257all-am: Makefile $(DATA)
1258installdirs: installdirs-recursive
1259installdirs-am:
1260	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
1261	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1262	done
1263install: install-recursive
1264install-exec: install-exec-recursive
1265install-data: install-data-recursive
1266uninstall: uninstall-recursive
1267
1268install-am: all-am
1269	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1270
1271installcheck: installcheck-recursive
1272install-strip:
1273	if test -z '$(STRIP)'; then \
1274	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1275	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1276	      install; \
1277	else \
1278	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1279	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1280	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1281	fi
1282mostlyclean-generic:
1283
1284clean-generic:
1285	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1286
1287distclean-generic:
1288	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1289	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1290
1291maintainer-clean-generic:
1292	@echo "This command is intended for maintainers to use"
1293	@echo "it deletes files that may require special tools to rebuild."
1294clean: clean-recursive
1295
1296clean-am: clean-generic clean-libtool mostlyclean-am
1297
1298distclean: distclean-recursive
1299	-rm -f Makefile
1300distclean-am: clean-am distclean-generic distclean-tags
1301
1302dvi: dvi-recursive
1303
1304dvi-am:
1305
1306html: html-recursive
1307
1308html-am:
1309
1310info: info-recursive
1311
1312info-am:
1313
1314install-data-am: install-dist_pkgdataDATA
1315
1316install-dvi: install-dvi-recursive
1317
1318install-dvi-am:
1319
1320install-exec-am:
1321
1322install-html: install-html-recursive
1323
1324install-html-am:
1325
1326install-info: install-info-recursive
1327
1328install-info-am:
1329
1330install-man:
1331
1332install-pdf: install-pdf-recursive
1333
1334install-pdf-am:
1335
1336install-ps: install-ps-recursive
1337
1338install-ps-am:
1339
1340installcheck-am:
1341
1342maintainer-clean: maintainer-clean-recursive
1343	-rm -f Makefile
1344maintainer-clean-am: distclean-am maintainer-clean-generic
1345
1346mostlyclean: mostlyclean-recursive
1347
1348mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1349
1350pdf: pdf-recursive
1351
1352pdf-am:
1353
1354ps: ps-recursive
1355
1356ps-am:
1357
1358uninstall-am: uninstall-dist_pkgdataDATA
1359
1360.MAKE: $(am__recursive_targets) install-am install-strip
1361
1362.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1363	check-am clean clean-generic clean-libtool cscopelist-am ctags \
1364	ctags-am distclean distclean-generic distclean-libtool \
1365	distclean-tags distdir dvi dvi-am html html-am info info-am \
1366	install install-am install-data install-data-am \
1367	install-dist_pkgdataDATA install-dvi install-dvi-am \
1368	install-exec install-exec-am install-html install-html-am \
1369	install-info install-info-am install-man install-pdf \
1370	install-pdf-am install-ps install-ps-am install-strip \
1371	installcheck installcheck-am installdirs installdirs-am \
1372	maintainer-clean maintainer-clean-generic mostlyclean \
1373	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1374	tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA
1375
1376.PRECIOUS: Makefile
1377
1378
1379resources.zip: \
1380		$(srcdir)/*.xrc $(images_forZIP) $(treeImages_forZIP) $(infoPaneImages_forZIP) \
1381		$(srcdir)/images/*.png
1382	PWD=`pwd` cd $(srcdir) && zip $(PWD)/resources.zip *.xrc images/*.png $(images_forZIP) \
1383		$(treeImages_forZIP) $(infoPaneImages_forZIP) \
1384		> /dev/null
1385
1386start_here.zip: $(srcdir)/start_here/*.htm* $(srcdir)/start_here/*.png
1387	PWD=`pwd` cd $(srcdir)/start_here && zip $(PWD)/start_here.zip *.htm* *.png > /dev/null
1388
1389# Tell versions [3.59,3.63) of GNU make to not export all variables.
1390# Otherwise a system limit (for SysV at least) may be exceeded.
1391.NOEXPORT:
1392