/sqlite3cc

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

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: edam
  • Date: 2012-04-23 18:40:10 UTC
  • Revision ID: tim@ed.am-20120423184010-3zaiqkhxwequfaey
Removed an optimisation in command::step() (calling finalize() here prevents
the command from being reset() and reused), and added a wrapper for a
transaction's begin() method to transaction_guard (both thanks to Ron Wilson).

Show diffs side-by-side

added added

removed removed

 
1
# Makefile.in generated by automake 1.11.1 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 = include
 
40
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
mkinstalldirs = $(install_sh) -d
 
50
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
76
am__installdirs = "$(DESTDIR)$(includedir)"
 
77
HEADERS = $(nobase_include_HEADERS)
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
AMTAR = @AMTAR@
 
83
AR = @AR@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AWK = @AWK@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CPP = @CPP@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DLLTOOL = @DLLTOOL@
 
101
DSYMUTIL = @DSYMUTIL@
 
102
DUMPBIN = @DUMPBIN@
 
103
ECHO_C = @ECHO_C@
 
104
ECHO_N = @ECHO_N@
 
105
ECHO_T = @ECHO_T@
 
106
EGREP = @EGREP@
 
107
EXEEXT = @EXEEXT@
 
108
FGREP = @FGREP@
 
109
GREP = @GREP@
 
110
INSTALL = @INSTALL@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
LD = @LD@
 
116
LDFLAGS = @LDFLAGS@
 
117
LIBOBJS = @LIBOBJS@
 
118
LIBS = @LIBS@
 
119
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
 
120
LIBTOOL = @LIBTOOL@
 
121
LIPO = @LIPO@
 
122
LN_S = @LN_S@
 
123
LTLIBOBJS = @LTLIBOBJS@
 
124
MAKEINFO = @MAKEINFO@
 
125
MANIFEST_TOOL = @MANIFEST_TOOL@
 
126
MKDIR_P = @MKDIR_P@
 
127
NM = @NM@
 
128
NMEDIT = @NMEDIT@
 
129
OBJDUMP = @OBJDUMP@
 
130
OBJEXT = @OBJEXT@
 
131
OTOOL = @OTOOL@
 
132
OTOOL64 = @OTOOL64@
 
133
PACKAGE = @PACKAGE@
 
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
135
PACKAGE_NAME = @PACKAGE_NAME@
 
136
PACKAGE_STRING = @PACKAGE_STRING@
 
137
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
138
PACKAGE_URL = @PACKAGE_URL@
 
139
PACKAGE_VERSION = @PACKAGE_VERSION@
 
140
PATH_SEPARATOR = @PATH_SEPARATOR@
 
141
RANLIB = @RANLIB@
 
142
SED = @SED@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
abs_builddir = @abs_builddir@
 
148
abs_srcdir = @abs_srcdir@
 
149
abs_top_builddir = @abs_top_builddir@
 
150
abs_top_srcdir = @abs_top_srcdir@
 
151
ac_ct_AR = @ac_ct_AR@
 
152
ac_ct_CC = @ac_ct_CC@
 
153
ac_ct_CXX = @ac_ct_CXX@
 
154
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
155
am__include = @am__include@
 
156
am__leading_dot = @am__leading_dot@
 
157
am__quote = @am__quote@
 
158
am__tar = @am__tar@
 
159
am__untar = @am__untar@
 
160
bindir = @bindir@
 
161
build = @build@
 
162
build_alias = @build_alias@
 
163
build_cpu = @build_cpu@
 
164
build_os = @build_os@
 
165
build_vendor = @build_vendor@
 
166
builddir = @builddir@
 
167
datadir = @datadir@
 
168
datarootdir = @datarootdir@
 
169
docdir = @docdir@
 
170
dvidir = @dvidir@
 
171
exec_prefix = @exec_prefix@
 
172
host = @host@
 
173
host_alias = @host_alias@
 
174
host_cpu = @host_cpu@
 
175
host_os = @host_os@
 
176
host_vendor = @host_vendor@
 
177
htmldir = @htmldir@
 
178
includedir = @includedir@
 
179
infodir = @infodir@
 
180
install_sh = @install_sh@
 
181
libdir = @libdir@
 
182
libexecdir = @libexecdir@
 
183
localedir = @localedir@
 
184
localstatedir = @localstatedir@
 
185
mandir = @mandir@
 
186
mkdir_p = @mkdir_p@
 
187
oldincludedir = @oldincludedir@
 
188
pdfdir = @pdfdir@
 
189
prefix = @prefix@
 
190
program_transform_name = @program_transform_name@
 
191
psdir = @psdir@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
srcdir = @srcdir@
 
195
sysconfdir = @sysconfdir@
 
196
target_alias = @target_alias@
 
197
top_build_prefix = @top_build_prefix@
 
198
top_builddir = @top_builddir@
 
199
top_srcdir = @top_srcdir@
 
200
nobase_include_HEADERS = \
 
201
        sqlite3cc.h \
 
202
        sqlite3cc/basic_statement.h \
 
203
        sqlite3cc/command.h \
 
204
        sqlite3cc/connection.h \
 
205
        sqlite3cc/exception.h \
 
206
        sqlite3cc/manipulator.h \
 
207
        sqlite3cc/query.h \
 
208
        sqlite3cc/row.h \
 
209
        sqlite3cc/transaction.h \
 
210
        sqlite3cc/util.h
 
211
 
 
212
all: all-am
 
213
 
 
214
.SUFFIXES:
 
215
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
216
        @for dep in $?; do \
 
217
          case '$(am__configure_deps)' in \
 
218
            *$$dep*) \
 
219
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
220
                && { if test -f $@; then exit 0; else break; fi; }; \
 
221
              exit 1;; \
 
222
          esac; \
 
223
        done; \
 
224
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
 
225
        $(am__cd) $(top_srcdir) && \
 
226
          $(AUTOMAKE) --foreign include/Makefile
 
227
.PRECIOUS: Makefile
 
228
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
229
        @case '$?' in \
 
230
          *config.status*) \
 
231
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
232
          *) \
 
233
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
234
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
235
        esac;
 
236
 
 
237
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
 
 
240
$(top_srcdir)/configure:  $(am__configure_deps)
 
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
$(am__aclocal_m4_deps):
 
245
 
 
246
mostlyclean-libtool:
 
247
        -rm -f *.lo
 
248
 
 
249
clean-libtool:
 
250
        -rm -rf .libs _libs
 
251
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
 
252
        @$(NORMAL_INSTALL)
 
253
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
 
254
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
 
255
        $(am__nobase_list) | while read dir files; do \
 
256
          xfiles=; for file in $$files; do \
 
257
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
 
258
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
 
259
          test -z "$$xfiles" || { \
 
260
            test "x$$dir" = x. || { \
 
261
              echo "$(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
 
262
              $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
 
263
            echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
 
264
            $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
 
265
        done
 
266
 
 
267
uninstall-nobase_includeHEADERS:
 
268
        @$(NORMAL_UNINSTALL)
 
269
        @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
 
270
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
 
271
        test -n "$$files" || exit 0; \
 
272
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
273
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
274
 
 
275
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
276
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
277
        unique=`for i in $$list; do \
 
278
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
279
          done | \
 
280
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
281
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
282
        mkid -fID $$unique
 
283
tags: TAGS
 
284
 
 
285
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
286
                $(TAGS_FILES) $(LISP)
 
287
        set x; \
 
288
        here=`pwd`; \
 
289
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
290
        unique=`for i in $$list; do \
 
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
292
          done | \
 
293
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
294
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
295
        shift; \
 
296
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
297
          test -n "$$unique" || unique=$$empty_fix; \
 
298
          if test $$# -gt 0; then \
 
299
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
300
              "$$@" $$unique; \
 
301
          else \
 
302
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
303
              $$unique; \
 
304
          fi; \
 
305
        fi
 
306
ctags: CTAGS
 
307
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
308
                $(TAGS_FILES) $(LISP)
 
309
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
310
        unique=`for i in $$list; do \
 
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
312
          done | \
 
313
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
314
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
315
        test -z "$(CTAGS_ARGS)$$unique" \
 
316
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
317
             $$unique
 
318
 
 
319
GTAGS:
 
320
        here=`$(am__cd) $(top_builddir) && pwd` \
 
321
          && $(am__cd) $(top_srcdir) \
 
322
          && gtags -i $(GTAGS_ARGS) "$$here"
 
323
 
 
324
distclean-tags:
 
325
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
326
 
 
327
distdir: $(DISTFILES)
 
328
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
329
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
330
        list='$(DISTFILES)'; \
 
331
          dist_files=`for file in $$list; do echo $$file; done | \
 
332
          sed -e "s|^$$srcdirstrip/||;t" \
 
333
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
334
        case $$dist_files in \
 
335
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
336
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
337
                           sort -u` ;; \
 
338
        esac; \
 
339
        for file in $$dist_files; do \
 
340
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
341
          if test -d $$d/$$file; then \
 
342
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
343
            if test -d "$(distdir)/$$file"; then \
 
344
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
345
            fi; \
 
346
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
347
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
348
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
349
            fi; \
 
350
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
351
          else \
 
352
            test -f "$(distdir)/$$file" \
 
353
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
354
            || exit 1; \
 
355
          fi; \
 
356
        done
 
357
check-am: all-am
 
358
check: check-am
 
359
all-am: Makefile $(HEADERS)
 
360
installdirs:
 
361
        for dir in "$(DESTDIR)$(includedir)"; do \
 
362
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
363
        done
 
364
install: install-am
 
365
install-exec: install-exec-am
 
366
install-data: install-data-am
 
367
uninstall: uninstall-am
 
368
 
 
369
install-am: all-am
 
370
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
371
 
 
372
installcheck: installcheck-am
 
373
install-strip:
 
374
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
375
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
376
          `test -z '$(STRIP)' || \
 
377
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
378
mostlyclean-generic:
 
379
 
 
380
clean-generic:
 
381
 
 
382
distclean-generic:
 
383
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
384
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
385
 
 
386
maintainer-clean-generic:
 
387
        @echo "This command is intended for maintainers to use"
 
388
        @echo "it deletes files that may require special tools to rebuild."
 
389
clean: clean-am
 
390
 
 
391
clean-am: clean-generic clean-libtool mostlyclean-am
 
392
 
 
393
distclean: distclean-am
 
394
        -rm -f Makefile
 
395
distclean-am: clean-am distclean-generic distclean-tags
 
396
 
 
397
dvi: dvi-am
 
398
 
 
399
dvi-am:
 
400
 
 
401
html: html-am
 
402
 
 
403
html-am:
 
404
 
 
405
info: info-am
 
406
 
 
407
info-am:
 
408
 
 
409
install-data-am: install-nobase_includeHEADERS
 
410
 
 
411
install-dvi: install-dvi-am
 
412
 
 
413
install-dvi-am:
 
414
 
 
415
install-exec-am:
 
416
 
 
417
install-html: install-html-am
 
418
 
 
419
install-html-am:
 
420
 
 
421
install-info: install-info-am
 
422
 
 
423
install-info-am:
 
424
 
 
425
install-man:
 
426
 
 
427
install-pdf: install-pdf-am
 
428
 
 
429
install-pdf-am:
 
430
 
 
431
install-ps: install-ps-am
 
432
 
 
433
install-ps-am:
 
434
 
 
435
installcheck-am:
 
436
 
 
437
maintainer-clean: maintainer-clean-am
 
438
        -rm -f Makefile
 
439
maintainer-clean-am: distclean-am maintainer-clean-generic
 
440
 
 
441
mostlyclean: mostlyclean-am
 
442
 
 
443
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
444
 
 
445
pdf: pdf-am
 
446
 
 
447
pdf-am:
 
448
 
 
449
ps: ps-am
 
450
 
 
451
ps-am:
 
452
 
 
453
uninstall-am: uninstall-nobase_includeHEADERS
 
454
 
 
455
.MAKE: install-am install-strip
 
456
 
 
457
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
458
        clean-libtool ctags distclean distclean-generic \
 
459
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
460
        html-am info info-am install install-am install-data \
 
461
        install-data-am install-dvi install-dvi-am install-exec \
 
462
        install-exec-am install-html install-html-am install-info \
 
463
        install-info-am install-man install-nobase_includeHEADERS \
 
464
        install-pdf install-pdf-am install-ps install-ps-am \
 
465
        install-strip installcheck installcheck-am installdirs \
 
466
        maintainer-clean maintainer-clean-generic mostlyclean \
 
467
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
468
        tags uninstall uninstall-am uninstall-nobase_includeHEADERS
 
469
 
 
470
 
 
471
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
472
# Otherwise a system limit (for SysV at least) may be exceeded.
 
473
.NOEXPORT: