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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/properties/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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
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
subdir = src/plugins/contrib/wxSmith/properties
 
38
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/revision.m4 $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/src/include/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
49
libwxsmith_properties_la_DEPENDENCIES =  \
 
50
        ../../../../sdk/libcodeblocks.la
 
51
am_libwxsmith_properties_la_OBJECTS = wxsarraystringeditordlg.lo \
 
52
        wxsboolproperty.lo wxspropertystream.lo wxsflagsproperty.lo \
 
53
        wxsemptyproperty.lo wxsstringproperty.lo wxslongproperty.lo \
 
54
        wxsenumproperty.lo wxsarraystringproperty.lo \
 
55
        wxsquickpropspanel.lo wxsproperty.lo wxspropertygridmanager.lo \
 
56
        wxscustomeditorproperty.lo wxspropertycontainer.lo
 
57
libwxsmith_properties_la_OBJECTS =  \
 
58
        $(am_libwxsmith_properties_la_OBJECTS)
 
59
libwxsmith_properties_la_LINK = $(LIBTOOL) --tag=CXX \
 
60
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
61
        $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_properties_la_LDFLAGS) \
 
62
        $(LDFLAGS) -o $@
 
63
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
68
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
71
CXXLD = $(CXX)
 
72
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
 
75
SOURCES = $(libwxsmith_properties_la_SOURCES)
 
76
DIST_SOURCES = $(libwxsmith_properties_la_SOURCES)
 
77
HEADERS = $(noinst_HEADERS)
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
AMTAR = @AMTAR@
 
83
AR = @AR@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AWK = @AWK@
 
88
BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
 
89
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
 
90
BUILD_BYOGAMES = @BUILD_BYOGAMES@
 
91
BUILD_CBKODERS = @BUILD_CBKODERS@
 
92
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
 
93
BUILD_CODESTAT = @BUILD_CODESTAT@
 
94
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
95
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
 
96
BUILD_ENVVARS = @BUILD_ENVVARS@
 
97
BUILD_EXPORTER = @BUILD_EXPORTER@
 
98
BUILD_HELP = @BUILD_HELP@
 
99
BUILD_KEYBINDER = @BUILD_KEYBINDER@
 
100
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
101
BUILD_PROFILER = @BUILD_PROFILER@
 
102
BUILD_REGEX = @BUILD_REGEX@
 
103
BUILD_SYMTAB = @BUILD_SYMTAB@
 
104
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
105
BUILD_WXSMITH = @BUILD_WXSMITH@
 
106
CC = @CC@
 
107
CCDEPMODE = @CCDEPMODE@
 
108
CFLAGS = @CFLAGS@
 
109
CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
 
110
CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
 
111
CPP = @CPP@
 
112
CPPFLAGS = @CPPFLAGS@
 
113
CXX = @CXX@
 
114
CXXCPP = @CXXCPP@
 
115
CXXDEPMODE = @CXXDEPMODE@
 
116
CXXFLAGS = @CXXFLAGS@
 
117
CYGPATH_W = @CYGPATH_W@
 
118
DATE = @DATE@
 
119
DEFS = @DEFS@
 
120
DEPDIR = @DEPDIR@
 
121
ECHO = @ECHO@
 
122
ECHO_C = @ECHO_C@
 
123
ECHO_N = @ECHO_N@
 
124
ECHO_T = @ECHO_T@
 
125
EGREP = @EGREP@
 
126
EXEEXT = @EXEEXT@
 
127
F77 = @F77@
 
128
FFLAGS = @FFLAGS@
 
129
GREP = @GREP@
 
130
GTK2_CFLAGS = @GTK2_CFLAGS@
 
131
GTK2_LIBS = @GTK2_LIBS@
 
132
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
133
INSTALL = @INSTALL@
 
134
INSTALL_DATA = @INSTALL_DATA@
 
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
138
LDFLAGS = @LDFLAGS@
 
139
LIBOBJS = @LIBOBJS@
 
140
LIBS = @LIBS@
 
141
LIBTOOL = @LIBTOOL@
 
142
LN_S = @LN_S@
 
143
LTLIBOBJS = @LTLIBOBJS@
 
144
MACSETFILE = @MACSETFILE@
 
145
MAKEINFO = @MAKEINFO@
 
146
MKDIR_P = @MKDIR_P@
 
147
OBJEXT = @OBJEXT@
 
148
PACKAGE = @PACKAGE@
 
149
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
150
PACKAGE_NAME = @PACKAGE_NAME@
 
151
PACKAGE_STRING = @PACKAGE_STRING@
 
152
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
153
PACKAGE_VERSION = @PACKAGE_VERSION@
 
154
PATH_SEPARATOR = @PATH_SEPARATOR@
 
155
PKG_CONFIG = @PKG_CONFIG@
 
156
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
 
157
PLATFORM_LIBS = @PLATFORM_LIBS@
 
158
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
159
PLUGIN_WX_LIBS = @PLUGIN_WX_LIBS@
 
160
POSTLINK_COMMAND = @POSTLINK_COMMAND@
 
161
RANLIB = @RANLIB@
 
162
RC = @RC@
 
163
REVISION = @REVISION@
 
164
REZ = @REZ@
 
165
SED = @SED@
 
166
SETFILE = @SETFILE@
 
167
SET_MAKE = @SET_MAKE@
 
168
SHARED_FLAGS = @SHARED_FLAGS@
 
169
SHELL = @SHELL@
 
170
STRIP = @STRIP@
 
171
VERSION = @VERSION@
 
172
WX_CFLAGS = @WX_CFLAGS@
 
173
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
174
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
175
WX_CPPFLAGS = @WX_CPPFLAGS@
 
176
WX_CXXFLAGS = @WX_CXXFLAGS@
 
177
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
178
WX_GTK2_CFLAGS = @WX_GTK2_CFLAGS@
 
179
WX_GTK2_LIBS = @WX_GTK2_LIBS@
 
180
WX_LIBS = @WX_LIBS@
 
181
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
182
WX_RESCOMP = @WX_RESCOMP@
 
183
WX_VERSION = @WX_VERSION@
 
184
abs_builddir = @abs_builddir@
 
185
abs_srcdir = @abs_srcdir@
 
186
abs_top_builddir = @abs_top_builddir@
 
187
abs_top_srcdir = @abs_top_srcdir@
 
188
ac_ct_CC = @ac_ct_CC@
 
189
ac_ct_CXX = @ac_ct_CXX@
 
190
ac_ct_F77 = @ac_ct_F77@
 
191
am__include = @am__include@
 
192
am__leading_dot = @am__leading_dot@
 
193
am__quote = @am__quote@
 
194
am__tar = @am__tar@
 
195
am__untar = @am__untar@
 
196
bindir = @bindir@
 
197
build = @build@
 
198
build_alias = @build_alias@
 
199
build_cpu = @build_cpu@
 
200
build_os = @build_os@
 
201
build_vendor = @build_vendor@
 
202
builddir = @builddir@
 
203
codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
 
204
datadir = @datadir@
 
205
datarootdir = @datarootdir@
 
206
docdir = @docdir@
 
207
dvidir = @dvidir@
 
208
exec_prefix = @exec_prefix@
 
209
host = @host@
 
210
host_alias = @host_alias@
 
211
host_cpu = @host_cpu@
 
212
host_os = @host_os@
 
213
host_vendor = @host_vendor@
 
214
htmldir = @htmldir@
 
215
includedir = @includedir@
 
216
infodir = @infodir@
 
217
install_sh = @install_sh@
 
218
libdir = @libdir@
 
219
libexecdir = @libexecdir@
 
220
localedir = @localedir@
 
221
localstatedir = @localstatedir@
 
222
mandir = @mandir@
 
223
mkdir_p = @mkdir_p@
 
224
oldincludedir = @oldincludedir@
 
225
pdfdir = @pdfdir@
 
226
prefix = @prefix@
 
227
program_transform_name = @program_transform_name@
 
228
psdir = @psdir@
 
229
sbindir = @sbindir@
 
230
sharedstatedir = @sharedstatedir@
 
231
srcdir = @srcdir@
 
232
sysconfdir = @sysconfdir@
 
233
target = @target@
 
234
target_alias = @target_alias@
 
235
target_cpu = @target_cpu@
 
236
target_os = @target_os@
 
237
target_vendor = @target_vendor@
 
238
top_builddir = @top_builddir@
 
239
top_srcdir = @top_srcdir@
 
240
AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID
 
241
INCLUDES = $(WX_CXXFLAGS) \
 
242
                -I$(top_srcdir)/src/include \
 
243
                -I$(top_srcdir)/src/include/wxscintilla/include \
 
244
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include
 
245
 
 
246
noinst_LTLIBRARIES = libwxsmith_properties.la
 
247
libwxsmith_properties_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
 
248
libwxsmith_properties_la_LIBADD = ../../../../sdk/libcodeblocks.la
 
249
libwxsmith_properties_la_SOURCES = \
 
250
./wxsarraystringeditordlg.cpp \
 
251
./wxsboolproperty.cpp \
 
252
./wxspropertystream.cpp \
 
253
./wxsflagsproperty.cpp \
 
254
./wxsemptyproperty.cpp \
 
255
./wxsstringproperty.cpp \
 
256
./wxslongproperty.cpp \
 
257
./wxsenumproperty.cpp \
 
258
./wxsarraystringproperty.cpp \
 
259
./wxsquickpropspanel.cpp \
 
260
./wxsproperty.cpp \
 
261
./wxspropertygridmanager.cpp \
 
262
./wxscustomeditorproperty.cpp \
 
263
./wxspropertycontainer.cpp
 
264
 
 
265
noinst_HEADERS = \
 
266
./wxspropertycontainer.h \
 
267
./wxsproperties.h \
 
268
./wxsboolproperty.h \
 
269
./wxspropertystream.h \
 
270
./wxsflagsproperty.h \
 
271
./wxsemptyproperty.h \
 
272
./wxslongproperty.h \
 
273
./wxsarraystringeditordlg.h \
 
274
./wxsenumproperty.h \
 
275
./wxsarraystringproperty.h \
 
276
./wxsstringproperty.h \
 
277
./wxsquickpropspanel.h \
 
278
./wxsproperty.h \
 
279
./wxspropertygridmanager.h \
 
280
./wxscustomeditorproperty.h
 
281
 
 
282
all: all-am
 
283
 
 
284
.SUFFIXES:
 
285
.SUFFIXES: .cpp .lo .o .obj
 
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
287
        @for dep in $?; do \
 
288
          case '$(am__configure_deps)' in \
 
289
            *$$dep*) \
 
290
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
291
                && exit 0; \
 
292
              exit 1;; \
 
293
          esac; \
 
294
        done; \
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmith/properties/Makefile'; \
 
296
        cd $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmith/properties/Makefile
 
298
.PRECIOUS: Makefile
 
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
300
        @case '$?' in \
 
301
          *config.status*) \
 
302
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
303
          *) \
 
304
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
305
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
306
        esac;
 
307
 
 
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
 
 
311
$(top_srcdir)/configure:  $(am__configure_deps)
 
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
 
 
316
clean-noinstLTLIBRARIES:
 
317
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
318
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
319
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
320
          test "$$dir" != "$$p" || dir=.; \
 
321
          echo "rm -f \"$${dir}/so_locations\""; \
 
322
          rm -f "$${dir}/so_locations"; \
 
323
        done
 
324
libwxsmith_properties.la: $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_DEPENDENCIES) 
 
325
        $(libwxsmith_properties_la_LINK)  $(libwxsmith_properties_la_OBJECTS) $(libwxsmith_properties_la_LIBADD) $(LIBS)
 
326
 
 
327
mostlyclean-compile:
 
328
        -rm -f *.$(OBJEXT)
 
329
 
 
330
distclean-compile:
 
331
        -rm -f *.tab.c
 
