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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/symtab/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = src/plugins/contrib/symtab
 
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
libSymTab_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
59
        ../../../sdk/libcodeblocks.la
 
60
am_libSymTab_la_OBJECTS = symtabconfig.lo symtab.lo symtabexec.lo
 
61
libSymTab_la_OBJECTS = $(am_libSymTab_la_OBJECTS)
 
62
libSymTab_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
63
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
64
        $(CXXFLAGS) $(libSymTab_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 = $(libSymTab_la_SOURCES)
 
78
DIST_SOURCES = $(libSymTab_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 = libSymTab.la
 
258
libSymTab_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
 
259
libSymTab_la_LIBADD = $(PLUGIN_WX_LIBS) ../../../sdk/libcodeblocks.la
 
260
libSymTab_la_SOURCES = symtabconfig.cpp \
 
261
                        symtab.cpp \
 
262
                        symtabexec.cpp
 
263
 
 
264
noinst_HEADERS = symtabconfig.h \
 
265
                        symtabexec.h \
 
266
                        symtab.h
 
267
 
 
268
EXTRA_DIST = symtab.cbp \
 
269
                        symtab-unix.cbp
 
270
 
 
271
all: all-recursive
 
272
 
 
273
.SUFFIXES:
 
274
.SUFFIXES: .cpp .lo .o .obj
 
275
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
276
        @for dep in $?; do \
 
277
          case '$(am__configure_deps)' in \
 
278
            *$$dep*) \
 
279
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
280
                && exit 0; \
 
281
              exit 1;; \
 
282
          esac; \
 
283
        done; \
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugins/contrib/symtab/Makefile'; \
 
285
        cd $(top_srcdir) && \
 
286
          $(AUTOMAKE) --foreign  src/plugins/contrib/symtab/Makefile
 
287
.PRECIOUS: Makefile
 
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
289
        @case '$?' in \
 
290
          *config.status*) \
 
291
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
 
 
300
$(top_srcdir)/configure:  $(am__configure_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
305
        @$(NORMAL_INSTALL)
 
306
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
307
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
308
          if test -f $$p; then \
 
309
            f=$(am__strip_dir) \
 
310
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
311
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
312
          else :; fi; \
 
313
        done
 
314
 
 
315
uninstall-libLTLIBRARIES:
 
316
        @$(NORMAL_UNINSTALL)
 
317
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
318
          p=$(am__strip_dir) \
 
319
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
320
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
321
        done
 
322
 
 
323
clean-libLTLIBRARIES:
 
324
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
325
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
326
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
327
          test "$$dir" != "$$p" || dir=.; \
 
328
          echo "rm -f \"$${dir}/so_locations\""; \
 
329
          rm -f "$${dir}/so_locations"; \
 
330
        done
 
331
libSymTab.la: $(libSymTab_la_OBJECTS) $(libSymTab_la_DEPENDENCIES) 
 
332
        $(libSymTab_la_LINK) -rpath $(libdir) $(libSymTab_la_OBJECTS) $(libSymTab_la_LIBADD) $(LIBS)
 
333
 
 
334
mostlyclean-compile:
 
335
        -rm -f *.$(OBJEXT)
 
336
 
 
337
distclean-compile:
 
338
        -rm -f *.tab.c
 
339
 
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabconfig.Plo@am__quote@
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtabexec.Plo@am__quote@
 
343
 
 
344
.cpp.o:
 
345
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
346
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
347
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
348
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
349
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
350
 
 
351
.cpp.obj:
 
352
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
353
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
355
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
356
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
357
 
 
358
.cpp.lo:
 
359
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
360
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
362
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
363
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
364
 
 
365
mostlyclean-libtool:
 
366
        -rm -f *.lo
 
367
 
 
368
clean-libtool:
 
369
        -rm -rf .libs _libs
 
370
 
 
371
# This directory's subdirectories are mostly independent; you can cd
 
372
# into them and run `make' without going through this Makefile.
 
373
# To change the values of `make' variables: instead of editing Makefiles,
 
374
# (1) if the variable is set in `config.status', edit `config.status'
 
375
#     (which will cause the Makefiles to be regenerated when you run `make');
 
376
# (2) otherwise, pass the desired values on the `make' command line.
 
377
$(RECURSIVE_TARGETS):
 
378
        @failcom='exit 1'; \
 
379
        for f in x $$MAKEFLAGS; do \
 
380
          case $$f in \
 
381
            *=* | --[!k]*);; \
 
382
            *k*) failcom='fail=yes';; \
 
383
          esac; \
 
384
        done; \
 
385
        dot_seen=no; \
 
386
        target=`echo $@ | sed s/-recursive//`; \
 
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
388
          echo "Making $$target in $$subdir"; \
 
389
          if test "$$subdir" = "."; then \
 
390
            dot_seen=yes; \
 
391
            local_target="$$target-am"; \
 
392
          else \
 
393
            local_target="$$target"; \
 
394
          fi; \
 
395
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
396
          || eval $$failcom; \
 
397
        done; \
 
398
        if test "$$dot_seen" = "no"; then \
 
399
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
400
        fi; test -z "$$fail"
 
401
 
 
402
$(RECURSIVE_CLEAN_TARGETS):
 
403
        @failcom='exit 1'; \
 
404
        for f in x $$MAKEFLAGS; do \
 
405
          case $$f in \
 
406
            *=* | --[!k]*);; \
 
407
            *k*) failcom='fail=yes';; \
 
408
          esac; \
 
409
        done; \
 
410
        dot_seen=no; \
 
411
        case "$@" in \
 
412
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
413
          *) list='$(SUBDIRS)' ;; \
 
414
        esac; \
 
415
        rev=''; for subdir in $$list; do \
 
416
          if test "$$subdir" = "."; then :; else \
 
417
            rev="$$subdir $$rev"; \
 
418
          fi; \
 
419
        done; \
 
420
        rev="$$rev ."; \
 
421
        target=`echo $@ | sed s/-recursive//`; \
 
422
        for subdir in $$rev; do \
 
423
          echo "Making $$target in $$subdir"; \
 
424
          if test "$$subdir" = "."; then \
 
425
            local_target="$$target-am"; \
 
426
          else \
 
427
            local_target="$$target"; \
 
428
          fi; \
 
429
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
430
          || eval $$failcom; \
 
431
        done && test -z "$$fail"
 
432
tags-recursive:
 
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
434
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
435
        done
 
436
ctags-recursive:
 
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
438
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
439
        done
 
440
 
 
441
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
442
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
443
        unique=`for i in $$list; do \
 
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
445
          done | \
 
446
          $(AWK) '    { files[$$0] = 1; } \
 
447
               END { for (i in files) print i; }'`; \
 
448
        mkid -fID $$unique
 
449
tags: TAGS
 
450
 
 
451
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
452
                $(TAGS_FILES) $(LISP)
 
453
        tags=; \
 
454
        here=`pwd`; \
 
455
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
456
          include_option=--etags-include; \
 
457
          empty_fix=.; \
 
458
        else \
 
459
          include_option=--include; \
 
460
          empty_fix=; \
 
461
        fi; \
 
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
463
          if test "$$subdir" = .; then :; else \
 
464
            test ! -f $$subdir/TAGS || \
 
465
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
466
          fi; \
 
467
        done; \
 
468
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
469
        unique=`for i in $$list; do \
 
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
471
          done | \
 
472
          $(AWK) '    { files[$$0] = 1; } \
 
473
               END { for (i in files) print i; }'`; \
 
474
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
475
          test -n "$$unique" || unique=$$empty_fix; \
 
476
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
477
            $$tags $$unique; \
 
478
        fi
 
479
ctags: CTAGS
 
480
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
481
                $(TAGS_FILES) $(LISP)
 
482
        tags=; \
 
483
        here=`pwd`; \
 
484
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
485
        unique=`for i in $$list; do \
 
486
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
487
          done | \
 
488
          $(AWK) '    { files[$$0] = 1; } \
 
489
               END { for (i in files) print i; }'`; \
 
490
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
491
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
492
             $$tags $$unique
 
493
 
 
494
GTAGS:
 
495
        here=`$(am__cd) $(top_builddir) && pwd` \
 
496
          && cd $(top_srcdir) \
 
497
          && gtags -i $(GTAGS_ARGS) $$here
 
498
 
 
499
distclean-tags:
 
500
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
501
 
 
502
distdir: $(DISTFILES)
 
503
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
504
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
505
        list='$(DISTFILES)'; \
 
506
          dist_files=`for file in $$list; do echo $$file; done | \
 
507
          sed -e "s|^$$srcdirstrip/||;t" \
 
508
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
509
        case $$dist_files in \
 
510
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
511
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
512
                           sort -u` ;; \
 
513
        esac; \
 
514
        for file in $$dist_files; do \
 
515
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
516
          if test -d $$d/$$file; then \
 
517
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
518
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
519
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
520
            fi; \
 
521
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
522
          else \
 
523
            test -f $(distdir)/$$file \
 
524
            || cp -p $$d/$$file $(distdir)/$$file \
 
525
            || exit 1; \
 
526
          fi; \
 
527
        done
 
528
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
529
          if test "$$subdir" = .; then :; else \
 
530
            test -d "$(distdir)/$$subdir" \
 
531
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
532
            || exit 1; \
 
533
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
534
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
535
            (cd $$subdir && \
 
536
              $(MAKE) $(AM_MAKEFLAGS) \
 
537
                top_distdir="$$top_distdir" \
 
538
                distdir="$$distdir/$$subdir" \
 
539
                am__remove_distdir=: \
 
540
                am__skip_length_check=: \
 
541
                distdir) \
 
542
              || exit 1; \
 
543
          fi; \
 
544
        done
 
545
check-am: all-am
 
546
check: check-recursive
 
547
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
548
installdirs: installdirs-recursive
 
549
installdirs-am:
 
550
        for dir in "$(DESTDIR)$(libdir)"; do \
 
551
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
552
        done
 
553
install: install-recursive
 
554
install-exec: install-exec-recursive
 
555
install-data: install-data-recursive
 
556
uninstall: uninstall-recursive
 
557
 
 
558
install-am: all-am
 
559
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
560
 
 
561
installcheck: installcheck-recursive
 
562
install-strip:
 
563
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
564
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
565
          `test -z '$(STRIP)' || \
 
566
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
567
mostlyclean-generic:
 
568
 
 
569
clean-generic:
 
570
 
 
571
distclean-generic:
 
572
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
573
 
 
574
maintainer-clean-generic:
 
575
        @echo "This command is intended for maintainers to use"
 
576
        @echo "it deletes files that may require special tools to rebuild."
 
577
clean: clean-recursive
 
578
 
 
579
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
580
        mostlyclean-am
 
581
 
 
582
distclean: distclean-recursive
 
583
        -rm -rf ./$(DEPDIR)
 
584
        -rm -f Makefile
 
585
distclean-am: clean-am distclean-compile distclean-generic \
 
586
        distclean-tags
 
587
 
 
588
dvi: dvi-recursive
 
589
 
 
590
dvi-am:
 
591
 
 
592
html: html-recursive
 
593
 
 
594
info: info-recursive
 
595
 
 
596
info-am:
 
597
 
 
598
install-data-am:
 
599
 
 
600
install-dvi: install-dvi-recursive
 
601
 
 
602
install-exec-am: install-libLTLIBRARIES
 
603
 
 
604
install-html: install-html-recursive
 
605
 
 
606
install-info: install-info-recursive
 
607
 
 
608
install-man:
 
609
 
 
610
install-pdf: install-pdf-recursive
 
611
 
 
612
install-ps: install-ps-recursive
 
613
 
 
614
installcheck-am:
 
615
 
 
616
maintainer-clean: maintainer-clean-recursive
 
617
        -rm -rf ./$(DEPDIR)
 
618
        -rm -f Makefile
 
619
maintainer-clean-am: distclean-am maintainer-clean-generic
 
620
 
 
621
mostlyclean: mostlyclean-recursive
 
622
 
 
623
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
624
        mostlyclean-libtool
 
625
 
 
626
pdf: pdf-recursive
 
627
 
 
628
pdf-am:
 
629
 
 
630
ps: ps-recursive
 
631
 
 
632
ps-am:
 
633
 
 
634
uninstall-am: uninstall-libLTLIBRARIES
 
635
 
 
636
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
637
        install-strip
 
638
 
 
639
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
640
        all all-am check check-am clean clean-generic \
 
641
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
 
642
        distclean distclean-compile distclean-generic \
 
643
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
644
        html-am info info-am install install-am install-data \
 
645
        install-data-am install-dvi install-dvi-am install-exec \
 
646
        install-exec-am install-html install-html-am install-info \
 
647
        install-info-am install-libLTLIBRARIES install-man install-pdf \
 
648
        install-pdf-am install-ps install-ps-am install-strip \
 
649
        installcheck installcheck-am installdirs installdirs-am \
 
650
        maintainer-clean maintainer-clean-generic mostlyclean \
 
651
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
652
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
653
        uninstall-libLTLIBRARIES
 
654
 
 
655
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
656
# Otherwise a system limit (for SysV at least) may be exceeded.
 
657
.NOEXPORT: