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