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