332
 
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringeditordlg.Plo@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsarraystringproperty.Plo@am__quote@
 
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsboolproperty.Plo@am__quote@
 
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustomeditorproperty.Plo@am__quote@
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsemptyproperty.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsenumproperty.Plo@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsflagsproperty.Plo@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxslongproperty.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsproperty.Plo@am__quote@
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertycontainer.Plo@am__quote@
 
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertygridmanager.Plo@am__quote@
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxspropertystream.Plo@am__quote@
 
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsquickpropspanel.Plo@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsstringproperty.Plo@am__quote@
 
347
 
 
348
.cpp.o:
 
349
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
350
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
351
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
353
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
354
 
 
355
.cpp.obj:
 
356
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
357
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
360
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
361
 
 
362
.cpp.lo:
 
363
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
364
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
365
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
368
 
 
369
wxsarraystringeditordlg.lo: ./wxsarraystringeditordlg.cpp
 
370
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsarraystringeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsarraystringeditordlg.Tpo -c -o wxsarraystringeditordlg.lo `test -f './wxsarraystringeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringeditordlg.cpp
 
371
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsarraystringeditordlg.Tpo $(DEPDIR)/wxsarraystringeditordlg.Plo
 
372
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringeditordlg.cpp' object='wxsarraystringeditordlg.lo' libtool=yes @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsarraystringeditordlg.lo `test -f './wxsarraystringeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringeditordlg.cpp
 
375
 
 
376
wxsboolproperty.lo: ./wxsboolproperty.cpp
 
377
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsboolproperty.lo -MD -MP -MF $(DEPDIR)/wxsboolproperty.Tpo -c -o wxsboolproperty.lo `test -f './wxsboolproperty.cpp' || echo '$(srcdir)/'`./wxsboolproperty.cpp
 
378
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsboolproperty.Tpo $(DEPDIR)/wxsboolproperty.Plo
 
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsboolproperty.cpp' object='wxsboolproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
381
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsboolproperty.lo `test -f './wxsboolproperty.cpp' || echo '$(srcdir)/'`./wxsboolproperty.cpp
 
382
 
 
383
wxspropertystream.lo: ./wxspropertystream.cpp
 
384
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxspropertystream.lo -MD -MP -MF $(DEPDIR)/wxspropertystream.Tpo -c -o wxspropertystream.lo `test -f './wxspropertystream.cpp' || echo '$(srcdir)/'`./wxspropertystream.cpp
 
385
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxspropertystream.Tpo $(DEPDIR)/wxspropertystream.Plo
 
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertystream.cpp' object='wxspropertystream.lo' libtool=yes @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxspropertystream.lo `test -f './wxspropertystream.cpp' || echo '$(srcdir)/'`./wxspropertystream.cpp
 
389
 
 
390
wxsflagsproperty.lo: ./wxsflagsproperty.cpp
 
391
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsflagsproperty.lo -MD -MP -MF $(DEPDIR)/wxsflagsproperty.Tpo -c -o wxsflagsproperty.lo `test -f './wxsflagsproperty.cpp' || echo '$(srcdir)/'`./wxsflagsproperty.cpp
 
392
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsflagsproperty.Tpo $(DEPDIR)/wxsflagsproperty.Plo
 
393
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsflagsproperty.cpp' object='wxsflagsproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
394
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
395
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsflagsproperty.lo `test -f './wxsflagsproperty.cpp' || echo '$(srcdir)/'`./wxsflagsproperty.cpp
 
396
 
 
397
wxsemptyproperty.lo: ./wxsemptyproperty.cpp
 
398
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsemptyproperty.lo -MD -MP -MF $(DEPDIR)/wxsemptyproperty.Tpo -c -o wxsemptyproperty.lo `test -f './wxsemptyproperty.cpp' || echo '$(srcdir)/'`./wxsemptyproperty.cpp
 
399
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsemptyproperty.Tpo $(DEPDIR)/wxsemptyproperty.Plo
 
400
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsemptyproperty.cpp' object='wxsemptyproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
401
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
402
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsemptyproperty.lo `test -f './wxsemptyproperty.cpp' || echo '$(srcdir)/'`./wxsemptyproperty.cpp
 
403
 
 
404
wxsstringproperty.lo: ./wxsstringproperty.cpp
 
405
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsstringproperty.lo -MD -MP -MF $(DEPDIR)/wxsstringproperty.Tpo -c -o wxsstringproperty.lo `test -f './wxsstringproperty.cpp' || echo '$(srcdir)/'`./wxsstringproperty.cpp
 
406
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsstringproperty.Tpo $(DEPDIR)/wxsstringproperty.Plo
 
407
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsstringproperty.cpp' object='wxsstringproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
409
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsstringproperty.lo `test -f './wxsstringproperty.cpp' || echo '$(srcdir)/'`./wxsstringproperty.cpp
 
410
 
 
411
wxslongproperty.lo: ./wxslongproperty.cpp
 
412
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxslongproperty.lo -MD -MP -MF $(DEPDIR)/wxslongproperty.Tpo -c -o wxslongproperty.lo `test -f './wxslongproperty.cpp' || echo '$(srcdir)/'`./wxslongproperty.cpp
 
413
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxslongproperty.Tpo $(DEPDIR)/wxslongproperty.Plo
 
414
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxslongproperty.cpp' object='wxslongproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
415
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
416
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxslongproperty.lo `test -f './wxslongproperty.cpp' || echo '$(srcdir)/'`./wxslongproperty.cpp
 
417
 
 
418
wxsenumproperty.lo: ./wxsenumproperty.cpp
 
419
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsenumproperty.lo -MD -MP -MF $(DEPDIR)/wxsenumproperty.Tpo -c -o wxsenumproperty.lo `test -f './wxsenumproperty.cpp' || echo '$(srcdir)/'`./wxsenumproperty.cpp
 
420
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsenumproperty.Tpo $(DEPDIR)/wxsenumproperty.Plo
 
421
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsenumproperty.cpp' object='wxsenumproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
422
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
423
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsenumproperty.lo `test -f './wxsenumproperty.cpp' || echo '$(srcdir)/'`./wxsenumproperty.cpp
 
424
 
 
425
wxsarraystringproperty.lo: ./wxsarraystringproperty.cpp
 
426
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsarraystringproperty.lo -MD -MP -MF $(DEPDIR)/wxsarraystringproperty.Tpo -c -o wxsarraystringproperty.lo `test -f './wxsarraystringproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringproperty.cpp
 
427
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsarraystringproperty.Tpo $(DEPDIR)/wxsarraystringproperty.Plo
 
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringproperty.cpp' object='wxsarraystringproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
429
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
430
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsarraystringproperty.lo `test -f './wxsarraystringproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringproperty.cpp
 
431
 
 
432
wxsquickpropspanel.lo: ./wxsquickpropspanel.cpp
 
433
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsquickpropspanel.lo -MD -MP -MF $(DEPDIR)/wxsquickpropspanel.Tpo -c -o wxsquickpropspanel.lo `test -f './wxsquickpropspanel.cpp' || echo '$(srcdir)/'`./wxsquickpropspanel.cpp
 
434
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsquickpropspanel.Tpo $(DEPDIR)/wxsquickpropspanel.Plo
 
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsquickpropspanel.cpp' object='wxsquickpropspanel.lo' libtool=yes @AMDEPBACKSLASH@
 
436
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
437
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsquickpropspanel.lo `test -f './wxsquickpropspanel.cpp' || echo '$(srcdir)/'`./wxsquickpropspanel.cpp
 
438
 
 
439
wxsproperty.lo: ./wxsproperty.cpp
 
440
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsproperty.lo -MD -MP -MF $(DEPDIR)/wxsproperty.Tpo -c -o wxsproperty.lo `test -f './wxsproperty.cpp' || echo '$(srcdir)/'`./wxsproperty.cpp
 
441
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsproperty.Tpo $(DEPDIR)/wxsproperty.Plo
 
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsproperty.cpp' object='wxsproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsproperty.lo `test -f './wxsproperty.cpp' || echo '$(srcdir)/'`./wxsproperty.cpp
 
445
 
 
446
wxspropertygridmanager.lo: ./wxspropertygridmanager.cpp
 
447
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxspropertygridmanager.lo -MD -MP -MF $(DEPDIR)/wxspropertygridmanager.Tpo -c -o wxspropertygridmanager.lo `test -f './wxspropertygridmanager.cpp' || echo '$(srcdir)/'`./wxspropertygridmanager.cpp
 
448
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxspropertygridmanager.Tpo $(DEPDIR)/wxspropertygridmanager.Plo
 
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertygridmanager.cpp' object='wxspropertygridmanager.lo' libtool=yes @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxspropertygridmanager.lo `test -f './wxspropertygridmanager.cpp' || echo '$(srcdir)/'`./wxspropertygridmanager.cpp
 
452
 
 
453
wxscustomeditorproperty.lo: ./wxscustomeditorproperty.cpp
 
454
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxscustomeditorproperty.lo -MD -MP -MF $(DEPDIR)/wxscustomeditorproperty.Tpo -c -o wxscustomeditorproperty.lo `test -f './wxscustomeditorproperty.cpp' || echo '$(srcdir)/'`./wxscustomeditorproperty.cpp
 
455
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxscustomeditorproperty.Tpo $(DEPDIR)/wxscustomeditorproperty.Plo
 
456
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxscustomeditorproperty.cpp' object='wxscustomeditorproperty.lo' libtool=yes @AMDEPBACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
458
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxscustomeditorproperty.lo `test -f './wxscustomeditorproperty.cpp' || echo '$(srcdir)/'`./wxscustomeditorproperty.cpp
 
459
 
 
460
wxspropertycontainer.lo: ./wxspropertycontainer.cpp
 
461
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxspropertycontainer.lo -MD -MP -MF $(DEPDIR)/wxspropertycontainer.Tpo -c -o wxspropertycontainer.lo `test -f './wxspropertycontainer.cpp' || echo '$(srcdir)/'`./wxspropertycontainer.cpp
 
462
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxspropertycontainer.Tpo $(DEPDIR)/wxspropertycontainer.Plo
 
463
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertycontainer.cpp' object='wxspropertycontainer.lo' libtool=yes @AMDEPBACKSLASH@
 
464
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
465
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxspropertycontainer.lo `test -f './wxspropertycontainer.cpp' || echo '$(srcdir)/'`./wxspropertycontainer.cpp
 
466
 
 
467
mostlyclean-libtool:
 
468
        -rm -f *.lo
 
469
 
 
470
clean-libtool:
 
471
        -rm -rf .libs _libs
 
472
 
 
473
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
474
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
475
        unique=`for i in $$list; do \
 
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
477
          done | \
 
478
          $(AWK) '    { files[$$0] = 1; } \
 
479
               END { for (i in files) print i; }'`; \
 
480
        mkid -fID $$unique
 
481
tags: TAGS
 
482
 
 
483
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
484
                $(TAGS_FILES) $(LISP)
 
485
        tags=; \
 
486
        here=`pwd`; \
 
487
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
488
        unique=`for i in $$list; do \
 
489
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
490
          done | \
 
491
          $(AWK) '    { files[$$0] = 1; } \
 
492
               END { for (i in files) print i; }'`; \
 
493
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
494
          test -n "$$unique" || unique=$$empty_fix; \
 
495
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
496
            $$tags $$unique; \
 
497
        fi
 
498
ctags: CTAGS
 
499
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
500
                $(TAGS_FILES) $(LISP)
 
501
        tags=; \
 
502
        here=`pwd`; \
 
503
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
504
        unique=`for i in $$list; do \
 
505
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
506
          done | \
 
507
          $(AWK) '    { files[$$0] = 1; } \
 
508
               END { for (i in files) print i; }'`; \
 
509
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
510
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
511
             $$tags $$unique
 
512
 
 
513
GTAGS:
 
514
        here=`$(am__cd) $(top_builddir) && pwd` \
 
515
          && cd $(top_srcdir) \
 
516
          && gtags -i $(GTAGS_ARGS) $$here
 
517
 
 
518
distclean-tags:
 
519
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
520
 
 
521
distdir: $(DISTFILES)
 
522
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
523
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
524
        list='$(DISTFILES)'; \
 
525
          dist_files=`for file in $$list; do echo $$file; done | \
 
526
          sed -e "s|^$$srcdirstrip/||;t" \
 
527
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
528
        case $$dist_files in \
 
529
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
530
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
531
                           sort -u` ;; \
 
532
        esac; \
 
533
        for file in $$dist_files; do \
 
534
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
535
          if test -d $$d/$$file; then \
 
536
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
538
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
539
            fi; \
 
540
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
541
          else \
 
542
            test -f $(distdir)/$$file \
 
543
            || cp -p $$d/$$file $(distdir)/$$file \
 
544
            || exit 1; \
 
545
          fi; \
 
546
        done
 
547
check-am: all-am
 
548
check: check-am
 
549
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
550
installdirs:
 
551
install: install-am
 
552
install-exec: install-exec-am
 
553
install-data: install-data-am
 
554
uninstall: uninstall-am
 
555
 
 
556
install-am: all-am
 
557
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
558
 
 
559
installcheck: installcheck-am
 
560
install-strip:
 
561
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
562
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
563
          `test -z '$(STRIP)' || \
 
564
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
565
mostlyclean-generic:
 
566
 
 
567
clean-generic:
 
568
 
 
569
distclean-generic:
 
570
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
571
 
 
572
maintainer-clean-generic:
 
573
        @echo "This command is intended for maintainers to use"
 
574
        @echo "it deletes files that may require special tools to rebuild."
 
575
clean: clean-am
 
576
 
 
577
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
578
        mostlyclean-am
 
579
 
 
580
distclean: distclean-am
 
581
        -rm -rf ./$(DEPDIR)
 
582
        -rm -f Makefile
 
583
distclean-am: clean-am distclean-compile distclean-generic \
 
584
        distclean-tags
 
585
 
 
586
dvi: dvi-am
 
587
 
 
588
dvi-am:
 
589
 
 
590
html: html-am
 
591
 
 
592
info: info-am
 
593
 
 
594
info-am:
 
595
 
 
596
install-data-am:
 
597
 
 
598
install-dvi: install-dvi-am
 
599
 
 
600
install-exec-am:
 
601
 
 
602
install-html: install-html-am
 
603
 
 
604
install-info: install-info-am
 
605
 
 
606
install-man:
 
607
 
 
608
install-pdf: install-pdf-am
 
609
 
 
610
install-ps: install-ps-am
 
611
 
 
612
installcheck-am:
 
613
 
 
614
maintainer-clean: maintainer-clean-am
 
615
        -rm -rf ./$(DEPDIR)
 
616
        -rm -f Makefile
 
617
maintainer-clean-am: distclean-am maintainer-clean-generic
 
618
 
 
619
mostlyclean: mostlyclean-am
 
620
 
 
621
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
622
        mostlyclean-libtool
 
623
 
 
624
pdf: pdf-am
 
625
 
 
626
pdf-am:
 
627
 
 
628
ps: ps-am
 
629
 
 
630
ps-am:
 
631
 
 
632
uninstall-am:
 
633
 
 
634
.MAKE: install-am install-strip
 
635
 
 
636
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
637
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
638
        distclean-compile distclean-generic distclean-libtool \
 
639
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
640
        install install-am install-data install-data-am install-dvi \
 
641
        install-dvi-am install-exec install-exec-am install-html \
 
642
        install-html-am install-info install-info-am install-man \
 
643
        install-pdf install-pdf-am install-ps install-ps-am \
 
644
        install-strip installcheck installcheck-am installdirs \
 
645
        maintainer-clean maintainer-clean-generic mostlyclean \
 
646
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
647
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
648
 
 
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
650
# Otherwise a system limit (for SysV at least) may be exceeded.
 
651
.NOEXPORT: