~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
35
37
host_triplet = @host@
36
38
target_triplet = @target@
37
39
subdir = src/plugins/contrib/wxSmith/wxwidgets/properties
38
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
40
DIST_COMMON = $(sdk_HEADERS) $(srcdir)/Makefile.am \
39
41
        $(srcdir)/Makefile.in
40
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = $(top_builddir)/src/include/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
49
52
libwxsmith_wxwidgets_properties_la_DEPENDENCIES =  \
50
53
        ../../../../../sdk/libcodeblocks.la
62
65
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
63
66
        $(AM_CXXFLAGS) $(CXXFLAGS) \
64
67
        $(libwxsmith_wxwidgets_properties_la_LDFLAGS) $(LDFLAGS) -o $@
65
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
66
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
70
am__depfiles_maybe = depfiles
 
71
am__mv = mv -f
68
72
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70
74
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76
80
        $(LDFLAGS) -o $@
77
81
SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES)
78
82
DIST_SOURCES = $(libwxsmith_wxwidgets_properties_la_SOURCES)
79
 
HEADERS = $(noinst_HEADERS)
 
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
84
am__vpath_adj = case $$p in \
 
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
86
    *) f=$$p;; \
 
87
  esac;
 
88
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
89
am__install_max = 40
 
90
am__nobase_strip_setup = \
 
91
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
92
am__nobase_strip = \
 
93
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
94
am__nobase_list = $(am__nobase_strip_setup); \
 
95
  for p in $$list; do echo "$$p $$p"; done | \
 
96
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
97
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
98
    if (++n[$$2] == $(am__install_max)) \
 
99
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
100
    END { for (dir in files) print dir, files[dir] }'
 
101
am__base_list = \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
103
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
104
am__installdirs = "$(DESTDIR)$(sdkdir)"
 
105
HEADERS = $(sdk_HEADERS)
80
106
ETAGS = etags
81
107
CTAGS = ctags
82
108
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
117
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
92
118
BUILD_BYOGAMES = @BUILD_BYOGAMES@
93
119
BUILD_CBKODERS = @BUILD_CBKODERS@
 
120
BUILD_CCCC = @BUILD_CCCC@
94
121
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
95
122
BUILD_CODESTAT = @BUILD_CODESTAT@
96
123
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
124
BUILD_CPPCHECK = @BUILD_CPPCHECK@
97
125
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
98
126
BUILD_ENVVARS = @BUILD_ENVVARS@
99
127
BUILD_EXPORTER = @BUILD_EXPORTER@
 
128
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
100
129
BUILD_HELP = @BUILD_HELP@
 
130
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
131
BUILD_INCSEARCH = @BUILD_INCSEARCH@
101
132
BUILD_KEYBINDER = @BUILD_KEYBINDER@
102
133
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
134
BUILD_MOUSESAP = @BUILD_MOUSESAP@
103
135
BUILD_PROFILER = @BUILD_PROFILER@
104
136
BUILD_REGEX = @BUILD_REGEX@
105
137
BUILD_SYMTAB = @BUILD_SYMTAB@
106
138
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
139
BUILD_VALGRIND = @BUILD_VALGRIND@
107
140
BUILD_WXSMITH = @BUILD_WXSMITH@
 
141
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
142
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
108
143
CC = @CC@
109
144
CCDEPMODE = @CCDEPMODE@
110
145
CFLAGS = @CFLAGS@
120
155
DATE = @DATE@
121
156
DEFS = @DEFS@
122
157
DEPDIR = @DEPDIR@
123
 
ECHO = @ECHO@
 
158
DSYMUTIL = @DSYMUTIL@
 
159
DUMPBIN = @DUMPBIN@
124
160
ECHO_C = @ECHO_C@
125
161
ECHO_N = @ECHO_N@
126
162
ECHO_T = @ECHO_T@
127
163
EGREP = @EGREP@
128
164
EXEEXT = @EXEEXT@
129
 
F77 = @F77@
130
 
FFLAGS = @FFLAGS@
 
165
FGREP = @FGREP@
131
166
GREP = @GREP@
132
167
GTK2_CFLAGS = @GTK2_CFLAGS@
133
168
GTK2_LIBS = @GTK2_LIBS@
137
172
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
173
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
174
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
175
LD = @LD@
140
176
LDFLAGS = @LDFLAGS@
141
177
LIBOBJS = @LIBOBJS@
142
178
LIBS = @LIBS@
143
179
LIBTOOL = @LIBTOOL@
 
180
LIPO = @LIPO@
144
181
LN_S = @LN_S@
145
182
LTLIBOBJS = @LTLIBOBJS@
146
183
MACSETFILE = @MACSETFILE@
147
184
MAKEINFO = @MAKEINFO@
148
185
MKDIR_P = @MKDIR_P@
 
186
NM = @NM@
 
187
NMEDIT = @NMEDIT@
 
188
OBJDUMP = @OBJDUMP@
149
189
OBJEXT = @OBJEXT@
 
190
OTOOL = @OTOOL@
 
191
OTOOL64 = @OTOOL64@
150
192
PACKAGE = @PACKAGE@
151
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152
194
PACKAGE_NAME = @PACKAGE_NAME@
153
195
PACKAGE_STRING = @PACKAGE_STRING@
154
196
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
197
PACKAGE_URL = @PACKAGE_URL@
155
198
PACKAGE_VERSION = @PACKAGE_VERSION@
156
199
PATH_SEPARATOR = @PATH_SEPARATOR@
157
200
PKG_CONFIG = @PKG_CONFIG@
 
201
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
202
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
158
203
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
159
204
PLATFORM_LIBS = @PLATFORM_LIBS@
160
205
PLUGIN_FLAGS = @PLUGIN_FLAGS@
189
234
abs_top_srcdir = @abs_top_srcdir@
190
235
ac_ct_CC = @ac_ct_CC@
191
236
ac_ct_CXX = @ac_ct_CXX@
192
 
ac_ct_F77 = @ac_ct_F77@
 
237
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193
238
am__include = @am__include@
194
239
am__leading_dot = @am__leading_dot@
195
240
am__quote = @am__quote@
221
266
libexecdir = @libexecdir@
222
267
localedir = @localedir@
223
268
localstatedir = @localstatedir@
 
269
lt_ECHO = @lt_ECHO@
224
270
mandir = @mandir@
225
271
mkdir_p = @mkdir_p@
226
272
oldincludedir = @oldincludedir@
237
283
target_cpu = @target_cpu@
238
284
target_os = @target_os@
239
285
target_vendor = @target_vendor@
 
286
top_build_prefix = @top_build_prefix@
240
287
top_builddir = @top_builddir@
241
288
top_srcdir = @top_srcdir@
242
289
AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID
243
290
INCLUDES = $(WX_CXXFLAGS) \
244
291
                -I$(top_srcdir)/src/include \
245
 
                -I$(top_srcdir)/src/include/wxFlatNotebook/include \
246
 
                -I$(top_srcdir)/src/include/wxscintilla/include \
247
 
                -I$(top_srcdir)/src/include/wxFlatNotebook \
 
292
                -I$(top_srcdir)/src/sdk/wxscintilla/include \
248
293
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include
249
294
 
250
295
noinst_LTLIBRARIES = libwxsmith_wxwidgets_properties.la
265
310
./wxsbitmapiconproperty.cpp \
266
311
./wxssimplefonteditordlg.cpp
267
312
 
268
 
noinst_HEADERS = \
 
313
sdkdir = $(includedir)/wxsmith/wxwidgets/properties/
 
314
sdk_HEADERS = \
269
315
./wxsdimensionproperty.h \
270
316
./wxsbitmapiconproperty.h \
271
317
./wxsarraystringcheckeditordlg.h \
288
334
        @for dep in $?; do \
289
335
          case '$(am__configure_deps)' in \
290
336
            *$$dep*) \
291
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
292
 
                && exit 0; \
 
337
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
338
                && { if test -f $@; then exit 0; else break; fi; }; \
293
339
              exit 1;; \
294
340
          esac; \
295
341
        done; \
296
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile'; \
297
 
        cd $(top_srcdir) && \
298
 
          $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile
 
342
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile'; \
 
343
        $(am__cd) $(top_srcdir) && \
 
344
          $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile
299
345
.PRECIOUS: Makefile
300
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
347
        @case '$?' in \
313
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
360
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
315
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
316
363
 
317
364
clean-noinstLTLIBRARIES:
318
365
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
347
394
 
348
395
.cpp.o:
349
396
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
397
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
398
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
399
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
400
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
354
401
 
355
402
.cpp.obj:
356
403
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
357
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
404
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358
405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359
406
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
407
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
361
408
 
362
409
.cpp.lo:
363
410
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
411
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
365
412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
366
413
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
414
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
368
415
 
369
416
wxspositionsizeproperty.lo: ./wxspositionsizeproperty.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 wxspositionsizeproperty.lo -MD -MP -MF $(DEPDIR)/wxspositionsizeproperty.Tpo -c -o wxspositionsizeproperty.lo `test -f './wxspositionsizeproperty.cpp' || echo '$(srcdir)/'`./wxspositionsizeproperty.cpp
371
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxspositionsizeproperty.Tpo $(DEPDIR)/wxspositionsizeproperty.Plo
 
417
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxspositionsizeproperty.lo -MD -MP -MF $(DEPDIR)/wxspositionsizeproperty.Tpo -c -o wxspositionsizeproperty.lo `test -f './wxspositionsizeproperty.cpp' || echo '$(srcdir)/'`./wxspositionsizeproperty.cpp
 
418
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxspositionsizeproperty.Tpo $(DEPDIR)/wxspositionsizeproperty.Plo
372
419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspositionsizeproperty.cpp' object='wxspositionsizeproperty.lo' libtool=yes @AMDEPBACKSLASH@
373
420
@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 wxspositionsizeproperty.lo `test -f './wxspositionsizeproperty.cpp' || echo '$(srcdir)/'`./wxspositionsizeproperty.cpp
 
421
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxspositionsizeproperty.lo `test -f './wxspositionsizeproperty.cpp' || echo '$(srcdir)/'`./wxspositionsizeproperty.cpp
375
422
 
376
423
wxsfonteditordlg.lo: ./wxsfonteditordlg.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 wxsfonteditordlg.lo -MD -MP -MF $(DEPDIR)/wxsfonteditordlg.Tpo -c -o wxsfonteditordlg.lo `test -f './wxsfonteditordlg.cpp' || echo '$(srcdir)/'`./wxsfonteditordlg.cpp
378
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsfonteditordlg.Tpo $(DEPDIR)/wxsfonteditordlg.Plo
 
424
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsfonteditordlg.lo -MD -MP -MF $(DEPDIR)/wxsfonteditordlg.Tpo -c -o wxsfonteditordlg.lo `test -f './wxsfonteditordlg.cpp' || echo '$(srcdir)/'`./wxsfonteditordlg.cpp
 
425
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsfonteditordlg.Tpo $(DEPDIR)/wxsfonteditordlg.Plo
379
426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsfonteditordlg.cpp' object='wxsfonteditordlg.lo' libtool=yes @AMDEPBACKSLASH@
380
427
@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 wxsfonteditordlg.lo `test -f './wxsfonteditordlg.cpp' || echo '$(srcdir)/'`./wxsfonteditordlg.cpp
 
428
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsfonteditordlg.lo `test -f './wxsfonteditordlg.cpp' || echo '$(srcdir)/'`./wxsfonteditordlg.cpp
382
429
 
383
430
wxsarraystringcheckeditordlg.lo: ./wxsarraystringcheckeditordlg.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 wxsarraystringcheckeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsarraystringcheckeditordlg.Tpo -c -o wxsarraystringcheckeditordlg.lo `test -f './wxsarraystringcheckeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckeditordlg.cpp
385
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsarraystringcheckeditordlg.Tpo $(DEPDIR)/wxsarraystringcheckeditordlg.Plo
 
431
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsarraystringcheckeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsarraystringcheckeditordlg.Tpo -c -o wxsarraystringcheckeditordlg.lo `test -f './wxsarraystringcheckeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckeditordlg.cpp
 
432
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsarraystringcheckeditordlg.Tpo $(DEPDIR)/wxsarraystringcheckeditordlg.Plo
386
433
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringcheckeditordlg.cpp' object='wxsarraystringcheckeditordlg.lo' libtool=yes @AMDEPBACKSLASH@
387
434
@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 wxsarraystringcheckeditordlg.lo `test -f './wxsarraystringcheckeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckeditordlg.cpp
 
435
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsarraystringcheckeditordlg.lo `test -f './wxsarraystringcheckeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckeditordlg.cpp
389
436
 
390
437
wxscolourproperty.lo: ./wxscolourproperty.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 wxscolourproperty.lo -MD -MP -MF $(DEPDIR)/wxscolourproperty.Tpo -c -o wxscolourproperty.lo `test -f './wxscolourproperty.cpp' || echo '$(srcdir)/'`./wxscolourproperty.cpp
392
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxscolourproperty.Tpo $(DEPDIR)/wxscolourproperty.Plo
 
438
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxscolourproperty.lo -MD -MP -MF $(DEPDIR)/wxscolourproperty.Tpo -c -o wxscolourproperty.lo `test -f './wxscolourproperty.cpp' || echo '$(srcdir)/'`./wxscolourproperty.cpp
 
439
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxscolourproperty.Tpo $(DEPDIR)/wxscolourproperty.Plo
393
440
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxscolourproperty.cpp' object='wxscolourproperty.lo' libtool=yes @AMDEPBACKSLASH@
394
441
@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 wxscolourproperty.lo `test -f './wxscolourproperty.cpp' || echo '$(srcdir)/'`./wxscolourproperty.cpp
 
442
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxscolourproperty.lo `test -f './wxscolourproperty.cpp' || echo '$(srcdir)/'`./wxscolourproperty.cpp
396
443
 
397
444
wxsstyleproperty.lo: ./wxsstyleproperty.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 wxsstyleproperty.lo -MD -MP -MF $(DEPDIR)/wxsstyleproperty.Tpo -c -o wxsstyleproperty.lo `test -f './wxsstyleproperty.cpp' || echo '$(srcdir)/'`./wxsstyleproperty.cpp
399
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsstyleproperty.Tpo $(DEPDIR)/wxsstyleproperty.Plo
 
445
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsstyleproperty.lo -MD -MP -MF $(DEPDIR)/wxsstyleproperty.Tpo -c -o wxsstyleproperty.lo `test -f './wxsstyleproperty.cpp' || echo '$(srcdir)/'`./wxsstyleproperty.cpp
 
446
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsstyleproperty.Tpo $(DEPDIR)/wxsstyleproperty.Plo
400
447
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsstyleproperty.cpp' object='wxsstyleproperty.lo' libtool=yes @AMDEPBACKSLASH@
401
448
@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 wxsstyleproperty.lo `test -f './wxsstyleproperty.cpp' || echo '$(srcdir)/'`./wxsstyleproperty.cpp
 
449
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsstyleproperty.lo `test -f './wxsstyleproperty.cpp' || echo '$(srcdir)/'`./wxsstyleproperty.cpp
403
450
 
404
451
wxsarraystringcheckproperty.lo: ./wxsarraystringcheckproperty.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 wxsarraystringcheckproperty.lo -MD -MP -MF $(DEPDIR)/wxsarraystringcheckproperty.Tpo -c -o wxsarraystringcheckproperty.lo `test -f './wxsarraystringcheckproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckproperty.cpp
406
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsarraystringcheckproperty.Tpo $(DEPDIR)/wxsarraystringcheckproperty.Plo
 
452
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsarraystringcheckproperty.lo -MD -MP -MF $(DEPDIR)/wxsarraystringcheckproperty.Tpo -c -o wxsarraystringcheckproperty.lo `test -f './wxsarraystringcheckproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckproperty.cpp
 
453
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsarraystringcheckproperty.Tpo $(DEPDIR)/wxsarraystringcheckproperty.Plo
407
454
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringcheckproperty.cpp' object='wxsarraystringcheckproperty.lo' libtool=yes @AMDEPBACKSLASH@
408
455
@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 wxsarraystringcheckproperty.lo `test -f './wxsarraystringcheckproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckproperty.cpp
 
456
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsarraystringcheckproperty.lo `test -f './wxsarraystringcheckproperty.cpp' || echo '$(srcdir)/'`./wxsarraystringcheckproperty.cpp
410
457
 
411
458
wxsfontproperty.lo: ./wxsfontproperty.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 wxsfontproperty.lo -MD -MP -MF $(DEPDIR)/wxsfontproperty.Tpo -c -o wxsfontproperty.lo `test -f './wxsfontproperty.cpp' || echo '$(srcdir)/'`./wxsfontproperty.cpp
413
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsfontproperty.Tpo $(DEPDIR)/wxsfontproperty.Plo
 
459
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsfontproperty.lo -MD -MP -MF $(DEPDIR)/wxsfontproperty.Tpo -c -o wxsfontproperty.lo `test -f './wxsfontproperty.cpp' || echo '$(srcdir)/'`./wxsfontproperty.cpp
 
460
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsfontproperty.Tpo $(DEPDIR)/wxsfontproperty.Plo
414
461
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsfontproperty.cpp' object='wxsfontproperty.lo' libtool=yes @AMDEPBACKSLASH@
415
462
@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 wxsfontproperty.lo `test -f './wxsfontproperty.cpp' || echo '$(srcdir)/'`./wxsfontproperty.cpp
 
463
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsfontproperty.lo `test -f './wxsfontproperty.cpp' || echo '$(srcdir)/'`./wxsfontproperty.cpp
417
464
 
418
465
wxssizerflagsproperty.lo: ./wxssizerflagsproperty.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 wxssizerflagsproperty.lo -MD -MP -MF $(DEPDIR)/wxssizerflagsproperty.Tpo -c -o wxssizerflagsproperty.lo `test -f './wxssizerflagsproperty.cpp' || echo '$(srcdir)/'`./wxssizerflagsproperty.cpp
420
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxssizerflagsproperty.Tpo $(DEPDIR)/wxssizerflagsproperty.Plo
 
466
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxssizerflagsproperty.lo -MD -MP -MF $(DEPDIR)/wxssizerflagsproperty.Tpo -c -o wxssizerflagsproperty.lo `test -f './wxssizerflagsproperty.cpp' || echo '$(srcdir)/'`./wxssizerflagsproperty.cpp
 
467
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxssizerflagsproperty.Tpo $(DEPDIR)/wxssizerflagsproperty.Plo
421
468
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxssizerflagsproperty.cpp' object='wxssizerflagsproperty.lo' libtool=yes @AMDEPBACKSLASH@
422
469
@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 wxssizerflagsproperty.lo `test -f './wxssizerflagsproperty.cpp' || echo '$(srcdir)/'`./wxssizerflagsproperty.cpp
 
470
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxssizerflagsproperty.lo `test -f './wxssizerflagsproperty.cpp' || echo '$(srcdir)/'`./wxssizerflagsproperty.cpp
424
471
 
425
472
wxsfontfaceeditordlg.lo: ./wxsfontfaceeditordlg.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 wxsfontfaceeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsfontfaceeditordlg.Tpo -c -o wxsfontfaceeditordlg.lo `test -f './wxsfontfaceeditordlg.cpp' || echo '$(srcdir)/'`./wxsfontfaceeditordlg.cpp
427
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsfontfaceeditordlg.Tpo $(DEPDIR)/wxsfontfaceeditordlg.Plo
 
473
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsfontfaceeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsfontfaceeditordlg.Tpo -c -o wxsfontfaceeditordlg.lo `test -f './wxsfontfaceeditordlg.cpp' || echo '$(srcdir)/'`./wxsfontfaceeditordlg.cpp
 
474
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsfontfaceeditordlg.Tpo $(DEPDIR)/wxsfontfaceeditordlg.Plo
428
475
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsfontfaceeditordlg.cpp' object='wxsfontfaceeditordlg.lo' libtool=yes @AMDEPBACKSLASH@
429
476
@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 wxsfontfaceeditordlg.lo `test -f './wxsfontfaceeditordlg.cpp' || echo '$(srcdir)/'`./wxsfontfaceeditordlg.cpp
 
477
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsfontfaceeditordlg.lo `test -f './wxsfontfaceeditordlg.cpp' || echo '$(srcdir)/'`./wxsfontfaceeditordlg.cpp
431
478
 
432
479
wxsbitmapiconeditordlg.lo: ./wxsbitmapiconeditordlg.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 wxsbitmapiconeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsbitmapiconeditordlg.Tpo -c -o wxsbitmapiconeditordlg.lo `test -f './wxsbitmapiconeditordlg.cpp' || echo '$(srcdir)/'`./wxsbitmapiconeditordlg.cpp
434
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsbitmapiconeditordlg.Tpo $(DEPDIR)/wxsbitmapiconeditordlg.Plo
 
480
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsbitmapiconeditordlg.lo -MD -MP -MF $(DEPDIR)/wxsbitmapiconeditordlg.Tpo -c -o wxsbitmapiconeditordlg.lo `test -f './wxsbitmapiconeditordlg.cpp' || echo '$(srcdir)/'`./wxsbitmapiconeditordlg.cpp
 
481
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsbitmapiconeditordlg.Tpo $(DEPDIR)/wxsbitmapiconeditordlg.Plo
435
482
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsbitmapiconeditordlg.cpp' object='wxsbitmapiconeditordlg.lo' libtool=yes @AMDEPBACKSLASH@
436
483
@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 wxsbitmapiconeditordlg.lo `test -f './wxsbitmapiconeditordlg.cpp' || echo '$(srcdir)/'`./wxsbitmapiconeditordlg.cpp
 
484
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsbitmapiconeditordlg.lo `test -f './wxsbitmapiconeditordlg.cpp' || echo '$(srcdir)/'`./wxsbitmapiconeditordlg.cpp
438
485
 
439
486
wxsdimensionproperty.lo: ./wxsdimensionproperty.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 wxsdimensionproperty.lo -MD -MP -MF $(DEPDIR)/wxsdimensionproperty.Tpo -c -o wxsdimensionproperty.lo `test -f './wxsdimensionproperty.cpp' || echo '$(srcdir)/'`./wxsdimensionproperty.cpp
441
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsdimensionproperty.Tpo $(DEPDIR)/wxsdimensionproperty.Plo
 
487
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsdimensionproperty.lo -MD -MP -MF $(DEPDIR)/wxsdimensionproperty.Tpo -c -o wxsdimensionproperty.lo `test -f './wxsdimensionproperty.cpp' || echo '$(srcdir)/'`./wxsdimensionproperty.cpp
 
488
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsdimensionproperty.Tpo $(DEPDIR)/wxsdimensionproperty.Plo
442
489
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsdimensionproperty.cpp' object='wxsdimensionproperty.lo' libtool=yes @AMDEPBACKSLASH@
443
490
@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 wxsdimensionproperty.lo `test -f './wxsdimensionproperty.cpp' || echo '$(srcdir)/'`./wxsdimensionproperty.cpp
 
491
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsdimensionproperty.lo `test -f './wxsdimensionproperty.cpp' || echo '$(srcdir)/'`./wxsdimensionproperty.cpp
445
492
 
446
493
wxsbitmapiconproperty.lo: ./wxsbitmapiconproperty.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 wxsbitmapiconproperty.lo -MD -MP -MF $(DEPDIR)/wxsbitmapiconproperty.Tpo -c -o wxsbitmapiconproperty.lo `test -f './wxsbitmapiconproperty.cpp' || echo '$(srcdir)/'`./wxsbitmapiconproperty.cpp
448
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsbitmapiconproperty.Tpo $(DEPDIR)/wxsbitmapiconproperty.Plo
 
494
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsbitmapiconproperty.lo -MD -MP -MF $(DEPDIR)/wxsbitmapiconproperty.Tpo -c -o wxsbitmapiconproperty.lo `test -f './wxsbitmapiconproperty.cpp' || echo '$(srcdir)/'`./wxsbitmapiconproperty.cpp
 
495
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsbitmapiconproperty.Tpo $(DEPDIR)/wxsbitmapiconproperty.Plo
449
496
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsbitmapiconproperty.cpp' object='wxsbitmapiconproperty.lo' libtool=yes @AMDEPBACKSLASH@
450
497
@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 wxsbitmapiconproperty.lo `test -f './wxsbitmapiconproperty.cpp' || echo '$(srcdir)/'`./wxsbitmapiconproperty.cpp
 
498
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsbitmapiconproperty.lo `test -f './wxsbitmapiconproperty.cpp' || echo '$(srcdir)/'`./wxsbitmapiconproperty.cpp
452
499
 
453
500
wxssimplefonteditordlg.lo: ./wxssimplefonteditordlg.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 wxssimplefonteditordlg.lo -MD -MP -MF $(DEPDIR)/wxssimplefonteditordlg.Tpo -c -o wxssimplefonteditordlg.lo `test -f './wxssimplefonteditordlg.cpp' || echo '$(srcdir)/'`./wxssimplefonteditordlg.cpp
455
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxssimplefonteditordlg.Tpo $(DEPDIR)/wxssimplefonteditordlg.Plo
 
501
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxssimplefonteditordlg.lo -MD -MP -MF $(DEPDIR)/wxssimplefonteditordlg.Tpo -c -o wxssimplefonteditordlg.lo `test -f './wxssimplefonteditordlg.cpp' || echo '$(srcdir)/'`./wxssimplefonteditordlg.cpp
 
502
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxssimplefonteditordlg.Tpo $(DEPDIR)/wxssimplefonteditordlg.Plo
456
503
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxssimplefonteditordlg.cpp' object='wxssimplefonteditordlg.lo' libtool=yes @AMDEPBACKSLASH@
457
504
@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 wxssimplefonteditordlg.lo `test -f './wxssimplefonteditordlg.cpp' || echo '$(srcdir)/'`./wxssimplefonteditordlg.cpp
 
505
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxssimplefonteditordlg.lo `test -f './wxssimplefonteditordlg.cpp' || echo '$(srcdir)/'`./wxssimplefonteditordlg.cpp
459
506
 
460
507
mostlyclean-libtool:
461
508
        -rm -f *.lo
462
509
 
463
510
clean-libtool:
464
511
        -rm -rf .libs _libs
 
512
install-sdkHEADERS: $(sdk_HEADERS)
 
513
        @$(NORMAL_INSTALL)
 
514
        test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)"
 
515
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
516
        for p in $$list; do \
 
517
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
518
          echo "$$d$$p"; \
 
519
        done | $(am__base_list) | \
 
520
        while read files; do \
 
521
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \
 
522
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \
 
523
        done
 
524
 
 
525
uninstall-sdkHEADERS:
 
526
        @$(NORMAL_UNINSTALL)
 
527
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
528
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
529
        test -n "$$files" || exit 0; \
 
530
        echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \
 
531
        cd "$(DESTDIR)$(sdkdir)" && rm -f $$files
465
532
 
466
533
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
467
534
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
468
535
        unique=`for i in $$list; do \
469
536
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
537
          done | \
471
 
          $(AWK) '    { files[$$0] = 1; } \
472
 
               END { for (i in files) print i; }'`; \
 
538
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
539
              END { if (nonempty) { for (i in files) print i; }; }'`; \
473
540
        mkid -fID $$unique
474
541
tags: TAGS
475
542
 
476
543
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477
544
                $(TAGS_FILES) $(LISP)
478
 
        tags=; \
 
545
        set x; \
479
546
        here=`pwd`; \
480
547
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481
548
        unique=`for i in $$list; do \
482
549
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
550
          done | \
484
 
          $(AWK) '    { files[$$0] = 1; } \
485
 
               END { for (i in files) print i; }'`; \
486
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
551
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
552
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
553
        shift; \
 
554
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
487
555
          test -n "$$unique" || unique=$$empty_fix; \
488
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489
 
            $$tags $$unique; \
 
556
          if test $$# -gt 0; then \
 
557
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
558
              "$$@" $$unique; \
 
559
          else \
 
560
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
561
              $$unique; \
 
562
          fi; \
490
563
        fi
491
564
ctags: CTAGS
492
565
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
493
566
                $(TAGS_FILES) $(LISP)
494
 
        tags=; \
495
 
        here=`pwd`; \
496
567
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497
568
        unique=`for i in $$list; do \
498
569
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
570
          done | \
500
 
          $(AWK) '    { files[$$0] = 1; } \
501
 
               END { for (i in files) print i; }'`; \
502
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
571
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
572
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
573
        test -z "$(CTAGS_ARGS)$$unique" \
503
574
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504
 
             $$tags $$unique
 
575
             $$unique
505
576
 
506
577
GTAGS:
507
578
        here=`$(am__cd) $(top_builddir) && pwd` \
508
 
          && cd $(top_srcdir) \
509
 
          && gtags -i $(GTAGS_ARGS) $$here
 
579
          && $(am__cd) $(top_srcdir) \
 
580
          && gtags -i $(GTAGS_ARGS) "$$here"
510
581
 
511
582
distclean-tags:
512
583
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
527
598
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528
599
          if test -d $$d/$$file; then \
529
600
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
601
            if test -d "$(distdir)/$$file"; then \
 
602
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
603
            fi; \
530
604
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
605
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
606
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532
607
            fi; \
533
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
608
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534
609
          else \
535
 
            test -f $(distdir)/$$file \
536
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
610
            test -f "$(distdir)/$$file" \
 
611
            || cp -p $$d/$$file "$(distdir)/$$file" \
537
612
            || exit 1; \
538
613
          fi; \
539
614
        done
541
616
check: check-am
542
617
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
543
618
installdirs:
 
619
        for dir in "$(DESTDIR)$(sdkdir)"; do \
 
620
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
621
        done
