~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codesnippets/resources/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
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
 
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
bin_PROGRAMS = codesnippets$(EXEEXT)
 
38
subdir = src/plugins/contrib/codesnippets/resources
 
39
DIST_COMMON = $(dist_pkgdata_DATA) $(noinst_HEADERS) \
 
40
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/revision.m4 $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/src/include/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"
 
50
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
51
PROGRAMS = $(bin_PROGRAMS)
 
52
am_codesnippets_OBJECTS = codesnippetsapp.$(OBJEXT) \
 
53
        codesnippetstreectrl.$(OBJEXT) codesnippetswindow.$(OBJEXT) \
 
54
        edit.$(OBJEXT) editsnippetframe.$(OBJEXT) messagebox.$(OBJEXT) \
 
55
        messageBoxForm.$(OBJEXT) prefs.$(OBJEXT) settingsdlg.$(OBJEXT) \
 
56
        settingsdlgform.$(OBJEXT) snippetitemdata.$(OBJEXT) \
 
57
        snippetproperty.$(OBJEXT) snippetpropertyform.$(OBJEXT) \
 
58
        snippetsconfig.$(OBJEXT) snippetsimages.$(OBJEXT) \
 
59
        finddialogs.$(OBJEXT) memorymappedfile.$(OBJEXT) \
 
60
        version.$(OBJEXT)
 
61
codesnippets_OBJECTS = $(am_codesnippets_OBJECTS)
 
62
am__DEPENDENCIES_1 =
 
63
codesnippets_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
64
        $(am__DEPENDENCIES_1)
 
65
codesnippets_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
66
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
67
        $(CXXFLAGS) $(codesnippets_LDFLAGS) $(LDFLAGS) -o $@
 
68
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
70
am__depfiles_maybe = depfiles
 
71
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
72
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
73
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
76
CXXLD = $(CXX)
 
77
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
 
80
SOURCES = $(codesnippets_SOURCES)
 
81
DIST_SOURCES = $(codesnippets_SOURCES)
 
82
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
83
am__vpath_adj = case $$p in \
 
84
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
85
    *) f=$$p;; \
 
86
  esac;
 
87
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
88
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
89
DATA = $(dist_pkgdata_DATA)
 
90
HEADERS = $(noinst_HEADERS)
 
91
ETAGS = etags
 
92
CTAGS = ctags
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
pkgdatadir = $(datadir)/@PACKAGE@/images/codesnippets
 
95
ACLOCAL = @ACLOCAL@
 
96
AMTAR = @AMTAR@
 
97
AR = @AR@
 
98
AUTOCONF = @AUTOCONF@
 
99
AUTOHEADER = @AUTOHEADER@
 
100
AUTOMAKE = @AUTOMAKE@
 
101
AWK = @AWK@
 
102
BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
 
103
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
 
104
BUILD_BYOGAMES = @BUILD_BYOGAMES@
 
105
BUILD_CBKODERS = @BUILD_CBKODERS@
 
106
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
 
107
BUILD_CODESTAT = @BUILD_CODESTAT@
 
108
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
109
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
 
110
BUILD_ENVVARS = @BUILD_ENVVARS@
 
111
BUILD_EXPORTER = @BUILD_EXPORTER@
 
112
BUILD_HELP = @BUILD_HELP@
 
113
BUILD_KEYBINDER = @BUILD_KEYBINDER@
 
114
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
115
BUILD_PROFILER = @BUILD_PROFILER@
 
116
BUILD_REGEX = @BUILD_REGEX@
 
117
BUILD_SYMTAB = @BUILD_SYMTAB@
 
118
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
119
BUILD_WXSMITH = @BUILD_WXSMITH@
 
120
CC = @CC@
 
121
CCDEPMODE = @CCDEPMODE@
 
122
CFLAGS = @CFLAGS@
 
123
CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
 
124
CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
 
125
CPP = @CPP@
 
126
CPPFLAGS = @CPPFLAGS@
 
127
CXX = @CXX@
 
128
CXXCPP = @CXXCPP@
 
129
CXXDEPMODE = @CXXDEPMODE@
 
130
CXXFLAGS = @CXXFLAGS@
 
131
CYGPATH_W = @CYGPATH_W@
 
132
DATE = @DATE@
 
133
DEFS = @DEFS@
 
134
DEPDIR = @DEPDIR@
 
135
ECHO = @ECHO@
 
136
ECHO_C = @ECHO_C@
 
137
ECHO_N = @ECHO_N@
 
138
ECHO_T = @ECHO_T@
 
139
EGREP = @EGREP@
 
140
EXEEXT = @EXEEXT@
 
141
F77 = @F77@
 
142
FFLAGS = @FFLAGS@
 
143
GREP = @GREP@
 
144
GTK2_CFLAGS = @GTK2_CFLAGS@
 
145
GTK2_LIBS = @GTK2_LIBS@
 
146
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
147
INSTALL = @INSTALL@
 
148
INSTALL_DATA = @INSTALL_DATA@
 
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
152
LDFLAGS = @LDFLAGS@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBS = @LIBS@
 
155
LIBTOOL = @LIBTOOL@
 
156
LN_S = @LN_S@
 
157
LTLIBOBJS = @LTLIBOBJS@
 
158
MACSETFILE = @MACSETFILE@
 
159
MAKEINFO = @MAKEINFO@
 
160
MKDIR_P = @MKDIR_P@
 
161
OBJEXT = @OBJEXT@
 
162
PACKAGE = @PACKAGE@
 
163
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
164
PACKAGE_NAME = @PACKAGE_NAME@
 
165
PACKAGE_STRING = @PACKAGE_STRING@
 
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
171
PLATFORM_LIBS = @PLATFORM_LIBS@
 
172
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
173
PLUGIN_WX_LIBS = @PLUGIN_WX_LIBS@
 
174
POSTLINK_COMMAND = @POSTLINK_COMMAND@
 
175
RANLIB = @RANLIB@
 
176
RC = @RC@
 
177
REVISION = @REVISION@
 
178
REZ = @REZ@
 
179
SED = @SED@
 
180
SETFILE = @SETFILE@
 
181
SET_MAKE = @SET_MAKE@
 
182
SHARED_FLAGS = @SHARED_FLAGS@
 
183
SHELL = @SHELL@
 
184
STRIP = @STRIP@
 
185
VERSION = @VERSION@
 
186
WX_CFLAGS = @WX_CFLAGS@
 
187
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
188
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
189
WX_CPPFLAGS = @WX_CPPFLAGS@
 
190
WX_CXXFLAGS = @WX_CXXFLAGS@
 
191
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
192
WX_GTK2_CFLAGS = @WX_GTK2_CFLAGS@
 
193
WX_GTK2_LIBS = @WX_GTK2_LIBS@
 
194
WX_LIBS = @WX_LIBS@
 
195
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
196
WX_RESCOMP = @WX_RESCOMP@
 
197
WX_VERSION = @WX_VERSION@
 
198
abs_builddir = @abs_builddir@
 
199
abs_srcdir = @abs_srcdir@
 
200
abs_top_builddir = @abs_top_builddir@
 
201
abs_top_srcdir = @abs_top_srcdir@
 
202
ac_ct_CC = @ac_ct_CC@
 
203
ac_ct_CXX = @ac_ct_CXX@
 
204
ac_ct_F77 = @ac_ct_F77@
 
205
am__include = @am__include@
 
206
am__leading_dot = @am__leading_dot@
 
207
am__quote = @am__quote@
 
208
am__tar = @am__tar@
 
209
am__untar = @am__untar@
 
210
bindir = @bindir@
 
211
build = @build@
 
212
build_alias = @build_alias@
 
213
build_cpu = @build_cpu@
 
214
build_os = @build_os@
 
215
build_vendor = @build_vendor@
 
216
builddir = @builddir@
 
217
codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
 
218
datadir = @datadir@
 
219
datarootdir = @datarootdir@
 
220
docdir = @docdir@
 
221
dvidir = @dvidir@
 
222
exec_prefix = @exec_prefix@
 
223
host = @host@
 
224
host_alias = @host_alias@
 
225
host_cpu = @host_cpu@
 
226
host_os = @host_os@
 
227
host_vendor = @host_vendor@
 
228
htmldir = @htmldir@
 
229
includedir = @includedir@
 
230
infodir = @infodir@
 
231
install_sh = @install_sh@
 
232
libdir = $(pkgdatadir)/plugins
 
233
libexecdir = @libexecdir@
 
234
localedir = @localedir@
 
235
localstatedir = @localstatedir@
 
236
mandir = @mandir@
 
237
mkdir_p = @mkdir_p@
 
238
oldincludedir = @oldincludedir@
 
239
pdfdir = @pdfdir@
 
240
prefix = @prefix@
 
241
program_transform_name = @program_transform_name@
 
242
psdir = @psdir@
 
243
sbindir = @sbindir@
 
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
 
246
sysconfdir = @sysconfdir@
 
247
target = @target@
 
248
target_alias = @target_alias@
 
249
target_cpu = @target_cpu@
 
250
target_os = @target_os@
 
251
target_vendor = @target_vendor@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
 
254
INCLUDES = $(WX_CXXFLAGS) \
 
255
        $(WX_GTK2_CFLAGS) \
 
256
                -I$(top_srcdir)/src/include \
 
257
                -I$(top_srcdir)/src/include/wxscintilla/include \
 
258
        -I$(top_srcdir)/src/include/wxFlatNotebook/include
 
259
 
 
260
codesnippets_LDFLAGS = $(WX_GTK2_LIBS)
 
261
codesnippets_LDADD = -L../../../../base/tinyxml -ltinyxml \
 
262
            -L../../../../sdk/wxscintilla -lwxscintilla \
 
263
                        $(PLUGIN_WX_LIBS) $(WX_LIBS)
 
264
 
 
265
codesnippets_SOURCES = ../codesnippetsapp.cpp \
 
266
                        ../codesnippetstreectrl.cpp \
 
267
                        ../codesnippetswindow.cpp \
 
268
                        ../edit.cpp \
 
269
                        ../editsnippetframe.cpp \
 
270
                        ../messagebox.cpp \
 
271
                        ../messageBoxForm.cpp \
 
272
                        ../prefs.cpp \
 
273
                        ../settingsdlg.cpp \
 
274
                        ../settingsdlgform.cpp \
 
275
                        ../snippetitemdata.cpp \
 
276
                        ../snippetproperty.cpp \
 
277
                        ../snippetpropertyform.cpp \
 
278
                        ../snippetsconfig.cpp \
 
279
                        ../snippetsimages.cpp \
 
280
                        ../finddialogs.cpp \
 
281
                        ../memorymappedfile.cpp \
 
282
                        ../version.cpp
 
283
 
 
284
noinst_HEADERS = ../codesnippetsapp.h \
 
285
                        ../codesnippetstreectrl.h \
 
286
                        ../codesnippetswindow.h \
 
287
                        ../defsext.h \
 
288
                        ../edit.h \
 
289
                        ../editsnippetframe.h \
 
290
                        ../menuidentifiers.h \
 
291
                        ../messagebox.h \
 
292
                        ../messageBoxForm.h \
 
293
                        ../prefs.h \
 
294
                        ../settingsdlg.h \
 
295
                        ../settingsdlgform.h \
 
296
                        ../snippetitemdata.h \
 
297
                        ../snippetproperty.h \
 
298
                        ../snippetpropertyform.h \
 
299
                        ../snippetsconfig.h \
 
300
                        ../snippetsimages.h \
 
301
                        ../finddialogs.h \
 
302
                        ../memorymappedfile.h \
 
303
                        ../version.h \
 
304
                        ../wx_pch.h
 
305
 
 
306
dist_pkgdata_DATA = allsnippets.png \
 
307
                        category.png \
 
308
                        snippet.png
 
309
 
 
310
EXTRA_DIST = manifest.xml
 
311
all: all-am
 
312
 
 
313
.SUFFIXES:
 
314
.SUFFIXES: .cpp .lo .o .obj
 
315
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
316
        @for dep in $?; do \
 
317
          case '$(am__configure_deps)' in \
 
318
            *$$dep*) \
 
319
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
320
                && exit 0; \
 
321
              exit 1;; \
 
322
          esac; \
 
323
        done; \
 
324
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/codesnippets/resources/Makefile'; \
 
325
        cd $(top_srcdir) && \
 
326
          $(AUTOMAKE) --foreign  src/plugins/contrib/codesnippets/resources/Makefile
 
327
.PRECIOUS: Makefile
 
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
329
        @case '$?' in \
 
330
          *config.status*) \
 
331
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
332
          *) \
 
333
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
334
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
335
        esac;
 
336
 
 
337
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
338
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
339
 
 
340
$(top_srcdir)/configure:  $(am__configure_deps)
 
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
342
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
install-binPROGRAMS: $(bin_PROGRAMS)
 
345
        @$(NORMAL_INSTALL)
 
346
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
347
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
348
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
349
          if test -f $$p \
 
350
             || test -f $$p1 \
 
351
          ; then \
 
352
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
353
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
354
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
355
          else :; fi; \
 
356
        done
 
357
 
 
358
uninstall-binPROGRAMS:
 
359
        @$(NORMAL_UNINSTALL)
 
360
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
361
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
362
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
363
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
364
        done
 
365
 
 
366
clean-binPROGRAMS:
 
367
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
368
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
369
          echo " rm -f $$p $$f"; \
 
370
          rm -f $$p $$f ; \
 
371
        done
 
372
codesnippets$(EXEEXT): $(codesnippets_OBJECTS) $(codesnippets_DEPENDENCIES) 
 
373
        @rm -f codesnippets$(EXEEXT)
 
374
        $(codesnippets_LINK) $(codesnippets_OBJECTS) $(codesnippets_LDADD) $(LIBS)
 
375
 
 
376
mostlyclean-compile:
 
377
        -rm -f *.$(OBJEXT)
 
378
 
 
379
distclean-compile:
 
380
        -rm -f *.tab.c
 
381
 
 
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetsapp.Po@am__quote@
 
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetstreectrl.Po@am__quote@
 
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codesnippetswindow.Po@am__quote@
 
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
 
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editsnippetframe.Po@am__quote@
 
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finddialogs.Po@am__quote@
 
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memorymappedfile.Po@am__quote@
 
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messageBoxForm.Po@am__quote@
 
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messagebox.Po@am__quote@
 
391
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Po@am__quote@
 
392
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlg.Po@am__quote@
 
393
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settingsdlgform.Po@am__quote@
 
394
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetitemdata.Po@am__quote@
 
395
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetproperty.Po@am__quote@
 
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetpropertyform.Po@am__quote@
 
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsconfig.Po@am__quote@
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snippetsimages.Po@am__quote@
 
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
 
400
 
 
401
.cpp.o:
 
402
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
403
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
404
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
406
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
407
 
 
408
.cpp.obj:
 
409
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
410
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
411
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
413
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
414
 
 
415
.cpp.lo:
 
416
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
417
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
418
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
420
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
421
 
 
422
codesnippetsapp.o: ../codesnippetsapp.cpp
 
423
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetsapp.o -MD -MP -MF $(DEPDIR)/codesnippetsapp.Tpo -c -o codesnippetsapp.o `test -f '../codesnippetsapp.cpp' || echo '$(srcdir)/'`../codesnippetsapp.cpp
 
424
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetsapp.Tpo $(DEPDIR)/codesnippetsapp.Po
 
425
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetsapp.cpp' object='codesnippetsapp.o' libtool=no @AMDEPBACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
427
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetsapp.o `test -f '../codesnippetsapp.cpp' || echo '$(srcdir)/'`../codesnippetsapp.cpp
 
428
 
 
429
codesnippetsapp.obj: ../codesnippetsapp.cpp
 
430
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetsapp.obj -MD -MP -MF $(DEPDIR)/codesnippetsapp.Tpo -c -o codesnippetsapp.obj `if test -f '../codesnippetsapp.cpp'; then $(CYGPATH_W) '../codesnippetsapp.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetsapp.cpp'; fi`
 
431
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetsapp.Tpo $(DEPDIR)/codesnippetsapp.Po
 
432
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetsapp.cpp' object='codesnippetsapp.obj' libtool=no @AMDEPBACKSLASH@
 
433
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
434
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetsapp.obj `if test -f '../codesnippetsapp.cpp'; then $(CYGPATH_W) '../codesnippetsapp.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetsapp.cpp'; fi`
 
435
 
 
436
codesnippetstreectrl.o: ../codesnippetstreectrl.cpp
 
437
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetstreectrl.o -MD -MP -MF $(DEPDIR)/codesnippetstreectrl.Tpo -c -o codesnippetstreectrl.o `test -f '../codesnippetstreectrl.cpp' || echo '$(srcdir)/'`../codesnippetstreectrl.cpp
 
438
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetstreectrl.Tpo $(DEPDIR)/codesnippetstreectrl.Po
 
439
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetstreectrl.cpp' object='codesnippetstreectrl.o' libtool=no @AMDEPBACKSLASH@
 
440
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
441
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetstreectrl.o `test -f '../codesnippetstreectrl.cpp' || echo '$(srcdir)/'`../codesnippetstreectrl.cpp
 
442
 
 
443
codesnippetstreectrl.obj: ../codesnippetstreectrl.cpp
 
444
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetstreectrl.obj -MD -MP -MF $(DEPDIR)/codesnippetstreectrl.Tpo -c -o codesnippetstreectrl.obj `if test -f '../codesnippetstreectrl.cpp'; then $(CYGPATH_W) '../codesnippetstreectrl.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetstreectrl.cpp'; fi`
 
445
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetstreectrl.Tpo $(DEPDIR)/codesnippetstreectrl.Po
 
446
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetstreectrl.cpp' object='codesnippetstreectrl.obj' libtool=no @AMDEPBACKSLASH@
 
447
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
448
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetstreectrl.obj `if test -f '../codesnippetstreectrl.cpp'; then $(CYGPATH_W) '../codesnippetstreectrl.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetstreectrl.cpp'; fi`
 
449
 
 
450
codesnippetswindow.o: ../codesnippetswindow.cpp
 
451
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetswindow.o -MD -MP -MF $(DEPDIR)/codesnippetswindow.Tpo -c -o codesnippetswindow.o `test -f '../codesnippetswindow.cpp' || echo '$(srcdir)/'`../codesnippetswindow.cpp
 
452
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetswindow.Tpo $(DEPDIR)/codesnippetswindow.Po
 
453
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetswindow.cpp' object='codesnippetswindow.o' libtool=no @AMDEPBACKSLASH@
 
454
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
455
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetswindow.o `test -f '../codesnippetswindow.cpp' || echo '$(srcdir)/'`../codesnippetswindow.cpp
 
456
 
 
457
codesnippetswindow.obj: ../codesnippetswindow.cpp
 
458
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT codesnippetswindow.obj -MD -MP -MF $(DEPDIR)/codesnippetswindow.Tpo -c -o codesnippetswindow.obj `if test -f '../codesnippetswindow.cpp'; then $(CYGPATH_W) '../codesnippetswindow.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetswindow.cpp'; fi`
 
459
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/codesnippetswindow.Tpo $(DEPDIR)/codesnippetswindow.Po
 
460
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../codesnippetswindow.cpp' object='codesnippetswindow.obj' libtool=no @AMDEPBACKSLASH@
 
461
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
462
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o codesnippetswindow.obj `if test -f '../codesnippetswindow.cpp'; then $(CYGPATH_W) '../codesnippetswindow.cpp'; else $(CYGPATH_W) '$(srcdir)/../codesnippetswindow.cpp'; fi`
 
463
 
 
464
edit.o: ../edit.cpp
 
465
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT edit.o -MD -MP -MF $(DEPDIR)/edit.Tpo -c -o edit.o `test -f '../edit.cpp' || echo '$(srcdir)/'`../edit.cpp
 
466
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/edit.Tpo $(DEPDIR)/edit.Po
 
467
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../edit.cpp' object='edit.o' libtool=no @AMDEPBACKSLASH@
 
468
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
469
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o edit.o `test -f '../edit.cpp' || echo '$(srcdir)/'`../edit.cpp
 
470
 
 
471
edit.obj: ../edit.cpp
 
472
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT edit.obj -MD -MP -MF $(DEPDIR)/edit.Tpo -c -o edit.obj `if test -f '../edit.cpp'; then $(CYGPATH_W) '../edit.cpp'; else $(CYGPATH_W) '$(srcdir)/../edit.cpp'; fi`
 
473
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/edit.Tpo $(DEPDIR)/edit.Po
 
474
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../edit.cpp' object='edit.obj' libtool=no @AMDEPBACKSLASH@
 
475
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
476
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o edit.obj `if test -f '../edit.cpp'; then $(CYGPATH_W) '../edit.cpp'; else $(CYGPATH_W) '$(srcdir)/../edit.cpp'; fi`
 
477
 
 
478
editsnippetframe.o: ../editsnippetframe.cpp
 
479
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT editsnippetframe.o -MD -MP -MF $(DEPDIR)/editsnippetframe.Tpo -c -o editsnippetframe.o `test -f '../editsnippetframe.cpp' || echo '$(srcdir)/'`../editsnippetframe.cpp
 
480
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/editsnippetframe.Tpo $(DEPDIR)/editsnippetframe.Po
 
481
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../editsnippetframe.cpp' object='editsnippetframe.o' libtool=no @AMDEPBACKSLASH@
 
482
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
483
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o editsnippetframe.o `test -f '../editsnippetframe.cpp' || echo '$(srcdir)/'`../editsnippetframe.cpp
 
484
 
 
485
editsnippetframe.obj: ../editsnippetframe.cpp
 
486
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT editsnippetframe.obj -MD -MP -MF $(DEPDIR)/editsnippetframe.Tpo -c -o editsnippetframe.obj `if test -f '../editsnippetframe.cpp'; then $(CYGPATH_W) '../editsnippetframe.cpp'; else $(CYGPATH_W) '$(srcdir)/../editsnippetframe.cpp'; fi`
 
487
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/editsnippetframe.Tpo $(DEPDIR)/editsnippetframe.Po
 
488
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../editsnippetframe.cpp' object='editsnippetframe.obj' libtool=no @AMDEPBACKSLASH@
 
489
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
490
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o editsnippetframe.obj `if test -f '../editsnippetframe.cpp'; then $(CYGPATH_W) '../editsnippetframe.cpp'; else $(CYGPATH_W) '$(srcdir)/../editsnippetframe.cpp'; fi`
 
491
 
 
492
messagebox.o: ../messagebox.cpp
 
493
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT messagebox.o -MD -MP -MF $(DEPDIR)/messagebox.Tpo -c -o messagebox.o `test -f '../messagebox.cpp' || echo '$(srcdir)/'`../messagebox.cpp
 
494
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/messagebox.Tpo $(DEPDIR)/messagebox.Po
 
495
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../messagebox.cpp' object='messagebox.o' libtool=no @AMDEPBACKSLASH@
 
496
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
497
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o messagebox.o `test -f '../messagebox.cpp' || echo '$(srcdir)/'`../messagebox.cpp
 
498
 
 
499
messagebox.obj: ../messagebox.cpp
 
500
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT messagebox.obj -MD -MP -MF $(DEPDIR)/messagebox.Tpo -c -o messagebox.obj `if test -f '../messagebox.cpp'; then $(CYGPATH_W) '../messagebox.cpp'; else $(CYGPATH_W) '$(srcdir)/../messagebox.cpp'; fi`
 
501
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/messagebox.Tpo $(DEPDIR)/messagebox.Po
 
502
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../messagebox.cpp' object='messagebox.obj' libtool=no @AMDEPBACKSLASH@
 
503
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
504
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o messagebox.obj `if test -f '../messagebox.cpp'; then $(CYGPATH_W) '../messagebox.cpp'; else $(CYGPATH_W) '$(srcdir)/../messagebox.cpp'; fi`
 
505
 
 
506
messageBoxForm.o: ../messageBoxForm.cpp
 
507
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT messageBoxForm.o -MD -MP -MF $(DEPDIR)/messageBoxForm.Tpo -c -o messageBoxForm.o `test -f '../messageBoxForm.cpp' || echo '$(srcdir)/'`../messageBoxForm.cpp
 
508
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/messageBoxForm.Tpo $(DEPDIR)/messageBoxForm.Po
 
509
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../messageBoxForm.cpp' object='messageBoxForm.o' libtool=no @AMDEPBACKSLASH@
 
510
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
511
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o messageBoxForm.o `test -f '../messageBoxForm.cpp' || echo '$(srcdir)/'`../messageBoxForm.cpp
 
512
 
 
513
messageBoxForm.obj: ../messageBoxForm.cpp
 
514
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT messageBoxForm.obj -MD -MP -MF $(DEPDIR)/messageBoxForm.Tpo -c -o messageBoxForm.obj `if test -f '../messageBoxForm.cpp'; then $(CYGPATH_W) '../messageBoxForm.cpp'; else $(CYGPATH_W) '$(srcdir)/../messageBoxForm.cpp'; fi`
 
515
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/messageBoxForm.Tpo $(DEPDIR)/messageBoxForm.Po
 
516
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../messageBoxForm.cpp' object='messageBoxForm.obj' libtool=no @AMDEPBACKSLASH@
 
517
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
518
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o messageBoxForm.obj `if test -f '../messageBoxForm.cpp'; then $(CYGPATH_W) '../messageBoxForm.cpp'; else $(CYGPATH_W) '$(srcdir)/../messageBoxForm.cpp'; fi`
 
519
 
 
520
prefs.o: ../prefs.cpp
 
521
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT prefs.o -MD -MP -MF $(DEPDIR)/prefs.Tpo -c -o prefs.o `test -f '../prefs.cpp' || echo '$(srcdir)/'`../prefs.cpp
 
522
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/prefs.Tpo $(DEPDIR)/prefs.Po
 
523
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../prefs.cpp' object='prefs.o' libtool=no @AMDEPBACKSLASH@
 
524
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
525
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o prefs.o `test -f '../prefs.cpp' || echo '$(srcdir)/'`../prefs.cpp
 
526
 
 
527
prefs.obj: ../prefs.cpp
 
528
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT prefs.obj -MD -MP -MF $(DEPDIR)/prefs.Tpo -c -o prefs.obj `if test -f '../prefs.cpp'; then $(CYGPATH_W) '../prefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../prefs.cpp'; fi`
 
529
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/prefs.Tpo $(DEPDIR)/prefs.Po
 
530
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../prefs.cpp' object='prefs.obj' libtool=no @AMDEPBACKSLASH@
 
531
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
532
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o prefs.obj `if test -f '../prefs.cpp'; then $(CYGPATH_W) '../prefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../prefs.cpp'; fi`
 
533
 
 
534
settingsdlg.o: ../settingsdlg.cpp
 
535
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settingsdlg.o -MD -MP -MF $(DEPDIR)/settingsdlg.Tpo -c -o settingsdlg.o `test -f '../settingsdlg.cpp' || echo '$(srcdir)/'`../settingsdlg.cpp
 
536
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/settingsdlg.Tpo $(DEPDIR)/settingsdlg.Po
 
537
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../settingsdlg.cpp' object='settingsdlg.o' libtool=no @AMDEPBACKSLASH@
 
538
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
539
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settingsdlg.o `test -f '../settingsdlg.cpp' || echo '$(srcdir)/'`../settingsdlg.cpp
 
540
 
 
541
settingsdlg.obj: ../settingsdlg.cpp
 
542
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settingsdlg.obj -MD -MP -MF $(DEPDIR)/settingsdlg.Tpo -c -o settingsdlg.obj `if test -f '../settingsdlg.cpp'; then $(CYGPATH_W) '../settingsdlg.cpp'; else $(CYGPATH_W) '$(srcdir)/../settingsdlg.cpp'; fi`
 
543
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/settingsdlg.Tpo $(DEPDIR)/settingsdlg.Po
 
544
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../settingsdlg.cpp' object='settingsdlg.obj' libtool=no @AMDEPBACKSLASH@
 
545
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
546
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settingsdlg.obj `if test -f '../settingsdlg.cpp'; then $(CYGPATH_W) '../settingsdlg.cpp'; else $(CYGPATH_W) '$(srcdir)/../settingsdlg.cpp'; fi`
 
547
 
 
548
settingsdlgform.o: ../settingsdlgform.cpp
 
549
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settingsdlgform.o -MD -MP -MF $(DEPDIR)/settingsdlgform.Tpo -c -o settingsdlgform.o `test -f '../settingsdlgform.cpp' || echo '$(srcdir)/'`../settingsdlgform.cpp
 
550
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/settingsdlgform.Tpo $(DEPDIR)/settingsdlgform.Po
 
551
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../settingsdlgform.cpp' object='settingsdlgform.o' libtool=no @AMDEPBACKSLASH@
 
552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
553
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settingsdlgform.o `test -f '../settingsdlgform.cpp' || echo '$(srcdir)/'`../settingsdlgform.cpp
 
554
 
 
555
settingsdlgform.obj: ../settingsdlgform.cpp
 
556
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settingsdlgform.obj -MD -MP -MF $(DEPDIR)/settingsdlgform.Tpo -c -o settingsdlgform.obj `if test -f '../settingsdlgform.cpp'; then $(CYGPATH_W) '../settingsdlgform.cpp'; else $(CYGPATH_W) '$(srcdir)/../settingsdlgform.cpp'; fi`
 
557
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/settingsdlgform.Tpo $(DEPDIR)/settingsdlgform.Po
 
558
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../settingsdlgform.cpp' object='settingsdlgform.obj' libtool=no @AMDEPBACKSLASH@
 
559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
560
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settingsdlgform.obj `if test -f '../settingsdlgform.cpp'; then $(CYGPATH_W) '../settingsdlgform.cpp'; else $(CYGPATH_W) '$(srcdir)/../settingsdlgform.cpp'; fi`
 
561
 
 
562
snippetitemdata.o: ../snippetitemdata.cpp
 
563
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetitemdata.o -MD -MP -MF $(DEPDIR)/snippetitemdata.Tpo -c -o snippetitemdata.o `test -f '../snippetitemdata.cpp' || echo '$(srcdir)/'`../snippetitemdata.cpp
 
564
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetitemdata.Tpo $(DEPDIR)/snippetitemdata.Po
 
565
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetitemdata.cpp' object='snippetitemdata.o' libtool=no @AMDEPBACKSLASH@
 
566
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
567
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetitemdata.o `test -f '../snippetitemdata.cpp' || echo '$(srcdir)/'`../snippetitemdata.cpp
 
568
 
 
569
snippetitemdata.obj: ../snippetitemdata.cpp
 
570
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetitemdata.obj -MD -MP -MF $(DEPDIR)/snippetitemdata.Tpo -c -o snippetitemdata.obj `if test -f '../snippetitemdata.cpp'; then $(CYGPATH_W) '../snippetitemdata.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetitemdata.cpp'; fi`
 
571
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetitemdata.Tpo $(DEPDIR)/snippetitemdata.Po
 
572
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetitemdata.cpp' object='snippetitemdata.obj' libtool=no @AMDEPBACKSLASH@
 
573
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
574
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetitemdata.obj `if test -f '../snippetitemdata.cpp'; then $(CYGPATH_W) '../snippetitemdata.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetitemdata.cpp'; fi`
 
575
 
 
576
snippetproperty.o: ../snippetproperty.cpp
 
577
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetproperty.o -MD -MP -MF $(DEPDIR)/snippetproperty.Tpo -c -o snippetproperty.o `test -f '../snippetproperty.cpp' || echo '$(srcdir)/'`../snippetproperty.cpp
 
578
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetproperty.Tpo $(DEPDIR)/snippetproperty.Po
 
579
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetproperty.cpp' object='snippetproperty.o' libtool=no @AMDEPBACKSLASH@
 
580
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
581
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetproperty.o `test -f '../snippetproperty.cpp' || echo '$(srcdir)/'`../snippetproperty.cpp
 
582
 
 
583
snippetproperty.obj: ../snippetproperty.cpp
 
584
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetproperty.obj -MD -MP -MF $(DEPDIR)/snippetproperty.Tpo -c -o snippetproperty.obj `if test -f '../snippetproperty.cpp'; then $(CYGPATH_W) '../snippetproperty.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetproperty.cpp'; fi`
 
585
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetproperty.Tpo $(DEPDIR)/snippetproperty.Po
 
586
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetproperty.cpp' object='snippetproperty.obj' libtool=no @AMDEPBACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
588
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetproperty.obj `if test -f '../snippetproperty.cpp'; then $(CYGPATH_W) '../snippetproperty.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetproperty.cpp'; fi`
 
589
 
 
590
snippetpropertyform.o: ../snippetpropertyform.cpp
 
591
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetpropertyform.o -MD -MP -MF $(DEPDIR)/snippetpropertyform.Tpo -c -o snippetpropertyform.o `test -f '../snippetpropertyform.cpp' || echo '$(srcdir)/'`../snippetpropertyform.cpp
 
592
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetpropertyform.Tpo $(DEPDIR)/snippetpropertyform.Po
 
593
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetpropertyform.cpp' object='snippetpropertyform.o' libtool=no @AMDEPBACKSLASH@
 
594
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
595
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetpropertyform.o `test -f '../snippetpropertyform.cpp' || echo '$(srcdir)/'`../snippetpropertyform.cpp
 
596
 
 
597
snippetpropertyform.obj: ../snippetpropertyform.cpp
 
598
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetpropertyform.obj -MD -MP -MF $(DEPDIR)/snippetpropertyform.Tpo -c -o snippetpropertyform.obj `if test -f '../snippetpropertyform.cpp'; then $(CYGPATH_W) '../snippetpropertyform.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetpropertyform.cpp'; fi`
 
599
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetpropertyform.Tpo $(DEPDIR)/snippetpropertyform.Po
 
600
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetpropertyform.cpp' object='snippetpropertyform.obj' libtool=no @AMDEPBACKSLASH@
 
601
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
602
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetpropertyform.obj `if test -f '../snippetpropertyform.cpp'; then $(CYGPATH_W) '../snippetpropertyform.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetpropertyform.cpp'; fi`
 
603
 
 
604
snippetsconfig.o: ../snippetsconfig.cpp
 
605
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetsconfig.o -MD -MP -MF $(DEPDIR)/snippetsconfig.Tpo -c -o snippetsconfig.o `test -f '../snippetsconfig.cpp' || echo '$(srcdir)/'`../snippetsconfig.cpp
 
606
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetsconfig.Tpo $(DEPDIR)/snippetsconfig.Po
 
607
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetsconfig.cpp' object='snippetsconfig.o' libtool=no @AMDEPBACKSLASH@
 
608
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
609
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetsconfig.o `test -f '../snippetsconfig.cpp' || echo '$(srcdir)/'`../snippetsconfig.cpp
 
610
 
 
611
snippetsconfig.obj: ../snippetsconfig.cpp
 
612
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetsconfig.obj -MD -MP -MF $(DEPDIR)/snippetsconfig.Tpo -c -o snippetsconfig.obj `if test -f '../snippetsconfig.cpp'; then $(CYGPATH_W) '../snippetsconfig.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetsconfig.cpp'; fi`
 
613
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetsconfig.Tpo $(DEPDIR)/snippetsconfig.Po
 
614
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetsconfig.cpp' object='snippetsconfig.obj' libtool=no @AMDEPBACKSLASH@
 
615
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
616
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetsconfig.obj `if test -f '../snippetsconfig.cpp'; then $(CYGPATH_W) '../snippetsconfig.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetsconfig.cpp'; fi`
 
617
 
 
618
snippetsimages.o: ../snippetsimages.cpp
 
619
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetsimages.o -MD -MP -MF $(DEPDIR)/snippetsimages.Tpo -c -o snippetsimages.o `test -f '../snippetsimages.cpp' || echo '$(srcdir)/'`../snippetsimages.cpp
 
620
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetsimages.Tpo $(DEPDIR)/snippetsimages.Po
 
621
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetsimages.cpp' object='snippetsimages.o' libtool=no @AMDEPBACKSLASH@
 
622
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
623
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetsimages.o `test -f '../snippetsimages.cpp' || echo '$(srcdir)/'`../snippetsimages.cpp
 
624
 
 
625
snippetsimages.obj: ../snippetsimages.cpp
 
626
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT snippetsimages.obj -MD -MP -MF $(DEPDIR)/snippetsimages.Tpo -c -o snippetsimages.obj `if test -f '../snippetsimages.cpp'; then $(CYGPATH_W) '../snippetsimages.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetsimages.cpp'; fi`
 
627
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/snippetsimages.Tpo $(DEPDIR)/snippetsimages.Po
 
628
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../snippetsimages.cpp' object='snippetsimages.obj' libtool=no @AMDEPBACKSLASH@
 
629
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
630
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o snippetsimages.obj `if test -f '../snippetsimages.cpp'; then $(CYGPATH_W) '../snippetsimages.cpp'; else $(CYGPATH_W) '$(srcdir)/../snippetsimages.cpp'; fi`
 
631
 
 
632
finddialogs.o: ../finddialogs.cpp
 
633
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT finddialogs.o -MD -MP -MF $(DEPDIR)/finddialogs.Tpo -c -o finddialogs.o `test -f '../finddialogs.cpp' || echo '$(srcdir)/'`../finddialogs.cpp
 
634
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/finddialogs.Tpo $(DEPDIR)/finddialogs.Po
 
635
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../finddialogs.cpp' object='finddialogs.o' libtool=no @AMDEPBACKSLASH@
 
636
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
637
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o finddialogs.o `test -f '../finddialogs.cpp' || echo '$(srcdir)/'`../finddialogs.cpp
 
638
 
 
639
finddialogs.obj: ../finddialogs.cpp
 
640
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT finddialogs.obj -MD -MP -MF $(DEPDIR)/finddialogs.Tpo -c -o finddialogs.obj `if test -f '../finddialogs.cpp'; then $(CYGPATH_W) '../finddialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/../finddialogs.cpp'; fi`
 
641
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/finddialogs.Tpo $(DEPDIR)/finddialogs.Po
 
642
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../finddialogs.cpp' object='finddialogs.obj' libtool=no @AMDEPBACKSLASH@
 
643
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
644
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o finddialogs.obj `if test -f '../finddialogs.cpp'; then $(CYGPATH_W) '../finddialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/../finddialogs.cpp'; fi`
 
645
 
 
646
memorymappedfile.o: ../memorymappedfile.cpp
 
647
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT memorymappedfile.o -MD -MP -MF $(DEPDIR)/memorymappedfile.Tpo -c -o memorymappedfile.o `test -f '../memorymappedfile.cpp' || echo '$(srcdir)/'`../memorymappedfile.cpp
 
648
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/memorymappedfile.Tpo $(DEPDIR)/memorymappedfile.Po
 
649
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../memorymappedfile.cpp' object='memorymappedfile.o' libtool=no @AMDEPBACKSLASH@
 
650
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
651
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o memorymappedfile.o `test -f '../memorymappedfile.cpp' || echo '$(srcdir)/'`../memorymappedfile.cpp
 
652
 
 
653
memorymappedfile.obj: ../memorymappedfile.cpp
 
654
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT memorymappedfile.obj -MD -MP -MF $(DEPDIR)/memorymappedfile.Tpo -c -o memorymappedfile.obj `if test -f '../memorymappedfile.cpp'; then $(CYGPATH_W) '../memorymappedfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../memorymappedfile.cpp'; fi`
 
655
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/memorymappedfile.Tpo $(DEPDIR)/memorymappedfile.Po
 
656
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../memorymappedfile.cpp' object='memorymappedfile.obj' libtool=no @AMDEPBACKSLASH@
 
657
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
658
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o memorymappedfile.obj `if test -f '../memorymappedfile.cpp'; then $(CYGPATH_W) '../memorymappedfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../memorymappedfile.cpp'; fi`
 
659
 
 
660
version.o: ../version.cpp
 
661
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT version.o -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.o `test -f '../version.cpp' || echo '$(srcdir)/'`../version.cpp
 
662
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
 
663
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../version.cpp' object='version.o' libtool=no @AMDEPBACKSLASH@
 
664
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
665
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o version.o `test -f '../version.cpp' || echo '$(srcdir)/'`../version.cpp
 
666
 
 
667
version.obj: ../version.cpp
 
668
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT version.obj -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.obj `if test -f '../version.cpp'; then $(CYGPATH_W) '../version.cpp'; else $(CYGPATH_W) '$(srcdir)/../version.cpp'; fi`
 
669
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
 
670
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../version.cpp' object='version.obj' libtool=no @AMDEPBACKSLASH@
 
671
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
672
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o version.obj `if test -f '../version.cpp'; then $(CYGPATH_W) '../version.cpp'; else $(CYGPATH_W) '$(srcdir)/../version.cpp'; fi`
 
673
 
 
674
mostlyclean-libtool:
 
675
        -rm -f *.lo
 
676
 
 
677
clean-libtool:
 
678
        -rm -rf .libs _libs
 
679
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
 
680
        @$(NORMAL_INSTALL)
 
681
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
 
682
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
683
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
684
          f=$(am__strip_dir) \
 
685
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
686
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
687
        done
 
688
 
 
689
uninstall-dist_pkgdataDATA:
 
690
        @$(NORMAL_UNINSTALL)
 
691
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
692
          f=$(am__strip_dir) \
 
693
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
694
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
695
        done
 
696
 
 
697
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
698
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
699
        unique=`for i in $$list; do \
 
700
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
701
          done | \
 
702
          $(AWK) '    { files[$$0] = 1; } \
 
703
               END { for (i in files) print i; }'`; \
 
704
        mkid -fID $$unique
 
705
tags: TAGS
 
706
 
 
707
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
708
                $(TAGS_FILES) $(LISP)
 
709
        tags=; \
 
710
        here=`pwd`; \
 
711
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
712
        unique=`for i in $$list; do \
 
713
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
714
          done | \
 
715
          $(AWK) '    { files[$$0] = 1; } \
 
716
               END { for (i in files) print i; }'`; \
 
717
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
718
          test -n "$$unique" || unique=$$empty_fix; \
 
719
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
720
            $$tags $$unique; \
 
721
        fi
 
722
ctags: CTAGS
 
723
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
724
                $(TAGS_FILES) $(LISP)
 
725
        tags=; \
 
726
        here=`pwd`; \
 
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; } \
 
732
               END { for (i in files) print i; }'`; \
 
733
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
734
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
735
             $$tags $$unique
 
736
 
 
737
GTAGS:
 
738
        here=`$(am__cd) $(top_builddir) && pwd` \
 
739
          && 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 $(srcdir)/$$file && test $$d != $(srcdir); then \
 
762
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
763
            fi; \
 
764
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
765
          else \
 
766
            test -f $(distdir)/$$file \
 
767
            || cp -p $$d/$$file $(distdir)/$$file \
 
768
            || exit 1; \
 
769
          fi; \
 
770
        done
 
771
check-am: all-am
 
772
check: check-am
 
773
all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
 
774
installdirs:
 
775
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
 
776
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
777
        done
 
778
install: install-am
 
779
install-exec: install-exec-am
 
780
install-data: install-data-am
 
781
uninstall: uninstall-am
 
782
 
 
783
install-am: all-am
 
784
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
785
 
 
786
installcheck: installcheck-am
 
787
install-strip:
 
788
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
789
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
790
          `test -z '$(STRIP)' || \
 
791
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
792
mostlyclean-generic:
 
793
 
 
794
clean-generic:
 
795
 
 
796
distclean-generic:
 
797
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
798
 
 
799
maintainer-clean-generic:
 
800
        @echo "This command is intended for maintainers to use"
 
801
        @echo "it deletes files that may require special tools to rebuild."
 
802
clean: clean-am
 
803
 
 
804
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
805
 
 
806
distclean: distclean-am
 
807
        -rm -rf ./$(DEPDIR)
 
808
        -rm -f Makefile
 
809
distclean-am: clean-am distclean-compile distclean-generic \
 
810
        distclean-tags
 
811
 
 
812
dvi: dvi-am
 
813
 
 
814
dvi-am:
 
815
 
 
816
html: html-am
 
817
 
 
818
info: info-am
 
819
 
 
820
info-am:
 
821
 
 
822
install-data-am: install-data-local install-dist_pkgdataDATA
 
823
 
 
824
install-dvi: install-dvi-am
 
825
 
 
826
install-exec-am: install-binPROGRAMS
 
827
 
 
828
install-html: install-html-am
 
829
 
 
830
install-info: install-info-am
 
831
 
 
832
install-man:
 
833
 
 
834
install-pdf: install-pdf-am
 
835
 
 
836
install-ps: install-ps-am
 
837
 
 
838
installcheck-am:
 
839
 
 
840
maintainer-clean: maintainer-clean-am
 
841
        -rm -rf ./$(DEPDIR)
 
842
        -rm -f Makefile
 
843
maintainer-clean-am: distclean-am maintainer-clean-generic
 
844
 
 
845
mostlyclean: mostlyclean-am
 
846
 
 
847
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
848
        mostlyclean-libtool
 
849
 
 
850
pdf: pdf-am
 
851
 
 
852
pdf-am:
 
853
 
 
854
ps: ps-am
 
855
 
 
856
ps-am:
 
857
 
 
858
uninstall-am: uninstall-binPROGRAMS uninstall-dist_pkgdataDATA
 
859
 
 
860
.MAKE: install-am install-strip
 
861
 
 
862
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
863
        clean-generic clean-libtool ctags distclean distclean-compile \
 
864
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
865
        dvi-am html html-am info info-am install install-am \
 
866
        install-binPROGRAMS install-data install-data-am \
 
867
        install-data-local install-dist_pkgdataDATA install-dvi \
 
868
        install-dvi-am install-exec install-exec-am install-html \
 
869
        install-html-am install-info install-info-am install-man \
 
870
        install-pdf install-pdf-am install-ps install-ps-am \
 
871
        install-strip installcheck installcheck-am installdirs \
 
872
        maintainer-clean maintainer-clean-generic mostlyclean \
 
873
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
874
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
875
        uninstall-binPROGRAMS uninstall-dist_pkgdataDATA
 
876
 
 
877
 
 
878
codesnippets.zip: manifest.xml
 
879
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/codesnippets.zip manifest.xml > /dev/null
 
880
 
 
881
install-data-local: codesnippets.zip
 
882
        $(mkinstalldirs) $(DESTDIR)$(datadir)/@PACKAGE@/; \
 
883
        if test -f $(srcdir)/codesnippets.zip; then p=$(srcdir)/codesnippets.zip; else p=codesnippets.zip; fi; \
 
884
        $(INSTALL_DATA) $$p $(DESTDIR)$(datadir)/@PACKAGE@/codesnippets.zip
 
885
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
886
# Otherwise a system limit (for SysV at least) may be exceeded.
 
887
.NOEXPORT: