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