/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Tim Marston
  • Date: 2015-02-26 08:59:36 UTC
  • Revision ID: tim@ed.am-20150226085936-xe43in8bfz6f6nxb
fixed some missing/incorrect includes

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# Makefile.am -- process this file with automake to produce Makefile.in
19
 
 
20
 
VPATH = @srcdir@
21
 
pkgdatadir = $(datadir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = src
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/configure.ac
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
CONFIG_CLEAN_VPATH_FILES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
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)$(libdir)"
74
 
LTLIBRARIES = $(lib_LTLIBRARIES)
75
 
libsqlite3cc_la_LIBADD =
76
 
am_libsqlite3cc_la_OBJECTS = database.lo exception.lo \
77
 
        basic_statement.lo command.lo query.lo row.lo transaction.lo \
78
 
        manipulator.lo util.lo
79
 
libsqlite3cc_la_OBJECTS = $(am_libsqlite3cc_la_OBJECTS)
80
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
 
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
82
 
am__depfiles_maybe = depfiles
83
 
am__mv = mv -f
84
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
86
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89
 
CXXLD = $(CXX)
90
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
92
 
        $(LDFLAGS) -o $@
93
 
SOURCES = $(libsqlite3cc_la_SOURCES)
94
 
DIST_SOURCES = $(libsqlite3cc_la_SOURCES)
95
 
ETAGS = etags
96
 
CTAGS = ctags
97
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
 
ACLOCAL = @ACLOCAL@
99
 
AMTAR = @AMTAR@
100
 
AR = @AR@
101
 
AUTOCONF = @AUTOCONF@
102
 
AUTOHEADER = @AUTOHEADER@
103
 
AUTOMAKE = @AUTOMAKE@
104
 
AWK = @AWK@
105
 
CC = @CC@
106
 
CCDEPMODE = @CCDEPMODE@
107
 
CFLAGS = @CFLAGS@
108
 
CPP = @CPP@
109
 
CPPFLAGS = @CPPFLAGS@
110
 
CXX = @CXX@
111
 
CXXCPP = @CXXCPP@
112
 
CXXDEPMODE = @CXXDEPMODE@
113
 
CXXFLAGS = @CXXFLAGS@
114
 
CYGPATH_W = @CYGPATH_W@
115
 
DEFS = @DEFS@
116
 
DEPDIR = @DEPDIR@
117
 
DSYMUTIL = @DSYMUTIL@
118
 
DUMPBIN = @DUMPBIN@
119
 
ECHO_C = @ECHO_C@
120
 
ECHO_N = @ECHO_N@
121
 
ECHO_T = @ECHO_T@
122
 
EGREP = @EGREP@
123
 
EXEEXT = @EXEEXT@
124
 
FGREP = @FGREP@
125
 
GREP = @GREP@
126
 
INSTALL = @INSTALL@
127
 
INSTALL_DATA = @INSTALL_DATA@
128
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
130
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131
 
LD = @LD@
132
 
LDFLAGS = @LDFLAGS@
133
 
LIBOBJS = @LIBOBJS@
134
 
LIBS = @LIBS@
135
 
LIBTOOL = @LIBTOOL@
136
 
LIPO = @LIPO@
137
 
LN_S = @LN_S@
138
 
LTLIBOBJS = @LTLIBOBJS@
139
 
MAKEINFO = @MAKEINFO@
140
 
MKDIR_P = @MKDIR_P@
141
 
NM = @NM@
142
 
NMEDIT = @NMEDIT@
143
 
OBJDUMP = @OBJDUMP@
144
 
OBJEXT = @OBJEXT@
145
 
OTOOL = @OTOOL@
146
 
OTOOL64 = @OTOOL64@
147
 
PACKAGE = @PACKAGE@
148
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
 
PACKAGE_NAME = @PACKAGE_NAME@
150
 
PACKAGE_STRING = @PACKAGE_STRING@
151
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
152
 
PACKAGE_URL = @PACKAGE_URL@
153
 
PACKAGE_VERSION = @PACKAGE_VERSION@
154
 
PATH_SEPARATOR = @PATH_SEPARATOR@
155
 
RANLIB = @RANLIB@
156
 
SED = @SED@
157
 
SET_MAKE = @SET_MAKE@
158
 
SHELL = @SHELL@
159
 
STRIP = @STRIP@
160
 
VERSION = @VERSION@
161
 
abs_builddir = @abs_builddir@
162
 
abs_srcdir = @abs_srcdir@
163
 
abs_top_builddir = @abs_top_builddir@
164
 
abs_top_srcdir = @abs_top_srcdir@
165
 
ac_ct_CC = @ac_ct_CC@
166
 
ac_ct_CXX = @ac_ct_CXX@
167
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168
 
am__include = @am__include@
169
 
am__leading_dot = @am__leading_dot@
170
 
am__quote = @am__quote@
171
 
am__tar = @am__tar@
172
 
am__untar = @am__untar@
173
 
bindir = @bindir@
174
 
build = @build@
175
 
build_alias = @build_alias@
176
 
build_cpu = @build_cpu@
177
 
build_os = @build_os@
178
 
build_vendor = @build_vendor@
179
 
builddir = @builddir@
180
 
datadir = @datadir@
181
 
datarootdir = @datarootdir@
182
 
docdir = @docdir@
183
 
dvidir = @dvidir@
184
 
exec_prefix = @exec_prefix@
185
 
host = @host@
186
 
host_alias = @host_alias@
187
 
host_cpu = @host_cpu@
188
 
host_os = @host_os@
189
 
host_vendor = @host_vendor@
190
 
htmldir = @htmldir@
191
 
includedir = @includedir@
192
 
infodir = @infodir@
193
 
install_sh = @install_sh@
194
 
libdir = @libdir@
195
 
libexecdir = @libexecdir@
196
 
localedir = @localedir@
197
 
localstatedir = @localstatedir@
198
 
lt_ECHO = @lt_ECHO@
199
 
mandir = @mandir@
200
 
mkdir_p = @mkdir_p@
201
 
oldincludedir = @oldincludedir@
202
 
pdfdir = @pdfdir@
203
 
prefix = @prefix@
204
 
program_transform_name = @program_transform_name@
205
 
psdir = @psdir@
206
 
sbindir = @sbindir@
207
 
sharedstatedir = @sharedstatedir@
208
 
srcdir = @srcdir@
209
 
sysconfdir = @sysconfdir@
210
 
target_alias = @target_alias@
211
 
top_build_prefix = @top_build_prefix@
212
 
top_builddir = @top_builddir@
213
 
top_srcdir = @top_srcdir@
214
 
AM_CPPFLAGS = -I$(top_srcdir)/include
215
 
lib_LTLIBRARIES = libsqlite3cc.la
216
 
libsqlite3cc_la_SOURCES = \
217
 
        database.cc \
218
 
        exception.cc \
219
 
        basic_statement.cc \
220
 
        command.cc \
221
 
        query.cc \
222
 
        row.cc \
223
 
        transaction.cc \
224
 
        manipulator.cc \
225
 
        util.cc
226
 
 
227
 
all: all-am
228
 
 
229
 
.SUFFIXES:
230
 
.SUFFIXES: .cc .lo .o .obj
231
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
232
 
        @for dep in $?; do \
233
 
          case '$(am__configure_deps)' in \
234
 
            *$$dep*) \
235
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
236
 
                && { if test -f $@; then exit 0; else break; fi; }; \
237
 
              exit 1;; \
238
 
          esac; \
239
 
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
241
 
        $(am__cd) $(top_srcdir) && \
242
 
          $(AUTOMAKE) --foreign src/Makefile
243
 
.PRECIOUS: Makefile
244
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
 
        @case '$?' in \
246
 
          *config.status*) \
247
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248
 
          *) \
249
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251
 
        esac;
252
 
 
253
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
 
256
 
$(top_srcdir)/configure:  $(am__configure_deps)
257
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
$(am__aclocal_m4_deps):
261
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
262
 
        @$(NORMAL_INSTALL)
263
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
264
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
265
 
        list2=; for p in $$list; do \
266
 
          if test -f $$p; then \
267
 
            list2="$$list2 $$p"; \
268
 
          else :; fi; \
269
 
        done; \
270
 
        test -z "$$list2" || { \
271
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
272
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
273
 
        }
274
 
 
275
 
uninstall-libLTLIBRARIES:
276
 
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
278
 
        for p in $$list; do \
279
 
          $(am__strip_dir) \
280
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
281
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
282
 
        done
283
 
 
284
 
clean-libLTLIBRARIES:
285
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
286
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
287
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
288
 
          test "$$dir" != "$$p" || dir=.; \
289
 
          echo "rm -f \"$${dir}/so_locations\""; \
290
 
          rm -f "$${dir}/so_locations"; \
291
 
        done
292
 
libsqlite3cc.la: $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_DEPENDENCIES) 
293
 
        $(CXXLINK) -rpath $(libdir) $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_LIBADD) $(LIBS)
294
 
 
295
 
mostlyclean-compile:
296
 
        -rm -f *.$(OBJEXT)
297
 
 
298
 
distclean-compile:
299
 
        -rm -f *.tab.c
300
 
 
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_statement.Plo@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Plo@am__quote@
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manipulator.Plo@am__quote@
306
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
307
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/row.Plo@am__quote@
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transaction.Plo@am__quote@
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
310
 
 
311
 
.cc.o:
312
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
317
 
 
318
 
.cc.obj:
319
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
320
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
324
 
 
325
 
.cc.lo:
326
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
328
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
329
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
331
 
 
332
 
mostlyclean-libtool:
333
 
        -rm -f *.lo
334
 
 
335
 
clean-libtool:
336
 
        -rm -rf .libs _libs
337
 
 
338
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
339
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340
 
        unique=`for i in $$list; do \
341
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342
 
          done | \
343
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
345
 
        mkid -fID $$unique
346
 
tags: TAGS
347
 
 
348
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349
 
                $(TAGS_FILES) $(LISP)
350
 
        set x; \
351
 
        here=`pwd`; \
352
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353
 
        unique=`for i in $$list; do \
354
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355
 
          done | \
356
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
358
 
        shift; \
359
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
360
 
          test -n "$$unique" || unique=$$empty_fix; \
361
 
          if test $$# -gt 0; then \
362
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363
 
              "$$@" $$unique; \
364
 
          else \
365
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366
 
              $$unique; \
367
 
          fi; \
368
 
        fi
369
 
ctags: CTAGS
370
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371
 
                $(TAGS_FILES) $(LISP)
372
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
 
        unique=`for i in $$list; do \
374
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
 
          done | \
376
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
 
        test -z "$(CTAGS_ARGS)$$unique" \
379
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
 
             $$unique
381
 
 
382
 
GTAGS:
383
 
        here=`$(am__cd) $(top_builddir) && pwd` \
384
 
          && $(am__cd) $(top_srcdir) \
385
 
          && gtags -i $(GTAGS_ARGS) "$$here"
386
 
 
387
 
distclean-tags:
388
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389
 
 
390
 
distdir: $(DISTFILES)
391
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393
 
        list='$(DISTFILES)'; \
394
 
          dist_files=`for file in $$list; do echo $$file; done | \
395
 
          sed -e "s|^$$srcdirstrip/||;t" \
396
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397
 
        case $$dist_files in \
398
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
399
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400
 
                           sort -u` ;; \
401
 
        esac; \
402
 
        for file in $$dist_files; do \
403
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404
 
          if test -d $$d/$$file; then \
405
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406
 
            if test -d "$(distdir)/$$file"; then \
407
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408
 
            fi; \
409
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
411
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412
 
            fi; \
413
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
414
 
          else \
415
 
            test -f "$(distdir)/$$file" \
416
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
417
 
            || exit 1; \
418
 
          fi; \
419
 
        done
420
 
check-am: all-am
421
 
check: check-am
422
 
all-am: Makefile $(LTLIBRARIES)
423
 
installdirs:
424
 
        for dir in "$(DESTDIR)$(libdir)"; do \
425
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
426
 
        done
427
 
install: install-am
428
 
install-exec: install-exec-am
429
 
install-data: install-data-am
430
 
uninstall: uninstall-am
431
 
 
432
 
install-am: all-am
433
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
 
 
435
 
installcheck: installcheck-am
436
 
install-strip:
437
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439
 
          `test -z '$(STRIP)' || \
440
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441
 
mostlyclean-generic:
442
 
 
443
 
clean-generic:
444
 
 
445
 
distclean-generic:
446
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
 
 
449
 
maintainer-clean-generic:
450
 
        @echo "This command is intended for maintainers to use"
451
 
        @echo "it deletes files that may require special tools to rebuild."
452
 
clean: clean-am
453
 
 
454
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
455
 
        mostlyclean-am
456
 
 
457
 
distclean: distclean-am
458
 
        -rm -rf ./$(DEPDIR)
459
 
        -rm -f Makefile
460
 
distclean-am: clean-am distclean-compile distclean-generic \
461
 
        distclean-tags
462
 
 
463
 
dvi: dvi-am
464
 
 
465
 
dvi-am:
466
 
 
467
 
html: html-am
468
 
 
469
 
html-am:
470
 
 
471
 
info: info-am
472
 
 
473
 
info-am:
474
 
 
475
 
install-data-am:
476
 
 
477
 
install-dvi: install-dvi-am
478
 
 
479
 
install-dvi-am:
480
 
 
481
 
install-exec-am: install-libLTLIBRARIES
482
 
 
483
 
install-html: install-html-am
484
 
 
485
 
install-html-am:
486
 
 
487
 
install-info: install-info-am
488
 
 
489
 
install-info-am:
490
 
 
491
 
install-man:
492
 
 
493
 
install-pdf: install-pdf-am
494
 
 
495
 
install-pdf-am:
496
 
 
497
 
install-ps: install-ps-am
498
 
 
499
 
install-ps-am:
500
 
 
501
 
installcheck-am:
502
 
 
503
 
maintainer-clean: maintainer-clean-am
504
 
        -rm -rf ./$(DEPDIR)
505
 
        -rm -f Makefile
506
 
maintainer-clean-am: distclean-am maintainer-clean-generic
507
 
 
508
 
mostlyclean: mostlyclean-am
509
 
 
510
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
511
 
        mostlyclean-libtool
512
 
 
513
 
pdf: pdf-am
514
 
 
515
 
pdf-am:
516
 
 
517
 
ps: ps-am
518
 
 
519
 
ps-am:
520
 
 
521
 
uninstall-am: uninstall-libLTLIBRARIES
522
 
 
523
 
.MAKE: install-am install-strip
524
 
 
525
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
526
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
527
 
        distclean-compile distclean-generic distclean-libtool \
528
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
529
 
        install install-am install-data install-data-am install-dvi \
530
 
        install-dvi-am install-exec install-exec-am install-html \
531
 
        install-html-am install-info install-info-am \
532
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
533
 
        install-ps install-ps-am install-strip installcheck \
534
 
        installcheck-am installdirs maintainer-clean \
535
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
536
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
538
 
 
539
 
 
540
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
541
 
# Otherwise a system limit (for SysV at least) may be exceeded.
542
 
.NOEXPORT: