/sqlite3cc

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