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

« back to all changes in this revision

Viewing changes to src/plugins/classwizard/Makefile.in

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

Show diffs side-by-side

added added

removed removed

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