/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: edam
  • Date: 2010-02-07 14:39:18 UTC
  • Revision ID: edam@waxworlds.org-20100207143918-gi030ojecbska8hw
- updated README
- set up project for use with autotools

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
lib_LTLIBRARIES = libsqlite3cc.la
 
215
libsqlite3cc_la_SOURCES = \
 
216
        database.cc \
 
217
        exception.cc \
 
218
        basic_statement.cc \
 
219
        command.cc \
 
220
        query.cc \
 
221
        row.cc \
 
222
        transaction.cc \
 
223
        manipulator.cc \
 
224
        util.cc
 
225
 
 
226
all: all-am
 
227
 
 
228
.SUFFIXES:
 
229
.SUFFIXES: .cc .lo .o .obj
 
230
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
231
        @for dep in $?; do \
 
232
          case '$(am__configure_deps)' in \
 
233
            *$$dep*) \
 
234
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
235
                && { if test -f $@; then exit 0; else break; fi; }; \
 
236
              exit 1;; \
 
237
          esac; \
 
238
        done; \
 
239
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
240
        $(am__cd) $(top_srcdir) && \
 
241
          $(AUTOMAKE) --foreign src/Makefile
 
242
.PRECIOUS: Makefile
 
243
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
244
        @case '$?' in \
 
245
          *config.status*) \
 
246
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
247
          *) \
 
248
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
249
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
250
        esac;
 
251
 
 
252
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
 
 
255
$(top_srcdir)/configure:  $(am__configure_deps)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
$(am__aclocal_m4_deps):
 
260
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
261
        @$(NORMAL_INSTALL)
 
262
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
263
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
264
        list2=; for p in $$list; do \
 
265
          if test -f $$p; then \
 
266
            list2="$$list2 $$p"; \
 
267
          else :; fi; \
 
268
        done; \
 
269
        test -z "$$list2" || { \
 
270
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
271
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
272
        }
 
273
 
 
274
uninstall-libLTLIBRARIES:
 
275
        @$(NORMAL_UNINSTALL)
 
276
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
277
        for p in $$list; do \
 
278
          $(am__strip_dir) \
 
279
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
280
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
281
        done
 
282
 
 
283
clean-libLTLIBRARIES:
 
284
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
285
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
286
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
287
          test "$$dir" != "$$p" || dir=.; \
 
288
          echo "rm -f \"$${dir}/so_locations\""; \
 
289
          rm -f "$${dir}/so_locations"; \
 
290
        done
 
291
libsqlite3cc.la: $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_DEPENDENCIES) 
 
292
        $(CXXLINK) -rpath $(libdir) $(libsqlite3cc_la_OBJECTS) $(libsqlite3cc_la_LIBADD) $(LIBS)
 
293
 
 
294
mostlyclean-compile:
 
295
        -rm -f *.$(OBJEXT)
 
296
 
 
297
distclean-compile:
 
298
        -rm -f *.tab.c
 
299
 
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_statement.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manipulator.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/row.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transaction.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
 
309
 
 
310
.cc.o:
 
311
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
312
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
313
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
315
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
316
 
 
317
.cc.obj:
 
318
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
319
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
320
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
321
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
322
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
323
 
 
324
.cc.lo:
 
325
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
326
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
327
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
328
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
329
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
330
 
 
331
mostlyclean-libtool:
 
332
        -rm -f *.lo
 
333
 
 
334
clean-libtool:
 
335
        -rm -rf .libs _libs
 
336
 
 
337
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
338
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
339
        unique=`for i in $$list; do \
 
340
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
341
          done | \
 
342
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
343
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
344
        mkid -fID $$unique
 
345
tags: TAGS
 
346
 
 
347
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
348
                $(TAGS_FILES) $(LISP)
 
349
        set x; \
 
350
        here=`pwd`; \
 
351
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
352
        unique=`for i in $$list; do \
 
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
354
          done | \
 
355
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
356
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
357
        shift; \
 
358
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
359
          test -n "$$unique" || unique=$$empty_fix; \
 
360
          if test $$# -gt 0; then \
 
361
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
362
              "$$@" $$unique; \
 
363
          else \
 
364
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
365
              $$unique; \
 
366
          fi; \
 
367
        fi
 
368
ctags: CTAGS
 
369
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
370
                $(TAGS_FILES) $(LISP)
 
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
372
        unique=`for i in $$list; do \
 
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
374
          done | \
 
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
377
        test -z "$(CTAGS_ARGS)$$unique" \
 
378
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
379
             $$unique
 
380
 
 
381
GTAGS:
 
382
        here=`$(am__cd) $(top_builddir) && pwd` \
 
383
          && $(am__cd) $(top_srcdir) \
 
384
          && gtags -i $(GTAGS_ARGS) "$$here"
 
385
 
 
386
distclean-tags:
 
387
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
388
 
 
389
distdir: $(DISTFILES)
 
390
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
391
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
392
        list='$(DISTFILES)'; \
 
393
          dist_files=`for file in $$list; do echo $$file; done | \
 
394
          sed -e "s|^$$srcdirstrip/||;t" \
 
395
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
396
        case $$dist_files in \
 
397
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
398
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
399
                           sort -u` ;; \
 
400
        esac; \
 
401
        for file in $$dist_files; do \
 
402
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
403
          if test -d $$d/$$file; then \
 
404
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
405
            if test -d "$(distdir)/$$file"; then \
 
406
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
407
            fi; \
 
408
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
409
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
410
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
411
            fi; \
 
412
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
413
          else \
 
414
            test -f "$(distdir)/$$file" \
 
415
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
416
            || exit 1; \
 
417
          fi; \
 
418
        done
 
419
check-am: all-am
 
420
check: check-am
 
421
all-am: Makefile $(LTLIBRARIES)
 
422
installdirs:
 
423
        for dir in "$(DESTDIR)$(libdir)"; do \
 
424
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
425
        done
 
426
install: install-am
 
427
install-exec: install-exec-am
 
428
install-data: install-data-am
 
429
uninstall: uninstall-am
 
430
 
 
431
install-am: all-am
 
432
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
433
 
 
434
installcheck: installcheck-am
 
435
install-strip:
 
436
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
          `test -z '$(STRIP)' || \
 
439
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
440
mostlyclean-generic:
 
441
 
 
442
clean-generic:
 
443
 
 
444
distclean-generic:
 
445
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
446
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
447
 
 
448
maintainer-clean-generic:
 
449
        @echo "This command is intended for maintainers to use"
 
450
        @echo "it deletes files that may require special tools to rebuild."
 
451
clean: clean-am
 
452
 
 
453
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
454
        mostlyclean-am
 
455
 
 
456
distclean: distclean-am
 
457
        -rm -rf ./$(DEPDIR)
 
458
        -rm -f Makefile
 
459
distclean-am: clean-am distclean-compile distclean-generic \
 
460
        distclean-tags
 
461
 
 
462
dvi: dvi-am
 
463
 
 
464
dvi-am:
 
465
 
 
466
html: html-am
 
467
 
 
468
html-am:
 
469
 
 
470
info: info-am
 
471
 
 
472
info-am:
 
473
 
 
474
install-data-am:
 
475
 
 
476
install-dvi: install-dvi-am
 
477
 
 
478
install-dvi-am:
 
479
 
 
480
install-exec-am: install-libLTLIBRARIES
 
481
 
 
482
install-html: install-html-am
 
483
 
 
484
install-html-am:
 
485
 
 
486
install-info: install-info-am
 
487
 
 
488
install-info-am:
 
489
 
 
490
install-man:
 
491
 
 
492
install-pdf: install-pdf-am
 
493
 
 
494
install-pdf-am:
 
495
 
 
496
install-ps: install-ps-am
 
497
 
 
498
install-ps-am:
 
499
 
 
500
installcheck-am:
 
501
 
 
502
maintainer-clean: maintainer-clean-am
 
503
        -rm -rf ./$(DEPDIR)
 
504
        -rm -f Makefile
 
505
maintainer-clean-am: distclean-am maintainer-clean-generic
 
506
 
 
507
mostlyclean: mostlyclean-am
 
508
 
 
509
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
510
        mostlyclean-libtool
 
511
 
 
512
pdf: pdf-am
 
513
 
 
514
pdf-am:
 
515
 
 
516
ps: ps-am
 
517
 
 
518
ps-am:
 
519
 
 
520
uninstall-am: uninstall-libLTLIBRARIES
 
521
 
 
522
.MAKE: install-am install-strip
 
523
 
 
524
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
525
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
526
        distclean-compile distclean-generic distclean-libtool \
 
527
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
528
        install install-am install-data install-data-am install-dvi \
 
529
        install-dvi-am install-exec install-exec-am install-html \
 
530
        install-html-am install-info install-info-am \
 
531
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
532
        install-ps install-ps-am install-strip installcheck \
 
533
        installcheck-am installdirs maintainer-clean \
 
534
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
535
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
536
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
537
 
 
538
 
 
539
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
540
# Otherwise a system limit (for SysV at least) may be exceeded.
 
541
.NOEXPORT: