/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 \
200
	-lboost_filesystem-mt
201
5 by edam
- updated README
202
all: all-am
203
204
.SUFFIXES:
205
.SUFFIXES: .cc .lo .o .obj
206
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
207
	@for dep in $?; do \
208
	  case '$(am__configure_deps)' in \
209
	    *$$dep*) \
210
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
211
	        && { if test -f $@; then exit 0; else break; fi; }; \
212
	      exit 1;; \
213
	  esac; \
214
	done; \
215
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
216
	$(am__cd) $(top_srcdir) && \
217
	  $(AUTOMAKE) --foreign test/Makefile
218
.PRECIOUS: Makefile
219
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220
	@case '$?' in \
221
	  *config.status*) \
222
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
223
	  *) \
224
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
225
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
226
	esac;
227
228
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
231
$(top_srcdir)/configure:  $(am__configure_deps)
232
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
$(am__aclocal_m4_deps):
236
237
clean-checkPROGRAMS:
238
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
239
	echo " rm -f" $$list; \
240
	rm -f $$list || exit $$?; \
241
	test -n "$(EXEEXT)" || exit 0; \
242
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
243
	echo " rm -f" $$list; \
244
	rm -f $$list
245
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
246
	@rm -f test-main$(EXEEXT)
247
	$(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
248
249
mostlyclean-compile:
250
	-rm -f *.$(OBJEXT)
251
252
distclean-compile:
253
	-rm -f *.tab.c
254
255
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
256
257
.cc.o:
258
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
259
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
260
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
261
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
263
264
.cc.obj:
265
@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
266
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269
@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
270
271
.cc.lo:
272
@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
273
@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276
@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
277
278
mostlyclean-libtool:
279
	-rm -f *.lo
280
281
clean-libtool:
282
	-rm -rf .libs _libs
283
284
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
285
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286
	unique=`for i in $$list; do \
287
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288
	  done | \
289
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
290
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
291
	mkid -fID $$unique
292
tags: TAGS
293
294
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
295
		$(TAGS_FILES) $(LISP)
296
	set x; \
297
	here=`pwd`; \
298
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
299
	unique=`for i in $$list; do \
300
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301
	  done | \
302
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
303
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
304
	shift; \
305
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
306
	  test -n "$$unique" || unique=$$empty_fix; \
307
	  if test $$# -gt 0; then \
308
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309
	      "$$@" $$unique; \
310
	  else \
311
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
312
	      $$unique; \
313
	  fi; \
314
	fi
315
ctags: CTAGS
316
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317
		$(TAGS_FILES) $(LISP)
318
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
319
	unique=`for i in $$list; do \
320
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
	  done | \
322
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
324
	test -z "$(CTAGS_ARGS)$$unique" \
325
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
326
	     $$unique
327
328
GTAGS:
329
	here=`$(am__cd) $(top_builddir) && pwd` \
330
	  && $(am__cd) $(top_srcdir) \
331
	  && gtags -i $(GTAGS_ARGS) "$$here"
332
333
distclean-tags:
334
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
335
7 by edam
- removed "OK" from test-main when test is successful
336
check-TESTS: $(TESTS)
337
	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
338
	srcdir=$(srcdir); export srcdir; \
339
	list=' $(TESTS) '; \
340
	$(am__tty_colors); \
341
	if test -n "$$list"; then \
342
	  for tst in $$list; do \
343
	    if test -f ./$$tst; then dir=./; \
344
	    elif test -f $$tst; then dir=; \
345
	    else dir="$(srcdir)/"; fi; \
346
	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
347
	      all=`expr $$all + 1`; \
348
	      case " $(XFAIL_TESTS) " in \
349
	      *[\ \	]$$tst[\ \	]*) \
350
		xpass=`expr $$xpass + 1`; \
351
		failed=`expr $$failed + 1`; \
352
		col=$$red; res=XPASS; \
353
	      ;; \
354
	      *) \
355
		col=$$grn; res=PASS; \
356
	      ;; \
357
	      esac; \
358
	    elif test $$? -ne 77; then \
359
	      all=`expr $$all + 1`; \
360
	      case " $(XFAIL_TESTS) " in \
361
	      *[\ \	]$$tst[\ \	]*) \
362
		xfail=`expr $$xfail + 1`; \
363
		col=$$lgn; res=XFAIL; \
364
	      ;; \
365
	      *) \
366
		failed=`expr $$failed + 1`; \
367
		col=$$red; res=FAIL; \
368
	      ;; \
369
	      esac; \
370
	    else \
371
	      skip=`expr $$skip + 1`; \
372
	      col=$$blu; res=SKIP; \
373
	    fi; \
374
	    echo "$${col}$$res$${std}: $$tst"; \
375
	  done; \
376
	  if test "$$all" -eq 1; then \
377
	    tests="test"; \
378
	    All=""; \
379
	  else \
380
	    tests="tests"; \
381
	    All="All "; \
382
	  fi; \
383
	  if test "$$failed" -eq 0; then \
384
	    if test "$$xfail" -eq 0; then \
385
	      banner="$$All$$all $$tests passed"; \
386
	    else \
387
	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
388
	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
389
	    fi; \
390
	  else \
391
	    if test "$$xpass" -eq 0; then \
392
	      banner="$$failed of $$all $$tests failed"; \
393
	    else \
394
	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
395
	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
396
	    fi; \
397
	  fi; \
398
	  dashes="$$banner"; \
399
	  skipped=""; \
400
	  if test "$$skip" -ne 0; then \
401
	    if test "$$skip" -eq 1; then \
402
	      skipped="($$skip test was not run)"; \
403
	    else \
404
	      skipped="($$skip tests were not run)"; \
405
	    fi; \
406
	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
407
	      dashes="$$skipped"; \
408
	  fi; \
409
	  report=""; \
410
	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
411
	    report="Please report to $(PACKAGE_BUGREPORT)"; \
412
	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
413
	      dashes="$$report"; \
414
	  fi; \
415
	  dashes=`echo "$$dashes" | sed s/./=/g`; \
416
	  if test "$$failed" -eq 0; then \
417
	    echo "$$grn$$dashes"; \
418
	  else \
419
	    echo "$$red$$dashes"; \
420
	  fi; \
421
	  echo "$$banner"; \
422
	  test -z "$$skipped" || echo "$$skipped"; \
423
	  test -z "$$report" || echo "$$report"; \
424
	  echo "$$dashes$$std"; \
425
	  test "$$failed" -eq 0; \
426
	else :; fi
427
5 by edam
- updated README
428
distdir: $(DISTFILES)
429
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431
	list='$(DISTFILES)'; \
432
	  dist_files=`for file in $$list; do echo $$file; done | \
433
	  sed -e "s|^$$srcdirstrip/||;t" \
434
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435
	case $$dist_files in \
436
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
437
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438
			   sort -u` ;; \
439
	esac; \
440
	for file in $$dist_files; do \
441
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442
	  if test -d $$d/$$file; then \
443
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444
	    if test -d "$(distdir)/$$file"; then \
445
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446
	    fi; \
447
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
449
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450
	    fi; \
451
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
452
	  else \
453
	    test -f "$(distdir)/$$file" \
454
	    || cp -p $$d/$$file "$(distdir)/$$file" \
455
	    || exit 1; \
456
	  fi; \
457
	done
458
check-am: all-am
459
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
7 by edam
- removed "OK" from test-main when test is successful
460
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
5 by edam
- updated README
461
check: check-am
462
all-am: Makefile
463
installdirs:
464
install: install-am
465
install-exec: install-exec-am
466
install-data: install-data-am
467
uninstall: uninstall-am
468
469
install-am: all-am
470
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
472
installcheck: installcheck-am
473
install-strip:
474
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476
	  `test -z '$(STRIP)' || \
477
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
478
mostlyclean-generic:
479
480
clean-generic:
481
482
distclean-generic:
483
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485
486
maintainer-clean-generic:
487
	@echo "This command is intended for maintainers to use"
488
	@echo "it deletes files that may require special tools to rebuild."
489
clean: clean-am
490
491
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
492
	mostlyclean-am
493
494
distclean: distclean-am
495
	-rm -rf ./$(DEPDIR)
496
	-rm -f Makefile
497
distclean-am: clean-am distclean-compile distclean-generic \
498
	distclean-tags
499
500
dvi: dvi-am
501
502
dvi-am:
503
504
html: html-am
505
506
html-am:
507
508
info: info-am
509
510
info-am:
511
512
install-data-am:
513
514
install-dvi: install-dvi-am
515
516
install-dvi-am:
517
518
install-exec-am:
519
520
install-html: install-html-am
521
522
install-html-am:
523
524
install-info: install-info-am
525
526
install-info-am:
527
528
install-man:
529
530
install-pdf: install-pdf-am
531
532
install-pdf-am:
533
534
install-ps: install-ps-am
535
536
install-ps-am:
537
538
installcheck-am:
539
540
maintainer-clean: maintainer-clean-am
541
	-rm -rf ./$(DEPDIR)
542
	-rm -f Makefile
543
maintainer-clean-am: distclean-am maintainer-clean-generic
544
545
mostlyclean: mostlyclean-am
546
547
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
548
	mostlyclean-libtool
549
550
pdf: pdf-am
551
552
pdf-am:
553
554
ps: ps-am
555
556
ps-am:
557
558
uninstall-am:
559
560
.MAKE: check-am install-am install-strip
561
7 by edam
- removed "OK" from test-main when test is successful
562
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
5 by edam
- updated README
563
	clean-checkPROGRAMS clean-generic clean-libtool ctags \
564
	distclean distclean-compile distclean-generic \
565
	distclean-libtool distclean-tags distdir dvi dvi-am html \
566
	html-am info info-am install install-am install-data \
567
	install-data-am install-dvi install-dvi-am install-exec \
568
	install-exec-am install-html install-html-am install-info \
569
	install-info-am install-man install-pdf install-pdf-am \
570
	install-ps install-ps-am install-strip installcheck \
571
	installcheck-am installdirs maintainer-clean \
572
	maintainer-clean-generic mostlyclean mostlyclean-compile \
573
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
574
	tags uninstall uninstall-am
575
576
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
578
# Otherwise a system limit (for SysV at least) may be exceeded.
579
.NOEXPORT: