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