]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/sqlite3/Makefile.in
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / sqlite3 / Makefile.in
1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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
19
20
21 VPATH = @srcdir@
22 am__make_dryrun = \
23   { \
24     am__dry=no; \
25     case $$MAKEFLAGS in \
26       *\\[\ \   ]*) \
27         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29       *) \
30         for am__flg in $$MAKEFLAGS; do \
31           case $$am__flg in \
32             *=*|--*) ;; \
33             *n*) am__dry=yes; break;; \
34           esac; \
35         done;; \
36     esac; \
37     test $$am__dry = yes; \
38   }
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkglibexecdir = $(libexecdir)/@PACKAGE@
43 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44 install_sh_DATA = $(install_sh) -c -m 644
45 install_sh_PROGRAM = $(install_sh) -c
46 install_sh_SCRIPT = $(install_sh) -c
47 INSTALL_HEADER = $(INSTALL_DATA)
48 transform = $(program_transform_name)
49 NORMAL_INSTALL = :
50 PRE_INSTALL = :
51 POST_INSTALL = :
52 NORMAL_UNINSTALL = :
53 PRE_UNINSTALL = :
54 POST_UNINSTALL = :
55 build_triplet = @build@
56 host_triplet = @host@
57 bin_PROGRAMS = sqlite3$(EXEEXT)
58 subdir = .
59 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
60         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61         $(srcdir)/sqlite3.pc.in $(top_srcdir)/configure INSTALL \
62         config.guess config.sub depcomp install-sh ltmain.sh missing
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68  configure.lineno config.status.lineno
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_CLEAN_FILES = sqlite3.pc
71 CONFIG_CLEAN_VPATH_FILES =
72 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73 am__vpath_adj = case $$p in \
74     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75     *) f=$$p;; \
76   esac;
77 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78 am__install_max = 40
79 am__nobase_strip_setup = \
80   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81 am__nobase_strip = \
82   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83 am__nobase_list = $(am__nobase_strip_setup); \
84   for p in $$list; do echo "$$p $$p"; done | \
85   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87     if (++n[$$2] == $(am__install_max)) \
88       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89     END { for (dir in files) print dir, files[dir] }'
90 am__base_list = \
91   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93 am__uninstall_files_from_dir = { \
94   test -z "$$files" \
95     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
96     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97          $(am__cd) "$$dir" && rm -f $$files; }; \
98   }
99 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
100         "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
101         "$(DESTDIR)$(includedir)"
102 LTLIBRARIES = $(lib_LTLIBRARIES)
103 libsqlite3_la_LIBADD =
104 am_libsqlite3_la_OBJECTS = sqlite3.lo
105 libsqlite3_la_OBJECTS = $(am_libsqlite3_la_OBJECTS)
106 libsqlite3_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
107         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108         $(libsqlite3_la_LDFLAGS) $(LDFLAGS) -o $@
109 PROGRAMS = $(bin_PROGRAMS)
110 am_sqlite3_OBJECTS = sqlite3-shell.$(OBJEXT) sqlite3-sqlite3.$(OBJEXT)
111 sqlite3_OBJECTS = $(am_sqlite3_OBJECTS)
112 sqlite3_DEPENDENCIES =
113 sqlite3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114         --mode=link $(CCLD) $(sqlite3_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
115         $(LDFLAGS) -o $@
116 DEFAULT_INCLUDES = -I.@am__isrc@
117 depcomp = $(SHELL) $(top_srcdir)/depcomp
118 am__depfiles_maybe = depfiles
119 am__mv = mv -f
120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
124         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 CCLD = $(CC)
126 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
128         $(LDFLAGS) -o $@
129 SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES)
130 DIST_SOURCES = $(libsqlite3_la_SOURCES) $(sqlite3_SOURCES)
131 am__can_run_installinfo = \
132   case $$AM_UPDATE_INFO_DIR in \
133     n|no|NO) false;; \
134     *) (install-info --version) >/dev/null 2>&1;; \
135   esac
136 man1dir = $(mandir)/man1
137 NROFF = nroff
138 MANS = $(man_MANS)
139 DATA = $(pkgconfig_DATA)
140 HEADERS = $(include_HEADERS)
141 ETAGS = etags
142 CTAGS = ctags
143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144 distdir = $(PACKAGE)-$(VERSION)
145 top_distdir = $(distdir)
146 am__remove_distdir = \
147   if test -d "$(distdir)"; then \
148     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
149       && rm -rf "$(distdir)" \
150       || { sleep 5 && rm -rf "$(distdir)"; }; \
151   else :; fi
152 DIST_ARCHIVES = $(distdir).tar.gz
153 GZIP_ENV = --best
154 distuninstallcheck_listfiles = find . -type f -print
155 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
156   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
157 distcleancheck_listfiles = find . -type f -print
158 ACLOCAL = @ACLOCAL@
159 AMTAR = @AMTAR@
160 AR = @AR@
161 AUTOCONF = @AUTOCONF@
162 AUTOHEADER = @AUTOHEADER@
163 AUTOMAKE = @AUTOMAKE@
164 AWK = @AWK@
165 BUILD_CFLAGS = @BUILD_CFLAGS@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CYGPATH_W = @CYGPATH_W@
172 DEFS = @DEFS@
173 DEPDIR = @DEPDIR@
174 DLLTOOL = @DLLTOOL@
175 DSYMUTIL = @DSYMUTIL@
176 DUMPBIN = @DUMPBIN@
177 DYNAMIC_EXTENSION_FLAGS = @DYNAMIC_EXTENSION_FLAGS@
178 ECHO_C = @ECHO_C@
179 ECHO_N = @ECHO_N@
180 ECHO_T = @ECHO_T@
181 EGREP = @EGREP@
182 EXEEXT = @EXEEXT@
183 FGREP = @FGREP@
184 GREP = @GREP@
185 INSTALL = @INSTALL@
186 INSTALL_DATA = @INSTALL_DATA@
187 INSTALL_PROGRAM = @INSTALL_PROGRAM@
188 INSTALL_SCRIPT = @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190 LD = @LD@
191 LDFLAGS = @LDFLAGS@
192 LIBOBJS = @LIBOBJS@
193 LIBS = @LIBS@
194 LIBTOOL = @LIBTOOL@
195 LIPO = @LIPO@
196 LN_S = @LN_S@
197 LTLIBOBJS = @LTLIBOBJS@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 RANLIB = @RANLIB@
216 READLINE_LIBS = @READLINE_LIBS@
217 SED = @SED@
218 SET_MAKE = @SET_MAKE@
219 SHELL = @SHELL@
220 STRIP = @STRIP@
221 THREADSAFE_FLAGS = @THREADSAFE_FLAGS@
222 VERSION = @VERSION@
223 abs_builddir = @abs_builddir@
224 abs_srcdir = @abs_srcdir@
225 abs_top_builddir = @abs_top_builddir@
226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_AR = @ac_ct_AR@
228 ac_ct_CC = @ac_ct_CC@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 libdir = @libdir@
257 libexecdir = @libexecdir@
258 localedir = @localedir@
259 localstatedir = @localstatedir@
260 mandir = @mandir@
261 mkdir_p = @mkdir_p@
262 oldincludedir = @oldincludedir@
263 pdfdir = @pdfdir@
264 prefix = @prefix@
265 program_transform_name = @program_transform_name@
266 psdir = @psdir@
267 sbindir = @sbindir@
268 sharedstatedir = @sharedstatedir@
269 srcdir = @srcdir@
270 sysconfdir = @sysconfdir@
271 target_alias = @target_alias@
272 top_build_prefix = @top_build_prefix@
273 top_builddir = @top_builddir@
274 top_srcdir = @top_srcdir@
275 AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
276 lib_LTLIBRARIES = libsqlite3.la
277 libsqlite3_la_SOURCES = sqlite3.c
278 libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
279 sqlite3_SOURCES = shell.c sqlite3.c sqlite3.h
280 sqlite3_LDADD = @READLINE_LIBS@
281 sqlite3_CFLAGS = $(AM_CFLAGS)
282 include_HEADERS = sqlite3.h sqlite3ext.h
283 EXTRA_DIST = sqlite3.1 tea
284 pkgconfigdir = ${libdir}/pkgconfig
285 pkgconfig_DATA = sqlite3.pc
286 man_MANS = sqlite3.1
287 all: all-am
288
289 .SUFFIXES:
290 .SUFFIXES: .c .lo .o .obj
291 am--refresh: Makefile
292         @:
293 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
298               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
299                 && exit 0; \
300               exit 1;; \
301           esac; \
302         done; \
303         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
304         $(am__cd) $(top_srcdir) && \
305           $(AUTOMAKE) --foreign Makefile
306 .PRECIOUS: Makefile
307 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308         @case '$?' in \
309           *config.status*) \
310             echo ' $(SHELL) ./config.status'; \
311             $(SHELL) ./config.status;; \
312           *) \
313             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
314             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
315         esac;
316
317 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318         $(SHELL) ./config.status --recheck
319
320 $(top_srcdir)/configure:  $(am__configure_deps)
321         $(am__cd) $(srcdir) && $(AUTOCONF)
322 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
324 $(am__aclocal_m4_deps):
325 sqlite3.pc: $(top_builddir)/config.status $(srcdir)/sqlite3.pc.in
326         cd $(top_builddir) && $(SHELL) ./config.status $@
327 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
328         @$(NORMAL_INSTALL)
329         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
330         list2=; for p in $$list; do \
331           if test -f $$p; then \
332             list2="$$list2 $$p"; \
333           else :; fi; \
334         done; \
335         test -z "$$list2" || { \
336           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
337           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
338           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
339           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
340         }
341
342 uninstall-libLTLIBRARIES:
343         @$(NORMAL_UNINSTALL)
344         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345         for p in $$list; do \
346           $(am__strip_dir) \
347           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
348           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
349         done
350
351 clean-libLTLIBRARIES:
352         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355           test "$$dir" != "$$p" || dir=.; \
356           echo "rm -f \"$${dir}/so_locations\""; \
357           rm -f "$${dir}/so_locations"; \
358         done
359 libsqlite3.la: $(libsqlite3_la_OBJECTS) $(libsqlite3_la_DEPENDENCIES) $(EXTRA_libsqlite3_la_DEPENDENCIES) 
360         $(libsqlite3_la_LINK) -rpath $(libdir) $(libsqlite3_la_OBJECTS) $(libsqlite3_la_LIBADD) $(LIBS)
361 install-binPROGRAMS: $(bin_PROGRAMS)
362         @$(NORMAL_INSTALL)
363         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
364         if test -n "$$list"; then \
365           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
366           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
367         fi; \
368         for p in $$list; do echo "$$p $$p"; done | \
369         sed 's/$(EXEEXT)$$//' | \
370         while read p p1; do if test -f $$p || test -f $$p1; \
371           then echo "$$p"; echo "$$p"; else :; fi; \
372         done | \
373         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
374             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
375         sed 'N;N;N;s,\n, ,g' | \
376         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
377           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
378             if ($$2 == $$4) files[d] = files[d] " " $$1; \
379             else { print "f", $$3 "/" $$4, $$1; } } \
380           END { for (d in files) print "f", d, files[d] }' | \
381         while read type dir files; do \
382             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
383             test -z "$$files" || { \
384             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
385             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
386             } \
387         ; done
388
389 uninstall-binPROGRAMS:
390         @$(NORMAL_UNINSTALL)
391         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
392         files=`for p in $$list; do echo "$$p"; done | \
393           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
394               -e 's/$$/$(EXEEXT)/' `; \
395         test -n "$$list" || exit 0; \
396         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
397         cd "$(DESTDIR)$(bindir)" && rm -f $$files
398
399 clean-binPROGRAMS:
400         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
401         echo " rm -f" $$list; \
402         rm -f $$list || exit $$?; \
403         test -n "$(EXEEXT)" || exit 0; \
404         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
405         echo " rm -f" $$list; \
406         rm -f $$list
407 sqlite3$(EXEEXT): $(sqlite3_OBJECTS) $(sqlite3_DEPENDENCIES) $(EXTRA_sqlite3_DEPENDENCIES) 
408         @rm -f sqlite3$(EXEEXT)
409         $(sqlite3_LINK) $(sqlite3_OBJECTS) $(sqlite3_LDADD) $(LIBS)
410
411 mostlyclean-compile:
412         -rm -f *.$(OBJEXT)
413
414 distclean-compile:
415         -rm -f *.tab.c
416
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-shell.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3-sqlite3.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3.Plo@am__quote@
420
421 .c.o:
422 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
423 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
427
428 .c.obj:
429 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
430 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
434
435 .c.lo:
436 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
441
442 sqlite3-shell.o: shell.c
443 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.o -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
444 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shell.c' object='sqlite3-shell.o' libtool=no @AMDEPBACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
448
449 sqlite3-shell.obj: shell.c
450 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-shell.obj -MD -MP -MF $(DEPDIR)/sqlite3-shell.Tpo -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
451 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/sqlite3-shell.Tpo $(DEPDIR)/sqlite3-shell.Po
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shell.c' object='sqlite3-shell.obj' libtool=no @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
455
456 sqlite3-sqlite3.o: sqlite3.c
457 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.o -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
458 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sqlite3.c' object='sqlite3-sqlite3.o' libtool=no @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo '$(srcdir)/'`sqlite3.c
462
463 sqlite3-sqlite3.obj: sqlite3.c
464 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -MT sqlite3-sqlite3.obj -MD -MP -MF $(DEPDIR)/sqlite3-sqlite3.Tpo -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
465 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/sqlite3-sqlite3.Tpo $(DEPDIR)/sqlite3-sqlite3.Po
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sqlite3.c' object='sqlite3-sqlite3.obj' libtool=no @AMDEPBACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sqlite3_CFLAGS) $(CFLAGS) -c -o sqlite3-sqlite3.obj `if test -f 'sqlite3.c'; then $(CYGPATH_W) 'sqlite3.c'; else $(CYGPATH_W) '$(srcdir)/sqlite3.c'; fi`
469
470 mostlyclean-libtool:
471         -rm -f *.lo
472
473 clean-libtool:
474         -rm -rf .libs _libs
475
476 distclean-libtool:
477         -rm -f libtool config.lt
478 install-man1: $(man_MANS)
479         @$(NORMAL_INSTALL)
480         @list1=''; \
481         list2='$(man_MANS)'; \
482         test -n "$(man1dir)" \
483           && test -n "`echo $$list1$$list2`" \
484           || exit 0; \
485         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
486         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
487         { for i in $$list1; do echo "$$i"; done;  \
488         if test -n "$$list2"; then \
489           for i in $$list2; do echo "$$i"; done \
490             | sed -n '/\.1[a-z]*$$/p'; \
491         fi; \
492         } | while read p; do \
493           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
494           echo "$$d$$p"; echo "$$p"; \
495         done | \
496         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
497               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
498         sed 'N;N;s,\n, ,g' | { \
499         list=; while read file base inst; do \
500           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
501             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
502             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
503           fi; \
504         done; \
505         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
506         while read files; do \
507           test -z "$$files" || { \
508             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
509             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
510         done; }
511
512 uninstall-man1:
513         @$(NORMAL_UNINSTALL)
514         @list=''; test -n "$(man1dir)" || exit 0; \
515         files=`{ for i in $$list; do echo "$$i"; done; \
516         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
517           sed -n '/\.1[a-z]*$$/p'; \
518         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
519               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
520         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
521 install-pkgconfigDATA: $(pkgconfig_DATA)
522         @$(NORMAL_INSTALL)
523         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
524         if test -n "$$list"; then \
525           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
526           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
527         fi; \
528         for p in $$list; do \
529           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530           echo "$$d$$p"; \
531         done | $(am__base_list) | \
532         while read files; do \
533           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
534           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
535         done
536
537 uninstall-pkgconfigDATA:
538         @$(NORMAL_UNINSTALL)
539         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
540         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
541         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
542 install-includeHEADERS: $(include_HEADERS)
543         @$(NORMAL_INSTALL)
544         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
545         if test -n "$$list"; then \
546           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
547           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
548         fi; \
549         for p in $$list; do \
550           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
551           echo "$$d$$p"; \
552         done | $(am__base_list) | \
553         while read files; do \
554           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
555           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
556         done
557
558 uninstall-includeHEADERS:
559         @$(NORMAL_UNINSTALL)
560         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
561         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
562         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
563
564 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
565         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
566         unique=`for i in $$list; do \
567             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
568           done | \
569           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
570               END { if (nonempty) { for (i in files) print i; }; }'`; \
571         mkid -fID $$unique
572 tags: TAGS
573
574 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
575                 $(TAGS_FILES) $(LISP)
576         set x; \
577         here=`pwd`; \
578         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579         unique=`for i in $$list; do \
580             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581           done | \
582           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583               END { if (nonempty) { for (i in files) print i; }; }'`; \
584         shift; \
585         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586           test -n "$$unique" || unique=$$empty_fix; \
587           if test $$# -gt 0; then \
588             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589               "$$@" $$unique; \
590           else \
591             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592               $$unique; \
593           fi; \
594         fi
595 ctags: CTAGS
596 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
597                 $(TAGS_FILES) $(LISP)
598         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
599         unique=`for i in $$list; do \
600             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601           done | \
602           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603               END { if (nonempty) { for (i in files) print i; }; }'`; \
604         test -z "$(CTAGS_ARGS)$$unique" \
605           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606              $$unique
607
608 GTAGS:
609         here=`$(am__cd) $(top_builddir) && pwd` \
610           && $(am__cd) $(top_srcdir) \
611           && gtags -i $(GTAGS_ARGS) "$$here"
612
613 distclean-tags:
614         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
616 distdir: $(DISTFILES)
617         @list='$(MANS)'; if test -n "$$list"; then \
618           list=`for p in $$list; do \
619             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
620             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
621           if test -n "$$list" && \
622             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
623             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
624             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
625             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
626             echo "       typically \`make maintainer-clean' will remove them" >&2; \
627             exit 1; \
628           else :; fi; \
629         else :; fi
630         $(am__remove_distdir)
631         test -d "$(distdir)" || mkdir "$(distdir)"
632         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634         list='$(DISTFILES)'; \
635           dist_files=`for file in $$list; do echo $$file; done | \
636           sed -e "s|^$$srcdirstrip/||;t" \
637               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
638         case $$dist_files in \
639           */*) $(MKDIR_P) `echo "$$dist_files" | \
640                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
641                            sort -u` ;; \
642         esac; \
643         for file in $$dist_files; do \
644           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
645           if test -d $$d/$$file; then \
646             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
647             if test -d "$(distdir)/$$file"; then \
648               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649             fi; \
650             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
652               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653             fi; \
654             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655           else \
656             test -f "$(distdir)/$$file" \
657             || cp -p $$d/$$file "$(distdir)/$$file" \
658             || exit 1; \
659           fi; \
660         done
661         -test -n "$(am__skip_mode_fix)" \
662         || find "$(distdir)" -type d ! -perm -755 \
663                 -exec chmod u+rwx,go+rx {} \; -o \
664           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667         || chmod -R a+r "$(distdir)"
668 dist-gzip: distdir
669         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670         $(am__remove_distdir)
671
672 dist-bzip2: distdir
673         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
674         $(am__remove_distdir)
675
676 dist-lzip: distdir
677         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
678         $(am__remove_distdir)
679
680 dist-lzma: distdir
681         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
682         $(am__remove_distdir)
683
684 dist-xz: distdir
685         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
686         $(am__remove_distdir)
687
688 dist-tarZ: distdir
689         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
690         $(am__remove_distdir)
691
692 dist-shar: distdir
693         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
694         $(am__remove_distdir)
695
696 dist-zip: distdir
697         -rm -f $(distdir).zip
698         zip -rq $(distdir).zip $(distdir)
699         $(am__remove_distdir)
700
701 dist dist-all: distdir
702         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
703         $(am__remove_distdir)
704
705 # This target untars the dist file and tries a VPATH configuration.  Then
706 # it guarantees that the distribution is self-contained by making another
707 # tarfile.
708 distcheck: dist
709         case '$(DIST_ARCHIVES)' in \
710         *.tar.gz*) \
711           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
712         *.tar.bz2*) \
713           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
714         *.tar.lzma*) \
715           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
716         *.tar.lz*) \
717           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
718         *.tar.xz*) \
719           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
720         *.tar.Z*) \
721           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
722         *.shar.gz*) \
723           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
724         *.zip*) \
725           unzip $(distdir).zip ;;\
726         esac
727         chmod -R a-w $(distdir); chmod a+w $(distdir)
728         mkdir $(distdir)/_build
729         mkdir $(distdir)/_inst
730         chmod a-w $(distdir)
731         test -d $(distdir)/_build || exit 0; \
732         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
733           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
734           && am__cwd=`pwd` \
735           && $(am__cd) $(distdir)/_build \
736           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
737             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
738             $(DISTCHECK_CONFIGURE_FLAGS) \
739           && $(MAKE) $(AM_MAKEFLAGS) \
740           && $(MAKE) $(AM_MAKEFLAGS) dvi \
741           && $(MAKE) $(AM_MAKEFLAGS) check \
742           && $(MAKE) $(AM_MAKEFLAGS) install \
743           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
744           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
745           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
746                 distuninstallcheck \
747           && chmod -R a-w "$$dc_install_base" \
748           && ({ \
749                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
750                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
751                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
752                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
753                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
754               } || { rm -rf "$$dc_destdir"; exit 1; }) \
755           && rm -rf "$$dc_destdir" \
756           && $(MAKE) $(AM_MAKEFLAGS) dist \
757           && rm -rf $(DIST_ARCHIVES) \
758           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
759           && cd "$$am__cwd" \
760           || exit 1
761         $(am__remove_distdir)
762         @(echo "$(distdir) archives ready for distribution: "; \
763           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
764           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
765 distuninstallcheck:
766         @test -n '$(distuninstallcheck_dir)' || { \
767           echo 'ERROR: trying to run $@ with an empty' \
768                '$$(distuninstallcheck_dir)' >&2; \
769           exit 1; \
770         }; \
771         $(am__cd) '$(distuninstallcheck_dir)' || { \
772           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
773           exit 1; \
774         }; \
775         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
776            || { echo "ERROR: files left after uninstall:" ; \
777                 if test -n "$(DESTDIR)"; then \
778                   echo "  (check DESTDIR support)"; \
779                 fi ; \
780                 $(distuninstallcheck_listfiles) ; \
781                 exit 1; } >&2
782 distcleancheck: distclean
783         @if test '$(srcdir)' = . ; then \
784           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
785           exit 1 ; \
786         fi
787         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
788           || { echo "ERROR: files left in build directory after distclean:" ; \
789                $(distcleancheck_listfiles) ; \
790                exit 1; } >&2
791 check-am: all-am
792 check: check-am
793 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
794 install-binPROGRAMS: install-libLTLIBRARIES
795
796 installdirs:
797         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
798           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
799         done
800 install: install-am
801 install-exec: install-exec-am
802 install-data: install-data-am
803 uninstall: uninstall-am
804
805 install-am: all-am
806         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
807
808 installcheck: installcheck-am
809 install-strip:
810         if test -z '$(STRIP)'; then \
811           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
812             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
813               install; \
814         else \
815           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
816             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
817             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
818         fi
819 mostlyclean-generic:
820
821 clean-generic:
822
823 distclean-generic:
824         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
825         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
826
827 maintainer-clean-generic:
828         @echo "This command is intended for maintainers to use"
829         @echo "it deletes files that may require special tools to rebuild."
830 clean: clean-am
831
832 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
833         clean-libtool mostlyclean-am
834
835 distclean: distclean-am
836         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
837         -rm -rf ./$(DEPDIR)
838         -rm -f Makefile
839 distclean-am: clean-am distclean-compile distclean-generic \
840         distclean-libtool distclean-tags
841
842 dvi: dvi-am
843
844 dvi-am:
845
846 html: html-am
847
848 html-am:
849
850 info: info-am
851
852 info-am:
853
854 install-data-am: install-includeHEADERS install-man \
855         install-pkgconfigDATA
856
857 install-dvi: install-dvi-am
858
859 install-dvi-am:
860
861 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
862
863 install-html: install-html-am
864
865 install-html-am:
866
867 install-info: install-info-am
868
869 install-info-am:
870
871 install-man: install-man1
872
873 install-pdf: install-pdf-am
874
875 install-pdf-am:
876
877 install-ps: install-ps-am
878
879 install-ps-am:
880
881 installcheck-am:
882
883 maintainer-clean: maintainer-clean-am
884         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
885         -rm -rf $(top_srcdir)/autom4te.cache
886         -rm -rf ./$(DEPDIR)
887         -rm -f Makefile
888 maintainer-clean-am: distclean-am maintainer-clean-generic
889
890 mostlyclean: mostlyclean-am
891
892 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
893         mostlyclean-libtool
894
895 pdf: pdf-am
896
897 pdf-am:
898
899 ps: ps-am
900
901 ps-am:
902
903 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
904         uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
905
906 uninstall-man: uninstall-man1
907
908 .MAKE: install-am install-strip
909
910 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
911         clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
912         clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
913         dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
914         distcheck distclean distclean-compile distclean-generic \
915         distclean-libtool distclean-tags distcleancheck distdir \
916         distuninstallcheck dvi dvi-am html html-am info info-am \
917         install install-am install-binPROGRAMS install-data \
918         install-data-am install-dvi install-dvi-am install-exec \
919         install-exec-am install-html install-html-am \
920         install-includeHEADERS install-info install-info-am \
921         install-libLTLIBRARIES install-man install-man1 install-pdf \
922         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
923         install-strip installcheck installcheck-am installdirs \
924         maintainer-clean maintainer-clean-generic mostlyclean \
925         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
926         pdf pdf-am ps ps-am tags uninstall uninstall-am \
927         uninstall-binPROGRAMS uninstall-includeHEADERS \
928         uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
929         uninstall-pkgconfigDATA
930
931
932 # Tell versions [3.59,3.63) of GNU make to not export all variables.
933 # Otherwise a system limit (for SysV at least) may be exceeded.
934 .NOEXPORT: