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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithContribItems/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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
37
39
target_triplet = @target@
38
40
subdir = src/plugins/contrib/wxSmithContribItems
39
41
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
42
        $(srcdir)/Makefile.in $(srcdir)/wxsmith-contrib.pc.in
41
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
44
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
45
        $(top_srcdir)/revision.m4 $(top_srcdir)/configure.in
45
47
        $(ACLOCAL_M4)
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/src/include/config.h
48
 
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_FILES = wxsmith-contrib.pc
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)"
56
 
libLTLIBRARIES_INSTALL = $(INSTALL)
57
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
73
am__installdirs = "$(DESTDIR)$(pluginlibdir)" \
 
74
        "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)"
 
75
LTLIBRARIES = $(pluginlib_LTLIBRARIES)
58
76
am__DEPENDENCIES_1 =
59
77
libwxsmithcontribitems_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
60
 
        ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la
61
 
am_libwxsmithcontribitems_la_OBJECTS = legendwindow.lo points.lo \
62
 
        chartcolors.lo label.lo chartwindow.lo chart.lo \
63
 
        piechartpoints.lo xaxis.lo bar3dchartpoints.lo axis.lo \
64
 
        xaxiswindow.lo legend.lo yaxiswindow.lo barchartpoints.lo \
65
 
        pie3dchartpoints.lo chartctrl.lo yaxis.lo wxschart.lo \
66
 
        toggle.lo wxscustombutton.lo wxsFlatNotebook.lo \
67
 
        wxSmithContribItems.lo
 
78
        ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la \
 
79
        wxchart/wxchart-1.0/libwxchartctrl.la \
 
80
        wxflatnotebook/wxFlatNotebook/libwxflatnotebook.la \
 
81
        wxthings/wxthings/libwxcustombutton.la
 
82
am_libwxsmithcontribitems_la_OBJECTS = wxsFlatNotebook.lo wxschart.lo \
 
83
        wxscustombutton.lo wxSmithContribItems.lo
68
84
libwxsmithcontribitems_la_OBJECTS =  \
69
85
        $(am_libwxsmithcontribitems_la_OBJECTS)
70
86
libwxsmithcontribitems_la_LINK = $(LIBTOOL) --tag=CXX \
71
87
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
72
88
        $(AM_CXXFLAGS) $(CXXFLAGS) \
73
89
        $(libwxsmithcontribitems_la_LDFLAGS) $(LDFLAGS) -o $@
74
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/include@am__isrc@
 
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
75
91
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
77
94
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
95
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
79
96
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
102
        $(LDFLAGS) -o $@
86
103
SOURCES = $(libwxsmithcontribitems_la_SOURCES)
87
104
DIST_SOURCES = $(libwxsmithcontribitems_la_SOURCES)
88
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
89
 
DATA = $(pkgdata_DATA)
 
105
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
106
        html-recursive info-recursive install-data-recursive \
 
107
        install-dvi-recursive install-exec-recursive \
 
108
        install-html-recursive install-info-recursive \
 
109
        install-pdf-recursive install-ps-recursive install-recursive \
 
110
        installcheck-recursive installdirs-recursive pdf-recursive \
 
111
        ps-recursive uninstall-recursive
 
112
DATA = $(pkgconfig_DATA) $(pkgdata_DATA)
90
113
HEADERS = $(noinst_HEADERS)
 
114
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
115
  distclean-recursive maintainer-clean-recursive
 
116
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
117
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
118
        distdir
91
119
ETAGS = etags
92
120
CTAGS = ctags
 
121
DIST_SUBDIRS = $(SUBDIRS)
93
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
123
am__relativize = \
 
124
  dir0=`pwd`; \
 
125
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
126
  sed_rest='s,^[^/]*/*,,'; \
 
127
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
128
  sed_butlast='s,/*[^/]*$$,,'; \
 
129
  while test -n "$$dir1"; do \
 
130
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
131
    if test "$$first" != "."; then \
 
132
      if test "$$first" = ".."; then \
 
133
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
134
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
135
      else \
 
136
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
137
        if test "$$first2" = "$$first"; then \
 
138
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
139
        else \
 
140
          dir2="../$$dir2"; \
 
141
        fi; \
 
142
        dir0="$$dir0"/"$$first"; \
 
143
      fi; \
 
144
    fi; \
 
145
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
146
  done; \
 
147
  reldir="$$dir2"
94
148
ACLOCAL = @ACLOCAL@
95
149
AMTAR = @AMTAR@
96
150
AR = @AR@
102
156
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
103
157
BUILD_BYOGAMES = @BUILD_BYOGAMES@
104
158
BUILD_CBKODERS = @BUILD_CBKODERS@
 
159
BUILD_CCCC = @BUILD_CCCC@
105
160
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
106
161
BUILD_CODESTAT = @BUILD_CODESTAT@
107
162
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
163
BUILD_CPPCHECK = @BUILD_CPPCHECK@
108
164
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
109
165
BUILD_ENVVARS = @BUILD_ENVVARS@
110
166
BUILD_EXPORTER = @BUILD_EXPORTER@
 
167
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
111
168
BUILD_HELP = @BUILD_HELP@
 
169
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
170
BUILD_INCSEARCH = @BUILD_INCSEARCH@
112
171
BUILD_KEYBINDER = @BUILD_KEYBINDER@
113
172
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
173
BUILD_MOUSESAP = @BUILD_MOUSESAP@
114
174
BUILD_PROFILER = @BUILD_PROFILER@
115
175
BUILD_REGEX = @BUILD_REGEX@
116
176
BUILD_SYMTAB = @BUILD_SYMTAB@
117
177
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
178
BUILD_VALGRIND = @BUILD_VALGRIND@
118
179
BUILD_WXSMITH = @BUILD_WXSMITH@
 
180
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
181
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
119
182
CC = @CC@
120
183
CCDEPMODE = @CCDEPMODE@
121
184
CFLAGS = @CFLAGS@
131
194
DATE = @DATE@
132
195
DEFS = @DEFS@
133
196
DEPDIR = @DEPDIR@
134
 
ECHO = @ECHO@
 
197
DSYMUTIL = @DSYMUTIL@
 
198
DUMPBIN = @DUMPBIN@
135
199
ECHO_C = @ECHO_C@
136
200
ECHO_N = @ECHO_N@
137
201
ECHO_T = @ECHO_T@
138
202
EGREP = @EGREP@
139
203
EXEEXT = @EXEEXT@
140
 
F77 = @F77@
141
 
FFLAGS = @FFLAGS@
 