544
622
install: install-am
545
623
install-exec: install-exec-am
546
624
install-data: install-data-am
561
639
 
562
640
distclean-generic:
563
641
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
642
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
564
643
 
565
644
maintainer-clean-generic:
566
645
        @echo "This command is intended for maintainers to use"
582
661
 
583
662
html: html-am
584
663
 
 
664
html-am:
 
665
 
585
666
info: info-am
586
667
 
587
668
info-am:
588
669
 
589
 
install-data-am:
 
670
install-data-am: install-sdkHEADERS
590
671
 
591
672
install-dvi: install-dvi-am
592
673
 
 
674
install-dvi-am:
 
675
 
593
676
install-exec-am:
594
677
 
595
678
install-html: install-html-am
596
679
 
 
680
install-html-am:
 
681
 
597
682
install-info: install-info-am
598
683
 
 
684
install-info-am:
 
685
 
599
686
install-man:
600
687
 
601
688
install-pdf: install-pdf-am
602
689
 
 
690
install-pdf-am:
 
691
 
603
692
install-ps: install-ps-am
604
693
 
 
694
install-ps-am:
 
695
 
605
696
installcheck-am:
606
697
 
607
698
maintainer-clean: maintainer-clean-am
622
713
 
623
714
ps-am:
624
715
 
625
 
uninstall-am:
 
716
uninstall-am: uninstall-sdkHEADERS
626
717
 
627
718
.MAKE: install-am install-strip
628
719
 
634
725
        install-dvi-am install-exec install-exec-am install-html \
635
726
        install-html-am install-info install-info-am install-man \
636
727
        install-pdf install-pdf-am install-ps install-ps-am \
637
 
        install-strip installcheck installcheck-am installdirs \
638
 
        maintainer-clean maintainer-clean-generic mostlyclean \
639
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
640
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
728
        install-sdkHEADERS install-strip installcheck installcheck-am \
 
729
        installdirs maintainer-clean maintainer-clean-generic \
 
730
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
731
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
732
        uninstall-am uninstall-sdkHEADERS
 
733
 
641
734
 
642
735
# Tell versions [3.59,3.63) of GNU make to not export all variables.
643
736
# Otherwise a system limit (for SysV at least) may be exceeded.