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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/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/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_properties_la_DEPENDENCIES =  \
50
53
        ../../../../sdk/libcodeblocks.la
60
63
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
61
64
        $(AM_CXXFLAGS) $(CXXFLAGS) $(libwxsmith_properties_la_LDFLAGS) \
62
65
        $(LDFLAGS) -o $@
63
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
64
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
68
am__depfiles_maybe = depfiles
 
69
am__mv = mv -f
66
70
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
68
72
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74
78
        $(LDFLAGS) -o $@
75
79
SOURCES = $(libwxsmith_properties_la_SOURCES)
76
80
DIST_SOURCES = $(libwxsmith_properties_la_SOURCES)
77
 
HEADERS = $(noinst_HEADERS)
 
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
82
am__vpath_adj = case $$p in \
 
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
84
    *) f=$$p;; \
 
85
  esac;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
102
am__installdirs = "$(DESTDIR)$(sdkdir)"
 
103
HEADERS = $(sdk_HEADERS)
78
104
ETAGS = etags
79
105
CTAGS = ctags
80
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
115
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
90
116
BUILD_BYOGAMES = @BUILD_BYOGAMES@
91
117
BUILD_CBKODERS = @BUILD_CBKODERS@
 
118
BUILD_CCCC = @BUILD_CCCC@
92
119
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
93
120
BUILD_CODESTAT = @BUILD_CODESTAT@
94
121
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
122
BUILD_CPPCHECK = @BUILD_CPPCHECK@
95
123
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
96
124
BUILD_ENVVARS = @BUILD_ENVVARS@
97
125
BUILD_EXPORTER = @BUILD_EXPORTER@
 
126
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
98
127
BUILD_HELP = @BUILD_HELP@
 
128
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
129
BUILD_INCSEARCH = @BUILD_INCSEARCH@
99
130
BUILD_KEYBINDER = @BUILD_KEYBINDER@
100
131
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
132
BUILD_MOUSESAP = @BUILD_MOUSESAP@
101
133
BUILD_PROFILER = @BUILD_PROFILER@
102
134
BUILD_REGEX = @BUILD_REGEX@
103
135
BUILD_SYMTAB = @BUILD_SYMTAB@
104
136
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
137
BUILD_VALGRIND = @BUILD_VALGRIND@
105
138
BUILD_WXSMITH = @BUILD_WXSMITH@
 
139
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
140
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
106
141
CC = @CC@
107
142
CCDEPMODE = @CCDEPMODE@
108
143
CFLAGS = @CFLAGS@
118
153
DATE = @DATE@
119
154
DEFS = @DEFS@
120
155
DEPDIR = @DEPDIR@
121
 
ECHO = @ECHO@
 
156
DSYMUTIL = @DSYMUTIL@
 
157
DUMPBIN = @DUMPBIN@
122
158
ECHO_C = @ECHO_C@
123
159
ECHO_N = @ECHO_N@
124
160
ECHO_T = @ECHO_T@
125
161
EGREP = @EGREP@
126
162
EXEEXT = @EXEEXT@
127
 
F77 = @F77@
128
 
FFLAGS = @FFLAGS@
 
163
FGREP = @FGREP@
129
164
GREP = @GREP@
130
165
GTK2_CFLAGS = @GTK2_CFLAGS@
131
166
GTK2_LIBS = @GTK2_LIBS@
135
170
INSTALL_PROGRAM = @INSTALL_PROGRAM@
136
171
INSTALL_SCRIPT = @INSTALL_SCRIPT@
137
172
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
173
LD = @LD@
138
174
LDFLAGS = @LDFLAGS@
139
175
LIBOBJS = @LIBOBJS@
140
176
LIBS = @LIBS@
141
177
LIBTOOL = @LIBTOOL@
 
178
LIPO = @LIPO@
142
179
LN_S = @LN_S@
143
180
LTLIBOBJS = @LTLIBOBJS@
144
181
MACSETFILE = @MACSETFILE@
145
182
MAKEINFO = @MAKEINFO@
146
183
MKDIR_P = @MKDIR_P@
 
184
NM = @NM@
 
185
NMEDIT = @NMEDIT@
 
186
OBJDUMP = @OBJDUMP@
147
187
OBJEXT = @OBJEXT@
 
188
OTOOL = @OTOOL@
 
189
OTOOL64 = @OTOOL64@
148
190
PACKAGE = @PACKAGE@
149
191
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
192
PACKAGE_NAME = @PACKAGE_NAME@
151
193
PACKAGE_STRING = @PACKAGE_STRING@
152
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
153
196
PACKAGE_VERSION = @PACKAGE_VERSION@
154
197
PATH_SEPARATOR = @PATH_SEPARATOR@
155
198
PKG_CONFIG = @PKG_CONFIG@
 
199
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
200
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
156
201
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
157
202
PLATFORM_LIBS = @PLATFORM_LIBS@
158
203
PLUGIN_FLAGS = @PLUGIN_FLAGS@
187
232
abs_top_srcdir = @abs_top_srcdir@
188
233
ac_ct_CC = @ac_ct_CC@
189
234
ac_ct_CXX = @ac_ct_CXX@
190
 
ac_ct_F77 = @ac_ct_F77@
 
235
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191
236
am__include = @am__include@
192
237
am__leading_dot = @am__leading_dot@
193
238
am__quote = @am__quote@
219
264
libexecdir = @libexecdir@
220
265
localedir = @localedir@
221
266
localstatedir = @localstatedir@
 
267
lt_ECHO = @lt_ECHO@
222
268
mandir = @mandir@
223
269
mkdir_p = @mkdir_p@
224
270
oldincludedir = @oldincludedir@
235
281
target_cpu = @target_cpu@
236
282
target_os = @target_os@
237
283
target_vendor = @target_vendor@
 
284
top_build_prefix = @top_build_prefix@
238
285
top_builddir = @top_builddir@
239
286
top_srcdir = @top_srcdir@
240
287
AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID
241
288
INCLUDES = $(WX_CXXFLAGS) \
242
289
                -I$(top_srcdir)/src/include \
243
 
                -I$(top_srcdir)/src/include/wxscintilla/include \
 
290
                -I$(top_srcdir)/src/sdk/wxscintilla/include \
244
291
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include
245
292
 
246
293
noinst_LTLIBRARIES = libwxsmith_properties.la
262
309
./wxscustomeditorproperty.cpp \
263
310
./wxspropertycontainer.cpp
264
311
 
265
 
noinst_HEADERS = \
 
312
sdkdir = $(includedir)/wxsmith/properties
 
313
sdk_HEADERS = \
266
314
./wxspropertycontainer.h \
267
315
./wxsproperties.h \
268
316
./wxsboolproperty.h \
287
335
        @for dep in $?; do \
288
336
          case '$(am__configure_deps)' in \
289
337
            *$$dep*) \
290
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
291
 
                && exit 0; \
 
338
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
339
                && { if test -f $@; then exit 0; else break; fi; }; \
292
340
              exit 1;; \
293
341
          esac; \
294
342
        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
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/Makefile'; \
 
344
        $(am__cd) $(top_srcdir) && \
 
345
          $(AUTOMAKE) --foreign src/plugins/contrib/wxSmith/properties/Makefile
298
346
.PRECIOUS: Makefile
299
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300
348
        @case '$?' in \
312
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
361
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
$(am__aclocal_m4_deps):
315
364
 
316
365
clean-noinstLTLIBRARIES:
317
366
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
347
396
 
348
397
.cpp.o:
349
398
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
399
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
400
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
401
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
402
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
354
403
 
355
404
.cpp.obj:
356
405
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
357
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
406
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358
407
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359
408
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
409
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
361
410
 
362
411
.cpp.lo:
363
412
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
413
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
365
414
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
366
415
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
416
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
368
417
 
369
418
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
 
419
@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
 
420
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsarraystringeditordlg.Tpo $(DEPDIR)/wxsarraystringeditordlg.Plo
372
421
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringeditordlg.cpp' object='wxsarraystringeditordlg.lo' libtool=yes @AMDEPBACKSLASH@
373
422
@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
 
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 wxsarraystringeditordlg.lo `test -f './wxsarraystringeditordlg.cpp' || echo '$(srcdir)/'`./wxsarraystringeditordlg.cpp
375
424
 
376
425
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
 
426
@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
 
427
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsboolproperty.Tpo $(DEPDIR)/wxsboolproperty.Plo
379
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsboolproperty.cpp' object='wxsboolproperty.lo' libtool=yes @AMDEPBACKSLASH@
380
429
@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
 
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 wxsboolproperty.lo `test -f './wxsboolproperty.cpp' || echo '$(srcdir)/'`./wxsboolproperty.cpp
382
431
 
383
432
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
 
433
@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
 
434
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxspropertystream.Tpo $(DEPDIR)/wxspropertystream.Plo
386
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertystream.cpp' object='wxspropertystream.lo' libtool=yes @AMDEPBACKSLASH@
387
436
@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
 
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 wxspropertystream.lo `test -f './wxspropertystream.cpp' || echo '$(srcdir)/'`./wxspropertystream.cpp
389
438
 
390
439
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
 
440
@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
 
441
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsflagsproperty.Tpo $(DEPDIR)/wxsflagsproperty.Plo
393
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsflagsproperty.cpp' object='wxsflagsproperty.lo' libtool=yes @AMDEPBACKSLASH@
394
443
@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
 
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 wxsflagsproperty.lo `test -f './wxsflagsproperty.cpp' || echo '$(srcdir)/'`./wxsflagsproperty.cpp
396
445
 
397
446
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
 
447
@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
 
448
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsemptyproperty.Tpo $(DEPDIR)/wxsemptyproperty.Plo
400
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsemptyproperty.cpp' object='wxsemptyproperty.lo' libtool=yes @AMDEPBACKSLASH@
401
450
@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
 
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 wxsemptyproperty.lo `test -f './wxsemptyproperty.cpp' || echo '$(srcdir)/'`./wxsemptyproperty.cpp
403
452
 
404
453
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
 
454
@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
 
455
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsstringproperty.Tpo $(DEPDIR)/wxsstringproperty.Plo
407
456
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsstringproperty.cpp' object='wxsstringproperty.lo' libtool=yes @AMDEPBACKSLASH@
408
457
@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
 
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 wxsstringproperty.lo `test -f './wxsstringproperty.cpp' || echo '$(srcdir)/'`./wxsstringproperty.cpp
410
459
 
411
460
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
 
461
@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
 
462
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxslongproperty.Tpo $(DEPDIR)/wxslongproperty.Plo
414
463
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxslongproperty.cpp' object='wxslongproperty.lo' libtool=yes @AMDEPBACKSLASH@
415
464
@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
 
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 wxslongproperty.lo `test -f './wxslongproperty.cpp' || echo '$(srcdir)/'`./wxslongproperty.cpp
417
466
 
418
467
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
 
468
@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
 
469
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsenumproperty.Tpo $(DEPDIR)/wxsenumproperty.Plo
421
470
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsenumproperty.cpp' object='wxsenumproperty.lo' libtool=yes @AMDEPBACKSLASH@
422
471
@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
 
472
@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
473
 
425
474
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
 
475
@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
 
476
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsarraystringproperty.Tpo $(DEPDIR)/wxsarraystringproperty.Plo
428
477
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsarraystringproperty.cpp' object='wxsarraystringproperty.lo' libtool=yes @AMDEPBACKSLASH@
429
478
@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
 
479
@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
480
 
432
481
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
 
482
@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
 
483
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsquickpropspanel.Tpo $(DEPDIR)/wxsquickpropspanel.Plo
435
484
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsquickpropspanel.cpp' object='wxsquickpropspanel.lo' libtool=yes @AMDEPBACKSLASH@
436
485
@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
 
486
@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
487
 
439
488
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
 
489
@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
 
490
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsproperty.Tpo $(DEPDIR)/wxsproperty.Plo
442
491
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxsproperty.cpp' object='wxsproperty.lo' libtool=yes @AMDEPBACKSLASH@
443
492
@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
 
493
@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
494
 
446
495
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
 
496
@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
 
497
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxspropertygridmanager.Tpo $(DEPDIR)/wxspropertygridmanager.Plo
449
498
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertygridmanager.cpp' object='wxspropertygridmanager.lo' libtool=yes @AMDEPBACKSLASH@
450
499
@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
 
500
@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
501
 
453
502
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
 
503
@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
 
504
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxscustomeditorproperty.Tpo $(DEPDIR)/wxscustomeditorproperty.Plo
456
505
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxscustomeditorproperty.cpp' object='wxscustomeditorproperty.lo' libtool=yes @AMDEPBACKSLASH@
457
506
@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
 
507
@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
508
 
460
509
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
 
510
@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
 
511
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxspropertycontainer.Tpo $(DEPDIR)/wxspropertycontainer.Plo
463
512
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxspropertycontainer.cpp' object='wxspropertycontainer.lo' libtool=yes @AMDEPBACKSLASH@
464
513
@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
 
514
@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
515
 
467
516
mostlyclean-libtool:
468
517
        -rm -f *.lo
469
518
 
470
519
clean-libtool:
471
520
        -rm -rf .libs _libs
 
521
install-sdkHEADERS: $(sdk_HEADERS)
 
522
        @$(NORMAL_INSTALL)
 
523
        test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)"
 
524
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
525
        for p in $$list; do \
 
526
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
527
          echo "$$d$$p"; \
 
528
        done | $(am__base_list) | \
 
529
        while read files; do \
 
530
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \
 
531
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \
 
532
        done
 
533
 
 
534
uninstall-sdkHEADERS:
 
535
        @$(NORMAL_UNINSTALL)
 
536
        @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
 
537
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
538
        test -n "$$files" || exit 0; \
 
539
        echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \
 
540
        cd "$(DESTDIR)$(sdkdir)" && rm -f $$files
472
541
 
473
542
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474
543
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475
544
        unique=`for i in $$list; do \
476
545
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477
546
          done | \
478
 
          $(AWK) '    { files[$$0] = 1; } \
479
 
               END { for (i in files) print i; }'`; \
 
547
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
548
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
549
        mkid -fID $$unique
481
550
tags: TAGS
482
551
 
483
552
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
484
553
                $(TAGS_FILES) $(LISP)
485
 
        tags=; \
 
554
        set x; \
486
555
        here=`pwd`; \
487
556
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488
557
        unique=`for i in $$list; do \
489
558
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
559
          done | \
491
 
          $(AWK) '    { files[$$0] = 1; } \
492
 
               END { for (i in files) print i; }'`; \
493
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
560
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
561
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
562
        shift; \
 
563
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494
564
          test -n "$$unique" || unique=$$empty_fix; \
495
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
            $$tags $$unique; \
 
565
          if test $$# -gt 0; then \
 
566
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
567
              "$$@" $$unique; \
 
568
          else \
 
569
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
570
              $$unique; \
 
571
          fi; \
497
572
        fi
498
573
ctags: CTAGS
499
574
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
500
575
                $(TAGS_FILES) $(LISP)
501
 
        tags=; \
502
 
        here=`pwd`; \
503
576
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
504
577
        unique=`for i in $$list; do \
505
578
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
579
          done | \
507
 
          $(AWK) '    { files[$$0] = 1; } \
508
 
               END { for (i in files) print i; }'`; \
509
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
580
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
581
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
582
        test -z "$(CTAGS_ARGS)$$unique" \
510
583
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511
 
             $$tags $$unique
 
584
             $$unique
512
585
 
513
586
GTAGS:
514
587
        here=`$(am__cd) $(top_builddir) && pwd` \
515
 
          && cd $(top_srcdir) \
516
 
          && gtags -i $(GTAGS_ARGS) $$here
 
588
          && $(am__cd) $(top_srcdir) \
 
589
          && gtags -i $(GTAGS_ARGS) "$$here"
517
590
 
518
591
distclean-tags:
519
592
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
607
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535
608
          if test -d $$d/$$file; then \
536
609
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
610
            if test -d "$(distdir)/$$file"; then \
 
611
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
612
            fi; \
537
613
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
614
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
615
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539
616
            fi; \
540
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
617
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541
618
          else \
542
 
            test -f $(distdir)/$$file \
543
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
619
            test -f "$(distdir)/$$file" \
 
620
            || cp -p $$d/$$file "$(distdir)/$$file" \
544
621
            || exit 1; \
545
622
          fi; \
546
623
        done
548
625
check: check-am
549
626
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
550
627
installdirs:
 
628
        for dir in "$(DESTDIR)$(sdkdir)"; do \
 
629
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
630
        done
551
631
install: install-am
552
632
install-exec: install-exec-am
553
633
install-data: install-data-am
568
648
 
569
649
distclean-generic:
570
650
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
651
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
652
 
572
653
maintainer-clean-generic:
573
654
        @echo "This command is intended for maintainers to use"
589
670
 
590
671
html: html-am
591
672
 
 
673
html-am:
 
674
 
592
675
info: info-am
593
676
 
594
677
info-am:
595
678
 
596
 
install-data-am:
 
679
install-data-am: install-sdkHEADERS
597
680
 
598
681
install-dvi: install-dvi-am
599
682
 
 
683
install-dvi-am:
 
684
 
600
685
install-exec-am:
601
686
 
602
687
install-html: install-html-am
603
688
 
 
689
install-html-am:
 
690
 
604
691
install-info: install-info-am
605
692
 
 
693
install-info-am:
 
694
 
606
695
install-man:
607
696
 
608
697
install-pdf: install-pdf-am
609
698
 
 
699
install-pdf-am:
 
700
 
610
701
install-ps: install-ps-am
611
702
 
 
703
install-ps-am:
 
704
 
612
705
installcheck-am:
613
706
 
614
707
maintainer-clean: maintainer-clean-am
629
722
 
630
723
ps-am:
631
724
 
632
 
uninstall-am:
 
725
uninstall-am: uninstall-sdkHEADERS
633
726
 
634
727
.MAKE: install-am install-strip
635
728
 
641
734
        install-dvi-am install-exec install-exec-am install-html \
642
735
        install-html-am install-info install-info-am install-man \
643
736
        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
 
737
        install-sdkHEADERS install-strip installcheck installcheck-am \
 
738
        installdirs maintainer-clean maintainer-clean-generic \
 
739
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
740
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
741
        uninstall-am uninstall-sdkHEADERS
 
742
 
648
743
 
649
744
# Tell versions [3.59,3.63) of GNU make to not export all variables.
650
745
# Otherwise a system limit (for SysV at least) may be exceeded.