204
FGREP = @FGREP@
142
205
GREP = @GREP@
143
206
GTK2_CFLAGS = @GTK2_CFLAGS@
144
207
GTK2_LIBS = @GTK2_LIBS@
148
211
INSTALL_PROGRAM = @INSTALL_PROGRAM@
149
212
INSTALL_SCRIPT = @INSTALL_SCRIPT@
150
213
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
214
LD = @LD@
151
215
LDFLAGS = @LDFLAGS@
152
216
LIBOBJS = @LIBOBJS@
153
217
LIBS = @LIBS@
154
218
LIBTOOL = @LIBTOOL@
 
219
LIPO = @LIPO@
155
220
LN_S = @LN_S@
156
221
LTLIBOBJS = @LTLIBOBJS@
157
222
MACSETFILE = @MACSETFILE@
158
223
MAKEINFO = @MAKEINFO@
159
224
MKDIR_P = @MKDIR_P@
 
225
NM = @NM@
 
226
NMEDIT = @NMEDIT@
 
227
OBJDUMP = @OBJDUMP@
160
228
OBJEXT = @OBJEXT@
 
229
OTOOL = @OTOOL@
 
230
OTOOL64 = @OTOOL64@
161
231
PACKAGE = @PACKAGE@
162
232
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163
233
PACKAGE_NAME = @PACKAGE_NAME@
164
234
PACKAGE_STRING = @PACKAGE_STRING@
165
235
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
236
PACKAGE_URL = @PACKAGE_URL@
166
237
PACKAGE_VERSION = @PACKAGE_VERSION@
167
238
PATH_SEPARATOR = @PATH_SEPARATOR@
168
239
PKG_CONFIG = @PKG_CONFIG@
 
240
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
241
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
169
242
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
170
243
PLATFORM_LIBS = @PLATFORM_LIBS@
171
244
PLUGIN_FLAGS = @PLUGIN_FLAGS@
200
273
abs_top_srcdir = @abs_top_srcdir@
201
274
ac_ct_CC = @ac_ct_CC@
202
275
ac_ct_CXX = @ac_ct_CXX@
203
 
ac_ct_F77 = @ac_ct_F77@
 
276
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
204
277
am__include = @am__include@
205
278
am__leading_dot = @am__leading_dot@
206
279
am__quote = @am__quote@
228
301
includedir = @includedir@
229
302
infodir = @infodir@
230
303
install_sh = @install_sh@
231
 
libdir = $(pkgdatadir)/plugins
 
304
libdir = @libdir@
232
305
libexecdir = @libexecdir@
233
306
localedir = @localedir@
234
307
localstatedir = @localstatedir@
 
308
lt_ECHO = @lt_ECHO@
235
309
mandir = @mandir@
236
310
mkdir_p = @mkdir_p@
237
311
oldincludedir = @oldincludedir@
248
322
target_cpu = @target_cpu@
249
323
target_os = @target_os@
250
324
target_vendor = @target_vendor@
 
325
top_build_prefix = @top_build_prefix@
251
326
top_builddir = @top_builddir@
252
327
top_srcdir = @top_srcdir@
 
328
SUBDIRS = wxchart/wxchart-1.0 wxflatnotebook/wxFlatNotebook wxthings/wxthings .
253
329
AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID
254
330
INCLUDES = $(WX_CXXFLAGS) \
255
331
                -I$(top_srcdir)/src/include \
256
 
                -I$(top_srcdir)/src/include/wxFlatNotebook/include \
257
 
                -I$(top_srcdir)/src/include/wxscintilla/include \
 
332
                -I$(top_srcdir)/src/sdk/wxscintilla/include \
258
333
                -I$(top_srcdir)/src/plugins/contrib/wxSmith \
259
334
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include \
260
335
                -I$(srcdir)/wxchart/wxchart-1.0/include \
 
336
                -I$(srcdir)/wxflatnotebook/wxFlatNotebook/include \
261
337
                -I$(srcdir)/wxthings/wxthings/include
262
338
 
263
 
lib_LTLIBRARIES = libwxsmithcontribitems.la
 
339
pluginlibdir = $(pkglibdir)/plugins
 
340
pluginlib_LTLIBRARIES = libwxsmithcontribitems.la
264
341
libwxsmithcontribitems_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
265
342
libwxsmithcontribitems_la_LIBADD = $(PLUGIN_WX_LIBS) ../../../sdk/libcodeblocks.la \
266
 
                       ../wxSmith/libwxsmithlib.la
 
343
                       ../wxSmith/libwxsmithlib.la \
 
344
                        wxchart/wxchart-1.0/libwxchartctrl.la \
 
345
                        wxflatnotebook/wxFlatNotebook/libwxflatnotebook.la \
 
346
                        wxthings/wxthings/libwxcustombutton.la
267
347
 
268
348
EXTRA_DIST = $(srcdir)/wxchart/wxchart-1.0/include/wx/chartart/*.xpm \
269
349
                $(srcdir)/wxchart/wxchart-1.0/include/wx/chartart/*.bmp \
279
359
pkgdata_DATA = wxsmithcontribitems.zip
280
360
CLEANFILES = $(pkgdata_DATA)
281
361
libwxsmithcontribitems_la_SOURCES = \
282
 
./wxchart/wxchart-1.0/src/legendwindow.cpp \
283
 
./wxchart/wxchart-1.0/src/points.cpp \
284
 
./wxchart/wxchart-1.0/src/chartcolors.cpp \
285
 
./wxchart/wxchart-1.0/src/label.cpp \
286
 
./wxchart/wxchart-1.0/src/chartwindow.cpp \
287
 
./wxchart/wxchart-1.0/src/chart.cpp \
288
 
./wxchart/wxchart-1.0/src/piechartpoints.cpp \
289
 
./wxchart/wxchart-1.0/src/xaxis.cpp \
290
 
./wxchart/wxchart-1.0/src/bar3dchartpoints.cpp \
291
 
./wxchart/wxchart-1.0/src/axis.cpp \
292
 
./wxchart/wxchart-1.0/src/xaxiswindow.cpp \
293
 
./wxchart/wxchart-1.0/src/legend.cpp \
294
 
./wxchart/wxchart-1.0/src/yaxiswindow.cpp \
295
 
./wxchart/wxchart-1.0/src/barchartpoints.cpp \
296
 
./wxchart/wxchart-1.0/src/pie3dchartpoints.cpp \
297
 
./wxchart/wxchart-1.0/src/chartctrl.cpp \
298
 
./wxchart/wxchart-1.0/src/yaxis.cpp \
 
362
./wxflatnotebook/wxsFlatNotebook.cpp \
299
363
./wxchart/wxschart.cpp \
300
 
./wxthings/wxthings/src/toggle.cpp \
301
364
./wxthings/wxscustombutton.cpp \
302
 
./wxflatnotebook/wxsFlatNotebook.cpp \
303
365
./wxSmithContribItems.cpp
304
366
 
 
367
pkgconfigdir = $(libdir)/pkgconfig
 
368
pkgconfig_DATA = wxsmith-contrib.pc
305
369
noinst_HEADERS = \
 
370
./wxflatnotebook/wxsFlatNotebook.h \
306
371
./wxchart/wxschart.h \
307
 
./wxchart/wxchart-1.0/include/wx/yaxis.h \
308
 
./wxchart/wxchart-1.0/include/wx/piechartpoints.h \
309
 
./wxchart/wxchart-1.0/include/wx/label.h \
310
 
./wxchart/wxchart-1.0/include/wx/chartcolors.h \
311
 
./wxchart/wxchart-1.0/include/wx/pie3dchartpoints.h \
312
 
./wxchart/wxchart-1.0/include/wx/points.h \
313
 
./wxchart/wxchart-1.0/include/wx/legend.h \
314
 
./wxchart/wxchart-1.0/include/wx/legendwindow.h \
315
 
./wxchart/wxchart-1.0/include/wx/chartpointstypes.h \
316
 
./wxchart/wxchart-1.0/include/wx/chartwindow.h \
317
 
./wxchart/wxchart-1.0/include/wx/barchartpoints.h \
318
 
./wxchart/wxchart-1.0/include/wx/chartctrl.h \
319
 
./wxchart/wxchart-1.0/include/wx/axis.h \
320
 
./wxchart/wxchart-1.0/include/wx/charttypes.h \
321
 
./wxchart/wxchart-1.0/include/wx/chartdef.h \
322
 
./wxchart/wxchart-1.0/include/wx/xaxiswindow.h \
323
 
./wxchart/wxchart-1.0/include/wx/bar3dchartpoints.h \
324
 
./wxchart/wxchart-1.0/include/wx/yaxiswindow.h \
325
 
./wxchart/wxchart-1.0/include/wx/xaxis.h \
326
 
./wxchart/wxchart-1.0/include/wx/chart.h \
327
 
./wxchart/wxchart-1.0/include/wx/chartpoints.h \
328
 
./wxthings/wxthings/include/wx/things/toggle.h \
329
 
./wxthings/wxthings/include/wx/things/thingdef.h \
330
372
./wxthings/wxscustombutton.h \
331
 
./wxflatnotebook/wxsFlatNotebook.h \
332
373
./wxSmithContribItems.h
333
374
 
334
 
all: all-am
 
375
all: all-recursive
335
376
 
336
377
.SUFFIXES:
337
378
.SUFFIXES: .cpp .lo .o .obj
339
380
        @for dep in $?; do \
340
381
          case '$(am__configure_deps)' in \
341
382
            *$$dep*) \
342
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
343
 
                && exit 0; \
 
383
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
384
                && { if test -f $@; then exit 0; else break; fi; }; \
344
385
              exit 1;; \
345
386
          esac; \
346
387
        done; \
347
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmithContribItems/Makefile'; \
348
 
        cd $(top_srcdir) && \
349
 
          $(AUTOMAKE) --foreign  src/plugins/contrib/wxSmithContribItems/Makefile
 
388
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/Makefile'; \
 
389
        $(am__cd) $(top_srcdir) && \
 
390
          $(AUTOMAKE) --foreign src/plugins/contrib/wxSmithContribItems/Makefile
350
391
.PRECIOUS: Makefile
351
392
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352
393
        @case '$?' in \
364
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
406
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
366
407
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
408
$(am__aclocal_m4_deps):
 
409
wxsmith-contrib.pc: $(top_builddir)/config.status $(srcdir)/wxsmith-contrib.pc.in
 
410
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
411
install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES)
368
412
        @$(NORMAL_INSTALL)
369
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
370
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
413
        test -z "$(pluginlibdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)"
 
414
        @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
 
415
        list2=; for p in $$list; do \
371
416
          if test -f $$p; then \
372
 
            f=$(am__strip_dir) \
373
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
374
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
417
            list2="$$list2 $$p"; \
375
418
          else :; fi; \
376
 
        done
 
419
        done; \
 
420
        test -z "$$list2" || { \
 
421
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \
 
422
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \
 
423
        }
377
424
 
378
 
uninstall-libLTLIBRARIES:
 
425
uninstall-pluginlibLTLIBRARIES:
379
426
        @$(NORMAL_UNINSTALL)
380
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
381
 
          p=$(am__strip_dir) \
382
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
383
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
427
        @list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
 
428
        for p in $$list; do \
 
429
          $(am__strip_dir) \
 
430
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \
 
431
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \
384
432
        done
385
433
 
386
 
clean-libLTLIBRARIES:
387
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
388
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
434
clean-pluginlibLTLIBRARIES:
 
435
        -test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES)
 
436
        @list='$(pluginlib_LTLIBRARIES)'; for p in $$list; do \
389
437
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
390
438
          test "$$dir" != "$$p" || dir=.; \
391
439
          echo "rm -f \"$${dir}/so_locations\""; \
392
440
          rm -f "$${dir}/so_locations"; \
393
441
        done
394
442
libwxsmithcontribitems.la: $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_DEPENDENCIES) 
395
 
        $(libwxsmithcontribitems_la_LINK) -rpath $(libdir) $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_LIBADD) $(LIBS)
 
443
        $(libwxsmithcontribitems_la_LINK) -rpath $(pluginlibdir) $(libwxsmithcontribitems_la_OBJECTS) $(libwxsmithcontribitems_la_LIBADD) $(LIBS)
396
444
 
397
445
mostlyclean-compile:
398
446
        -rm -f *.$(OBJEXT)
400
448
distclean-compile:
401
449
        -rm -f *.tab.c
402
450
 
403
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axis.Plo@am__quote@
404
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar3dchartpoints.Plo@am__quote@
405
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barchartpoints.Plo@am__quote@
406
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chart.Plo@am__quote@
407
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chartcolors.Plo@am__quote@
408
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chartctrl.Plo@am__quote@
409
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chartwindow.Plo@am__quote@
410
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label.Plo@am__quote@
411
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/legend.Plo@am__quote@
412
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/legendwindow.Plo@am__quote@
413
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pie3dchartpoints.Plo@am__quote@
414
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/piechartpoints.Plo@am__quote@
415
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/points.Plo@am__quote@
416
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toggle.Plo@am__quote@
417
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxSmithContribItems.Plo@am__quote@
418
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxsFlatNotebook.Plo@am__quote@
419
453
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxschart.Plo@am__quote@
420
454
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxscustombutton.Plo@am__quote@
421
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xaxis.Plo@am__quote@
422
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xaxiswindow.Plo@am__quote@
423
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yaxis.Plo@am__quote@
424
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yaxiswindow.Plo@am__quote@
425
455
 
426
456
.cpp.o:
427
457
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
458
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429
459
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430
460
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
461
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
432
462
 
433
463
.cpp.obj:
434
464
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
465
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436
466
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437
467
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438
468
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
439
469
 
440
470
.cpp.lo:
441
471
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
472
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443
473
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444
474
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445
475
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
446
476
 
447
 
legendwindow.lo: ./wxchart/wxchart-1.0/src/legendwindow.cpp
448
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT legendwindow.lo -MD -MP -MF $(DEPDIR)/legendwindow.Tpo -c -o legendwindow.lo `test -f './wxchart/wxchart-1.0/src/legendwindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/legendwindow.cpp
449
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/legendwindow.Tpo $(DEPDIR)/legendwindow.Plo
450
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/legendwindow.cpp' object='legendwindow.lo' libtool=yes @AMDEPBACKSLASH@
451
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o legendwindow.lo `test -f './wxchart/wxchart-1.0/src/legendwindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/legendwindow.cpp
453
 
 
454
 
points.lo: ./wxchart/wxchart-1.0/src/points.cpp
455
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT points.lo -MD -MP -MF $(DEPDIR)/points.Tpo -c -o points.lo `test -f './wxchart/wxchart-1.0/src/points.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/points.cpp
456
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/points.Tpo $(DEPDIR)/points.Plo
457
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/points.cpp' object='points.lo' libtool=yes @AMDEPBACKSLASH@
458
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o points.lo `test -f './wxchart/wxchart-1.0/src/points.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/points.cpp
460
 
 
461
 
chartcolors.lo: ./wxchart/wxchart-1.0/src/chartcolors.cpp
462
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT chartcolors.lo -MD -MP -MF $(DEPDIR)/chartcolors.Tpo -c -o chartcolors.lo `test -f './wxchart/wxchart-1.0/src/chartcolors.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartcolors.cpp
463
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/chartcolors.Tpo $(DEPDIR)/chartcolors.Plo
464
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/chartcolors.cpp' object='chartcolors.lo' libtool=yes @AMDEPBACKSLASH@
465
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o chartcolors.lo `test -f './wxchart/wxchart-1.0/src/chartcolors.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartcolors.cpp
467
 
 
468
 
label.lo: ./wxchart/wxchart-1.0/src/label.cpp
469
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT label.lo -MD -MP -MF $(DEPDIR)/label.Tpo -c -o label.lo `test -f './wxchart/wxchart-1.0/src/label.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/label.cpp
470
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/label.Tpo $(DEPDIR)/label.Plo
471
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/label.cpp' object='label.lo' libtool=yes @AMDEPBACKSLASH@
472
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o label.lo `test -f './wxchart/wxchart-1.0/src/label.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/label.cpp
474
 
 
475
 
chartwindow.lo: ./wxchart/wxchart-1.0/src/chartwindow.cpp
476
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT chartwindow.lo -MD -MP -MF $(DEPDIR)/chartwindow.Tpo -c -o chartwindow.lo `test -f './wxchart/wxchart-1.0/src/chartwindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartwindow.cpp
477
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/chartwindow.Tpo $(DEPDIR)/chartwindow.Plo
478
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/chartwindow.cpp' object='chartwindow.lo' libtool=yes @AMDEPBACKSLASH@
479
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o chartwindow.lo `test -f './wxchart/wxchart-1.0/src/chartwindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartwindow.cpp
481
 
 
482
 
chart.lo: ./wxchart/wxchart-1.0/src/chart.cpp
483
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT chart.lo -MD -MP -MF $(DEPDIR)/chart.Tpo -c -o chart.lo `test -f './wxchart/wxchart-1.0/src/chart.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chart.cpp
484
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/chart.Tpo $(DEPDIR)/chart.Plo
485
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/chart.cpp' object='chart.lo' libtool=yes @AMDEPBACKSLASH@
486
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o chart.lo `test -f './wxchart/wxchart-1.0/src/chart.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chart.cpp
488
 
 
489
 
piechartpoints.lo: ./wxchart/wxchart-1.0/src/piechartpoints.cpp
490
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT piechartpoints.lo -MD -MP -MF $(DEPDIR)/piechartpoints.Tpo -c -o piechartpoints.lo `test -f './wxchart/wxchart-1.0/src/piechartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/piechartpoints.cpp
491
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/piechartpoints.Tpo $(DEPDIR)/piechartpoints.Plo
492
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/piechartpoints.cpp' object='piechartpoints.lo' libtool=yes @AMDEPBACKSLASH@
493
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o piechartpoints.lo `test -f './wxchart/wxchart-1.0/src/piechartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/piechartpoints.cpp
495
 
 
496
 
xaxis.lo: ./wxchart/wxchart-1.0/src/xaxis.cpp
497
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xaxis.lo -MD -MP -MF $(DEPDIR)/xaxis.Tpo -c -o xaxis.lo `test -f './wxchart/wxchart-1.0/src/xaxis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/xaxis.cpp
498
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/xaxis.Tpo $(DEPDIR)/xaxis.Plo
499
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/xaxis.cpp' object='xaxis.lo' libtool=yes @AMDEPBACKSLASH@
500
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xaxis.lo `test -f './wxchart/wxchart-1.0/src/xaxis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/xaxis.cpp
502
 
 
503
 
bar3dchartpoints.lo: ./wxchart/wxchart-1.0/src/bar3dchartpoints.cpp
504
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bar3dchartpoints.lo -MD -MP -MF $(DEPDIR)/bar3dchartpoints.Tpo -c -o bar3dchartpoints.lo `test -f './wxchart/wxchart-1.0/src/bar3dchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/bar3dchartpoints.cpp
505
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/bar3dchartpoints.Tpo $(DEPDIR)/bar3dchartpoints.Plo
506
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/bar3dchartpoints.cpp' object='bar3dchartpoints.lo' libtool=yes @AMDEPBACKSLASH@
507
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bar3dchartpoints.lo `test -f './wxchart/wxchart-1.0/src/bar3dchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/bar3dchartpoints.cpp
509
 
 
510
 
axis.lo: ./wxchart/wxchart-1.0/src/axis.cpp
511
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT axis.lo -MD -MP -MF $(DEPDIR)/axis.Tpo -c -o axis.lo `test -f './wxchart/wxchart-1.0/src/axis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/axis.cpp
512
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/axis.Tpo $(DEPDIR)/axis.Plo
513
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/axis.cpp' object='axis.lo' libtool=yes @AMDEPBACKSLASH@
514
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o axis.lo `test -f './wxchart/wxchart-1.0/src/axis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/axis.cpp
516
 
 
517
 
xaxiswindow.lo: ./wxchart/wxchart-1.0/src/xaxiswindow.cpp
518
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xaxiswindow.lo -MD -MP -MF $(DEPDIR)/xaxiswindow.Tpo -c -o xaxiswindow.lo `test -f './wxchart/wxchart-1.0/src/xaxiswindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/xaxiswindow.cpp
519
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/xaxiswindow.Tpo $(DEPDIR)/xaxiswindow.Plo
520
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/xaxiswindow.cpp' object='xaxiswindow.lo' libtool=yes @AMDEPBACKSLASH@
521
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xaxiswindow.lo `test -f './wxchart/wxchart-1.0/src/xaxiswindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/xaxiswindow.cpp
523
 
 
524
 
legend.lo: ./wxchart/wxchart-1.0/src/legend.cpp
525
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT legend.lo -MD -MP -MF $(DEPDIR)/legend.Tpo -c -o legend.lo `test -f './wxchart/wxchart-1.0/src/legend.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/legend.cpp
526
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/legend.Tpo $(DEPDIR)/legend.Plo
527
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/legend.cpp' object='legend.lo' libtool=yes @AMDEPBACKSLASH@
528
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o legend.lo `test -f './wxchart/wxchart-1.0/src/legend.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/legend.cpp
530
 
 
531
 
yaxiswindow.lo: ./wxchart/wxchart-1.0/src/yaxiswindow.cpp
532
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yaxiswindow.lo -MD -MP -MF $(DEPDIR)/yaxiswindow.Tpo -c -o yaxiswindow.lo `test -f './wxchart/wxchart-1.0/src/yaxiswindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/yaxiswindow.cpp
533
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/yaxiswindow.Tpo $(DEPDIR)/yaxiswindow.Plo
534
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/yaxiswindow.cpp' object='yaxiswindow.lo' libtool=yes @AMDEPBACKSLASH@
535
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yaxiswindow.lo `test -f './wxchart/wxchart-1.0/src/yaxiswindow.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/yaxiswindow.cpp
537
 
 
538
 
barchartpoints.lo: ./wxchart/wxchart-1.0/src/barchartpoints.cpp
539
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT barchartpoints.lo -MD -MP -MF $(DEPDIR)/barchartpoints.Tpo -c -o barchartpoints.lo `test -f './wxchart/wxchart-1.0/src/barchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/barchartpoints.cpp
540
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/barchartpoints.Tpo $(DEPDIR)/barchartpoints.Plo
541
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/barchartpoints.cpp' object='barchartpoints.lo' libtool=yes @AMDEPBACKSLASH@
542
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o barchartpoints.lo `test -f './wxchart/wxchart-1.0/src/barchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/barchartpoints.cpp
544
 
 
545
 
pie3dchartpoints.lo: ./wxchart/wxchart-1.0/src/pie3dchartpoints.cpp
546
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pie3dchartpoints.lo -MD -MP -MF $(DEPDIR)/pie3dchartpoints.Tpo -c -o pie3dchartpoints.lo `test -f './wxchart/wxchart-1.0/src/pie3dchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/pie3dchartpoints.cpp
547
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/pie3dchartpoints.Tpo $(DEPDIR)/pie3dchartpoints.Plo
548
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/pie3dchartpoints.cpp' object='pie3dchartpoints.lo' libtool=yes @AMDEPBACKSLASH@
549
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pie3dchartpoints.lo `test -f './wxchart/wxchart-1.0/src/pie3dchartpoints.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/pie3dchartpoints.cpp
551
 
 
552
 
chartctrl.lo: ./wxchart/wxchart-1.0/src/chartctrl.cpp
553
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT chartctrl.lo -MD -MP -MF $(DEPDIR)/chartctrl.Tpo -c -o chartctrl.lo `test -f './wxchart/wxchart-1.0/src/chartctrl.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartctrl.cpp
554
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/chartctrl.Tpo $(DEPDIR)/chartctrl.Plo
555
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/chartctrl.cpp' object='chartctrl.lo' libtool=yes @AMDEPBACKSLASH@
556
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o chartctrl.lo `test -f './wxchart/wxchart-1.0/src/chartctrl.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/chartctrl.cpp
558
 
 
559
 
yaxis.lo: ./wxchart/wxchart-1.0/src/yaxis.cpp
560
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yaxis.lo -MD -MP -MF $(DEPDIR)/yaxis.Tpo -c -o yaxis.lo `test -f './wxchart/wxchart-1.0/src/yaxis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/yaxis.cpp
561
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/yaxis.Tpo $(DEPDIR)/yaxis.Plo
562
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxchart-1.0/src/yaxis.cpp' object='yaxis.lo' libtool=yes @AMDEPBACKSLASH@
563
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yaxis.lo `test -f './wxchart/wxchart-1.0/src/yaxis.cpp' || echo '$(srcdir)/'`./wxchart/wxchart-1.0/src/yaxis.cpp
 
477
wxsFlatNotebook.lo: ./wxflatnotebook/wxsFlatNotebook.cpp
 
478
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsFlatNotebook.lo -MD -MP -MF $(DEPDIR)/wxsFlatNotebook.Tpo -c -o wxsFlatNotebook.lo `test -f './wxflatnotebook/wxsFlatNotebook.cpp' || echo '$(srcdir)/'`./wxflatnotebook/wxsFlatNotebook.cpp
 
479
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxsFlatNotebook.Tpo $(DEPDIR)/wxsFlatNotebook.Plo
 
480
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxflatnotebook/wxsFlatNotebook.cpp' object='wxsFlatNotebook.lo' libtool=yes @AMDEPBACKSLASH@
 
481
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
482
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsFlatNotebook.lo `test -f './wxflatnotebook/wxsFlatNotebook.cpp' || echo '$(srcdir)/'`./wxflatnotebook/wxsFlatNotebook.cpp
565
483
 
566
484
wxschart.lo: ./wxchart/wxschart.cpp
567
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxschart.lo -MD -MP -MF $(DEPDIR)/wxschart.Tpo -c -o wxschart.lo `test -f './wxchart/wxschart.cpp' || echo '$(srcdir)/'`./wxchart/wxschart.cpp
568
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxschart.Tpo $(DEPDIR)/wxschart.Plo
 
485
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxschart.lo -MD -MP -MF $(DEPDIR)/wxschart.Tpo -c -o wxschart.lo `test -f './wxchart/wxschart.cpp' || echo '$(srcdir)/'`./wxchart/wxschart.cpp
 
486
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxschart.Tpo $(DEPDIR)/wxschart.Plo
569
487
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxchart/wxschart.cpp' object='wxschart.lo' libtool=yes @AMDEPBACKSLASH@
570
488
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxschart.lo `test -f './wxchart/wxschart.cpp' || echo '$(srcdir)/'`./wxchart/wxschart.cpp
572
 
 
573
 
toggle.lo: ./wxthings/wxthings/src/toggle.cpp
574
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT toggle.lo -MD -MP -MF $(DEPDIR)/toggle.Tpo -c -o toggle.lo `test -f './wxthings/wxthings/src/toggle.cpp' || echo '$(srcdir)/'`./wxthings/wxthings/src/toggle.cpp
575
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/toggle.Tpo $(DEPDIR)/toggle.Plo
576
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxthings/wxthings/src/toggle.cpp' object='toggle.lo' libtool=yes @AMDEPBACKSLASH@
577
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o toggle.lo `test -f './wxthings/wxthings/src/toggle.cpp' || echo '$(srcdir)/'`./wxthings/wxthings/src/toggle.cpp
 
489
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxschart.lo `test -f './wxchart/wxschart.cpp' || echo '$(srcdir)/'`./wxchart/wxschart.cpp
579
490
 
580
491
wxscustombutton.lo: ./wxthings/wxscustombutton.cpp
581
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxscustombutton.lo -MD -MP -MF $(DEPDIR)/wxscustombutton.Tpo -c -o wxscustombutton.lo `test -f './wxthings/wxscustombutton.cpp' || echo '$(srcdir)/'`./wxthings/wxscustombutton.cpp
582
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxscustombutton.Tpo $(DEPDIR)/wxscustombutton.Plo
 
492
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxscustombutton.lo -MD -MP -MF $(DEPDIR)/wxscustombutton.Tpo -c -o wxscustombutton.lo `test -f './wxthings/wxscustombutton.cpp' || echo '$(srcdir)/'`./wxthings/wxscustombutton.cpp
 
493
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxscustombutton.Tpo $(DEPDIR)/wxscustombutton.Plo
583
494
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxthings/wxscustombutton.cpp' object='wxscustombutton.lo' libtool=yes @AMDEPBACKSLASH@
584
495
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxscustombutton.lo `test -f './wxthings/wxscustombutton.cpp' || echo '$(srcdir)/'`./wxthings/wxscustombutton.cpp
586
 
 
587
 
wxsFlatNotebook.lo: ./wxflatnotebook/wxsFlatNotebook.cpp
588
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxsFlatNotebook.lo -MD -MP -MF $(DEPDIR)/wxsFlatNotebook.Tpo -c -o wxsFlatNotebook.lo `test -f './wxflatnotebook/wxsFlatNotebook.cpp' || echo '$(srcdir)/'`./wxflatnotebook/wxsFlatNotebook.cpp
589
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxsFlatNotebook.Tpo $(DEPDIR)/wxsFlatNotebook.Plo
590
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxflatnotebook/wxsFlatNotebook.cpp' object='wxsFlatNotebook.lo' libtool=yes @AMDEPBACKSLASH@
591
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxsFlatNotebook.lo `test -f './wxflatnotebook/wxsFlatNotebook.cpp' || echo '$(srcdir)/'`./wxflatnotebook/wxsFlatNotebook.cpp
 
496
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxscustombutton.lo `test -f './wxthings/wxscustombutton.cpp' || echo '$(srcdir)/'`./wxthings/wxscustombutton.cpp
593
497
 
594
498
wxSmithContribItems.lo: ./wxSmithContribItems.cpp
595
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxSmithContribItems.lo -MD -MP -MF $(DEPDIR)/wxSmithContribItems.Tpo -c -o wxSmithContribItems.lo `test -f './wxSmithContribItems.cpp' || echo '$(srcdir)/'`./wxSmithContribItems.cpp
596
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wxSmithContribItems.Tpo $(DEPDIR)/wxSmithContribItems.Plo
 
499
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxSmithContribItems.lo -MD -MP -MF $(DEPDIR)/wxSmithContribItems.Tpo -c -o wxSmithContribItems.lo `test -f './wxSmithContribItems.cpp' || echo '$(srcdir)/'`./wxSmithContribItems.cpp
 
500
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/wxSmithContribItems.Tpo $(DEPDIR)/wxSmithContribItems.Plo
597
501
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='./wxSmithContribItems.cpp' object='wxSmithContribItems.lo' libtool=yes @AMDEPBACKSLASH@
598
502
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxSmithContribItems.lo `test -f './wxSmithContribItems.cpp' || echo '$(srcdir)/'`./wxSmithContribItems.cpp
 
503
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxSmithContribItems.lo `test -f './wxSmithContribItems.cpp' || echo '$(srcdir)/'`./wxSmithContribItems.cpp
600
504
 
601
505
mostlyclean-libtool:
602
506
        -rm -f *.lo
603
507
 
604
508
clean-libtool:
605
509
        -rm -rf .libs _libs
 
510
install-pkgconfigDATA: $(pkgconfig_DATA)
 
511
        @$(NORMAL_INSTALL)
 
512
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
513
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
514
        for p in $$list; do \
 
515
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
516
          echo "$$d$$p"; \
 
517
        done | $(am__base_list) | \
 
518
        while read files; do \
 
519
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
520
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
521
        done
 
522
 
 
523
uninstall-pkgconfigDATA:
 
524
        @$(NORMAL_UNINSTALL)
 
525
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
526
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
527
        test -n "$$files" || exit 0; \
 
528
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
529
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
606
530
install-pkgdataDATA: $(pkgdata_DATA)
607
531
        @$(NORMAL_INSTALL)
608
532
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
609
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
533
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
534
        for p in $$list; do \
610
535
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
611
 
          f=$(am__strip_dir) \
612
 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
613
 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
536
          echo "$$d$$p"; \
 
537
        done | $(am__base_list) | \
 
538
        while read files; do \
 
539
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
540
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
614
541
        done
615
542
 
616
543
uninstall-pkgdataDATA:
617
544
        @$(NORMAL_UNINSTALL)
618
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
619
 
          f=$(am__strip_dir) \
620
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
621
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
545
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
546
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
547
        test -n "$$files" || exit 0; \
 
548
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
549
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
 
550
 
 
551
# This directory's subdirectories are mostly independent; you can cd
 
552
# into them and run `make' without going through this Makefile.
 
553
# To change the values of `make' variables: instead of editing Makefiles,
 
554
# (1) if the variable is set in `config.status', edit `config.status'
 
555
#     (which will cause the Makefiles to be regenerated when you run `make');
 
556
# (2) otherwise, pass the desired values on the `make' command line.
 
557
$(RECURSIVE_TARGETS):
 
558
        @fail= failcom='exit 1'; \
 
559
        for f in x $$MAKEFLAGS; do \
 
560
          case $$f in \
 
561
            *=* | --[!k]*);; \
 
562
            *k*) failcom='fail=yes';; \
 
563
          esac; \
 
564
        done; \
 
565
        dot_seen=no; \
 
566
        target=`echo $@ | sed s/-recursive//`; \
 
567
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
568
          echo "Making $$target in $$subdir"; \
 
569
          if test "$$subdir" = "."; then \
 
570
            dot_seen=yes; \
 
571
            local_target="$$target-am"; \
 
572
          else \
 
573
            local_target="$$target"; \
 
574
          fi; \
 
575
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
576
          || eval $$failcom; \
 
577
        done; \
 
578
        if test "$$dot_seen" = "no"; then \
 
579
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
580
        fi; test -z "$$fail"
 
581
 
 
582
$(RECURSIVE_CLEAN_TARGETS):
 
583
        @fail= failcom='exit 1'; \
 
584
        for f in x $$MAKEFLAGS; do \
 
585
          case $$f in \
 
586
            *=* | --[!k]*);; \
 
587
            *k*) failcom='fail=yes';; \
 
588
          esac; \
 
589
        done; \
 
590
        dot_seen=no; \
 
591
        case "$@" in \
 
592
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
593
          *) list='$(SUBDIRS)' ;; \
 
594
        esac; \
 
595
        rev=''; for subdir in $$list; do \
 
596
          if test "$$subdir" = "."; then :; else \
 
597
            rev="$$subdir $$rev"; \
 
598
          fi; \
 
599
        done; \
 
600
        rev="$$rev ."; \
 
601
        target=`echo $@ | sed s/-recursive//`; \
 
602
        for subdir in $$rev; do \
 
603
          echo "Making $$target in $$subdir"; \
 
604
          if test "$$subdir" = "."; then \
 
605
            local_target="$$target-am"; \
 
606
          else \
 
607
            local_target="$$target"; \
 
608
          fi; \
 
609
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
610
          || eval $$failcom; \
 
611
        done && test -z "$$fail"
 
612
tags-recursive:
 
613
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
614
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
615
        done
 
616
ctags-recursive:
 
617
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
618
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
622
619
        done
623
620
 
624
621
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
626
623
        unique=`for i in $$list; do \
627
624
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628
625
          done | \
629
 
          $(AWK) '    { files[$$0] = 1; } \
630
 
               END { for (i in files) print i; }'`; \
 
626
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
627
              END { if (nonempty) { for (i in files) print i; }; }'`; \
631
628
        mkid -fID $$unique
632
629
tags: TAGS
633
630
 
634
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
631
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
635
632
                $(TAGS_FILES) $(LISP)
636
 
        tags=; \
 
633
        set x; \
637
634
        here=`pwd`; \
 
635
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
636
          include_option=--etags-include; \
 
637
          empty_fix=.; \
 
638
        else \
 
639
          include_option=--include; \
 
640
          empty_fix=; \
 
641
        fi; \
 
642
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
643
          if test "$$subdir" = .; then :; else \
 
644
            test ! -f $$subdir/TAGS || \
 
645
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
646
          fi; \
 
647
        done; \
638
648
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
639
649
        unique=`for i in $$list; do \
640
650
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
641
651
          done | \
642
 
          $(AWK) '    { files[$$0] = 1; } \
643
 
               END { for (i in files) print i; }'`; \
644
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
652
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
653
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
654
        shift; \
 
655
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
645
656
          test -n "$$unique" || unique=$$empty_fix; \
646
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
647
 
            $$tags $$unique; \
 
657
          if test $$# -gt 0; then \
 
658
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
659
              "$$@" $$unique; \
 
660
          else \
 
661
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
662
              $$unique; \
 
663
          fi; \
648
664
        fi
649
665
ctags: CTAGS
650
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
666
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
651
667
                $(TAGS_FILES) $(LISP)
652
 
        tags=; \
653
 
        here=`pwd`; \
654
668
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
655
669
        unique=`for i in $$list; do \
656
670
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657
671
          done | \
658
 
          $(AWK) '    { files[$$0] = 1; } \
659
 
               END { for (i in files) print i; }'`; \
660
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
672
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
673
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
674
        test -z "$(CTAGS_ARGS)$$unique" \
661
675
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
662
 
             $$tags $$unique
 
676
             $$unique
663
677
 
664
678
GTAGS:
665
679
        here=`$(am__cd) $(top_builddir) && pwd` \
666
 
          && cd $(top_srcdir) \
667
 
          && gtags -i $(GTAGS_ARGS) $$here
 
680
          && $(am__cd) $(top_srcdir) \
 
681
          && gtags -i $(GTAGS_ARGS) "$$here"
668
682
 
669
683
distclean-tags:
670
684
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685
699
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686
700
          if test -d $$d/$$file; then \
687
701
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
702
            if test -d "$(distdir)/$$file"; then \
 
703
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
704
            fi; \
688
705
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
689
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
706
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
707
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690
708
            fi; \
691
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
709
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692
710
          else \
693
 
            test -f $(distdir)/$$file \
694
 
            || cp -p $$d/$$file $(distdir)/$$file \
695
 
            || exit 1; \
 
711
            test -f "$(distdir)/$$file" \
 
712
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
713
            || exit 1; \
 
714
          fi; \
 
715
        done
 
716
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
717
          if test "$$subdir" = .; then :; else \
 
718
            test -d "$(distdir)/$$subdir" \
 
719
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
720
            || exit 1; \
 
721
          fi; \
 
722
        done
 
723
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
724
          if test "$$subdir" = .; then :; else \
 
725
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
726
            $(am__relativize); \
 
727
            new_distdir=$$reldir; \
 
728
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
729
            $(am__relativize); \
 
730
            new_top_distdir=$$reldir; \
 
731
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
732
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
733
            ($(am__cd) $$subdir && \
 
734
              $(MAKE) $(AM_MAKEFLAGS) \
 
735
                top_distdir="$$new_top_distdir" \
 
736
                distdir="$$new_distdir" \
 
737
                am__remove_distdir=: \
 
738
                am__skip_length_check=: \
 
739
                am__skip_mode_fix=: \
 
740
                distdir) \
 
741
              || exit 1; \
696
742
          fi; \
697
743
        done
698
744
check-am: all-am
699
 
check: check-am
 
745
check: check-recursive
700
746
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
701
 
installdirs:
702
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgdatadir)"; do \
 
747
installdirs: installdirs-recursive
 
748
installdirs-am:
 
749
        for dir in "$(DESTDIR)$(pluginlibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)"; do \
703
750
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
704
751
        done
705
 
install: install-am
706
 
install-exec: install-exec-am
707
 
install-data: install-data-am
708
 
uninstall: uninstall-am
 
752
install: install-recursive
 
753
install-exec: install-exec-recursive
 
754
install-data: install-data-recursive
 
755
uninstall: uninstall-recursive
709
756
 
710
757
install-am: all-am
711
758
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
759
 
713
 
installcheck: installcheck-am
 
760
installcheck: installcheck-recursive
714
761
install-strip:
715
762
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716
763
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
723
770
 
724
771
distclean-generic:
725
772
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
773
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
726
774
 
727
775
maintainer-clean-generic:
728
776
        @echo "This command is intended for maintainers to use"
729
777
        @echo "it deletes files that may require special tools to rebuild."
730
 
clean: clean-am
 
778
clean: clean-recursive
731
779
 
732
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
780
clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \
733
781
        mostlyclean-am
734
782
 
735
 
distclean: distclean-am
 
783
distclean: distclean-recursive
736
784
        -rm -rf ./$(DEPDIR)
737
785
        -rm -f Makefile
738
786
distclean-am: clean-am distclean-compile distclean-generic \
739
787
        distclean-tags
740
788
 
741
 
dvi: dvi-am
 
789
dvi: dvi-recursive
742
790
 
743
791
dvi-am:
744
792
 
745
 
html: html-am
746
 
 
747
 
info: info-am
 
793
html: html-recursive
 
794
 
 
795
html-am:
 
796
 
 
797
info: info-recursive
748
798
 
749
799
info-am:
750
800
 
751
 
install-data-am: install-pkgdataDATA
752
 
 
753
 
install-dvi: install-dvi-am
754
 
 
755
 
install-exec-am: install-libLTLIBRARIES
756
 
 
757
 
install-html: install-html-am
758
 
 
759
 
install-info: install-info-am
 
801
install-data-am: install-pkgconfigDATA install-pkgdataDATA \
 
802
        install-pluginlibLTLIBRARIES
 
803
 
 
804
install-dvi: install-dvi-recursive
 
805
 
 
806
install-dvi-am:
 
807
 
 
808
install-exec-am:
 
809
 
 
810
install-html: install-html-recursive
 
811
 
 
812
install-html-am:
 
813
 
 
814
install-info: install-info-recursive
 
815
 
 
816
install-info-am:
760
817
 
761
818
install-man:
762
819
 
763
 
install-pdf: install-pdf-am
764
 
 
765
 
install-ps: install-ps-am
 
820
install-pdf: install-pdf-recursive
 
821
 
 
822
install-pdf-am:
 
823
 
 
824
install-ps: install-ps-recursive
 
825
 
 
826
install-ps-am:
766
827
 
767
828
installcheck-am:
768
829
 
769
 
maintainer-clean: maintainer-clean-am
 
830
maintainer-clean: maintainer-clean-recursive
770
831
        -rm -rf ./$(DEPDIR)
771
832
        -rm -f Makefile
772
833
maintainer-clean-am: distclean-am maintainer-clean-generic
773
834
 
774
 
mostlyclean: mostlyclean-am
 
835
mostlyclean: mostlyclean-recursive
775
836
 
776
837
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
777
838
        mostlyclean-libtool
778
839
 
779
 
pdf: pdf-am
 
840
pdf: pdf-recursive
780
841
 
781
842
pdf-am:
782
843
 
783
 
ps: ps-am
 
844
ps: ps-recursive
784
845
 
785
846
ps-am:
786
847
 
787
 
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgdataDATA
788
 
 
789
 
.MAKE: install-am install-strip
790
 
 
791
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
792
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
848
uninstall-am: uninstall-pkgconfigDATA uninstall-pkgdataDATA \
 
849
        uninstall-pluginlibLTLIBRARIES
 
850
 
 
851
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
852
        install-am install-strip tags-recursive
 
853
 
 
854
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
855
        all all-am check check-am clean clean-generic clean-libtool \
 
856
        clean-pluginlibLTLIBRARIES ctags ctags-recursive distclean \
793
857
        distclean-compile distclean-generic distclean-libtool \
794
858
        distclean-tags distdir dvi dvi-am html html-am info info-am \
795
859
        install install-am install-data install-data-am install-dvi \
796
860
        install-dvi-am install-exec install-exec-am install-html \
797
 
        install-html-am install-info install-info-am \
798
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
799
 
        install-pkgdataDATA install-ps install-ps-am install-strip \
800
 
        installcheck installcheck-am installdirs maintainer-clean \
 
861
        install-html-am install-info install-info-am install-man \
 
862
        install-pdf install-pdf-am install-pkgconfigDATA \
 
863
        install-pkgdataDATA install-pluginlibLTLIBRARIES install-ps \
 
864
        install-ps-am install-strip installcheck installcheck-am \
 
865
        installdirs installdirs-am maintainer-clean \
801
866
        maintainer-clean-generic mostlyclean mostlyclean-compile \
802
867
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
803
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
804
 
        uninstall-pkgdataDATA
 
868
        tags tags-recursive uninstall uninstall-am \
 
869
        uninstall-pkgconfigDATA uninstall-pkgdataDATA \
 
870
        uninstall-pluginlibLTLIBRARIES
805
871
 
806
872
 
807
873
wxsmithcontribitems.zip: manifest.xml
808
874
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/wxsmithcontribitems.zip manifest.xml > /dev/null
 
875
 
809
876
# Tell versions [3.59,3.63) of GNU make to not export all variables.
810
877
# Otherwise a system limit (for SysV at least) may be exceeded.
811
878
.NOEXPORT: