/sqlite3cc

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