Annotation of sql/sqlite/Makefile.in, revision 1.13
1.1 misha 1: # Makefile.in generated by automake 1.9 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004 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.
9:
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.
14:
15: @SET_MAKE@
16:
17:
18: SOURCES = $(libparser3sqlite_la_SOURCES)
19:
20: srcdir = @srcdir@
21: top_srcdir = @top_srcdir@
22: VPATH = @srcdir@
23: pkgdatadir = $(datadir)/@PACKAGE@
24: pkglibdir = $(libdir)/@PACKAGE@
25: pkgincludedir = $(includedir)/@PACKAGE@
26: top_builddir = .
27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28: INSTALL = @INSTALL@
29: install_sh_DATA = $(install_sh) -c -m 644
30: install_sh_PROGRAM = $(install_sh) -c
31: install_sh_SCRIPT = $(install_sh) -c
32: INSTALL_HEADER = $(INSTALL_DATA)
33: transform = $(program_transform_name)
34: NORMAL_INSTALL = :
35: PRE_INSTALL = :
36: POST_INSTALL = :
37: NORMAL_UNINSTALL = :
38: PRE_UNINSTALL = :
39: POST_UNINSTALL = :
40: host_triplet = @host@
41: DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
42: $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43: $(srcdir)/config_auto.h.in $(top_srcdir)/configure AUTHORS \
44: COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
1.5 moko 45: install-sh ltmain.sh missing
1.1 misha 46: subdir = .
47: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.9 moko 48: am__aclocal_m4_deps = $(top_srcdir)/libltdl/m4/argz.m4 \
49: $(top_srcdir)/libltdl/m4/libtool.m4 \
50: $(top_srcdir)/libltdl/m4/ltdl.m4 \
51: $(top_srcdir)/libltdl/m4/ltoptions.m4 \
52: $(top_srcdir)/libltdl/m4/ltsugar.m4 \
53: $(top_srcdir)/libltdl/m4/ltversion.m4 \
54: $(top_srcdir)/libltdl/m4/lt~obsolete.m4 \
55: $(top_srcdir)/configure.in
1.1 misha 56: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57: $(ACLOCAL_M4)
58: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59: configure.lineno configure.status.lineno
1.5 moko 60: mkinstalldirs = $(install_sh) -d
1.1 misha 61: CONFIG_HEADER = config_auto.h
62: CONFIG_CLEAN_FILES =
63: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64: am__vpath_adj = case $$p in \
65: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66: *) f=$$p;; \
67: esac;
68: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69: am__installdirs = "$(DESTDIR)$(libdir)"
70: libLTLIBRARIES_INSTALL = $(INSTALL)
71: LTLIBRARIES = $(lib_LTLIBRARIES)
1.13 ! moko 72: libparser3sqlite_la_LIBADD =
1.1 misha 73: am_libparser3sqlite_la_OBJECTS = parser3sqlite.lo
74: libparser3sqlite_la_OBJECTS = $(am_libparser3sqlite_la_OBJECTS)
75: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
76: depcomp = $(SHELL) $(top_srcdir)/depcomp
77: am__depfiles_maybe = depfiles
78: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1.5 moko 80: LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
1.1 misha 81: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82: $(AM_CXXFLAGS) $(CXXFLAGS)
83: CXXLD = $(CXX)
1.5 moko 84: CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
85: $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.1 misha 86: SOURCES = $(libparser3sqlite_la_SOURCES)
87: DIST_SOURCES = $(libparser3sqlite_la_SOURCES)
88: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89: html-recursive info-recursive install-data-recursive \
90: install-exec-recursive install-info-recursive \
91: install-recursive installcheck-recursive installdirs-recursive \
92: pdf-recursive ps-recursive uninstall-info-recursive \
93: uninstall-recursive
94: HEADERS = $(noinst_HEADERS)
95: ETAGS = etags
96: CTAGS = ctags
97: DIST_SUBDIRS = $(SUBDIRS)
98: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99: distdir = $(PACKAGE)-$(VERSION)
100: top_distdir = $(distdir)
101: am__remove_distdir = \
102: { test ! -d $(distdir) \
103: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
104: && rm -fr $(distdir); }; }
105: DIST_ARCHIVES = $(distdir).tar.gz
106: GZIP_ENV = --best
107: distuninstallcheck_listfiles = find . -type f -print
108: distcleancheck_listfiles = find . -type f -print
109: ACLOCAL = @ACLOCAL@
110: AMDEP_FALSE = @AMDEP_FALSE@
111: AMDEP_TRUE = @AMDEP_TRUE@
112: AMTAR = @AMTAR@
1.5 moko 113: AR = @AR@
114: ARGZ_H = @ARGZ_H@
115: AS = @AS@
1.1 misha 116: AUTOCONF = @AUTOCONF@
117: AUTOHEADER = @AUTOHEADER@
118: AUTOMAKE = @AUTOMAKE@
119: AWK = @AWK@
120: CC = @CC@
121: CCDEPMODE = @CCDEPMODE@
122: CFLAGS = @CFLAGS@
1.5 moko 123: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
124: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.1 misha 125: CPP = @CPP@
126: CPPFLAGS = @CPPFLAGS@
127: CXX = @CXX@
1.5 moko 128: CXXCPP = @CXXCPP@
1.1 misha 129: CXXDEPMODE = @CXXDEPMODE@
130: CXXFLAGS = @CXXFLAGS@
131: CYGPATH_W = @CYGPATH_W@
132: DEFS = @DEFS@
133: DEPDIR = @DEPDIR@
1.5 moko 134: DLLTOOL = @DLLTOOL@
135: DSYMUTIL = @DSYMUTIL@
136: DUMPBIN = @DUMPBIN@
1.1 misha 137: ECHO_C = @ECHO_C@
138: ECHO_N = @ECHO_N@
139: ECHO_T = @ECHO_T@
140: EGREP = @EGREP@
141: EXEEXT = @EXEEXT@
1.5 moko 142: FGREP = @FGREP@
143: GREP = @GREP@
1.1 misha 144: INCLTDL = @INCLTDL@
145: INSTALL_DATA = @INSTALL_DATA@
1.5 moko 146: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
147: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.1 misha 148: INSTALL_PROGRAM = @INSTALL_PROGRAM@
149: INSTALL_SCRIPT = @INSTALL_SCRIPT@
150: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.5 moko 151: LD = @LD@
1.1 misha 152: LDFLAGS = @LDFLAGS@
153: LIBADD_DL = @LIBADD_DL@
1.5 moko 154: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
155: LIBADD_DLOPEN = @LIBADD_DLOPEN@
156: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 misha 157: LIBLTDL = @LIBLTDL@
158: LIBOBJS = @LIBOBJS@
159: LIBS = @LIBS@
160: LIBTOOL = @LIBTOOL@
1.5 moko 161: LIPO = @LIPO@
1.1 misha 162: LN_S = @LN_S@
1.5 moko 163: LTDLDEPS = @LTDLDEPS@
164: LTDLINCL = @LTDLINCL@
165: LTDLOPEN = @LTDLOPEN@
1.1 misha 166: LTLIBOBJS = @LTLIBOBJS@
1.5 moko 167: LT_CONFIG_H = @LT_CONFIG_H@
168: LT_DLLOADERS = @LT_DLLOADERS@
169: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 misha 170: MAKEINFO = @MAKEINFO@
1.5 moko 171: MANIFEST_TOOL = @MANIFEST_TOOL@
172: NM = @NM@
173: NMEDIT = @NMEDIT@
174: OBJDUMP = @OBJDUMP@
1.1 misha 175: OBJEXT = @OBJEXT@
1.5 moko 176: OTOOL = @OTOOL@
177: OTOOL64 = @OTOOL64@
1.1 misha 178: PACKAGE = @PACKAGE@
179: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180: PACKAGE_NAME = @PACKAGE_NAME@
181: PACKAGE_STRING = @PACKAGE_STRING@
182: PACKAGE_TARNAME = @PACKAGE_TARNAME@
183: PACKAGE_VERSION = @PACKAGE_VERSION@
184: PATH_SEPARATOR = @PATH_SEPARATOR@
185: RANLIB = @RANLIB@
1.5 moko 186: SED = @SED@
1.1 misha 187: SET_MAKE = @SET_MAKE@
188: SHELL = @SHELL@
189: SQLITE_INC = @SQLITE_INC@
190: STRIP = @STRIP@
191: VERSION = @VERSION@
1.5 moko 192: ac_ct_AR = @ac_ct_AR@
193: ac_ct_AS = @ac_ct_AS@
1.1 misha 194: ac_ct_CC = @ac_ct_CC@
195: ac_ct_CXX = @ac_ct_CXX@
1.5 moko 196: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
197: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
198: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199: ac_ct_LIPO = @ac_ct_LIPO@
200: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
201: ac_ct_NMEDIT = @ac_ct_NMEDIT@
202: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
203: ac_ct_OTOOL = @ac_ct_OTOOL@
204: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.1 misha 205: ac_ct_RANLIB = @ac_ct_RANLIB@
206: ac_ct_STRIP = @ac_ct_STRIP@
207: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
208: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
209: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
210: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
211: am__include = @am__include@
212: am__leading_dot = @am__leading_dot@
213: am__quote = @am__quote@
214: am__tar = @am__tar@
215: am__untar = @am__untar@
216: bindir = @bindir@
217: build = @build@
218: build_alias = @build_alias@
219: build_cpu = @build_cpu@
220: build_os = @build_os@
221: build_vendor = @build_vendor@
222: datadir = @datadir@
223: exec_prefix = @exec_prefix@
224: host = @host@
225: host_alias = @host_alias@
226: host_cpu = @host_cpu@
227: host_os = @host_os@
228: host_vendor = @host_vendor@
229: includedir = @includedir@
230: infodir = @infodir@
231: install_sh = @install_sh@
232: libdir = @libdir@
233: libexecdir = @libexecdir@
234: localstatedir = @localstatedir@
1.5 moko 235: ltdl_LIBOBJS = @ltdl_LIBOBJS@
236: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.1 misha 237: mandir = @mandir@
238: mkdir_p = @mkdir_p@
239: oldincludedir = @oldincludedir@
240: prefix = @prefix@
241: program_transform_name = @program_transform_name@
242: sbindir = @sbindir@
243: sharedstatedir = @sharedstatedir@
244: subdirs = @subdirs@
1.5 moko 245: sys_symbol_underscore = @sys_symbol_underscore@
1.1 misha 246: sysconfdir = @sysconfdir@
247: target_alias = @target_alias@
248: SUBDIRS = libltdl
1.11 moko 249: ACLOCAL_AMFLAGS = -I libltdl/m4
1.1 misha 250: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC)
251: noinst_HEADERS = config_includes.h
252: lib_LTLIBRARIES = libparser3sqlite.la
253: libparser3sqlite_la_SOURCES = parser3sqlite.C
254: libparser3sqlite_la_LDFLAGS = -module -avoid-version
255: EXTRA_DIST = config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
256: all: config_auto.h
257: $(MAKE) $(AM_MAKEFLAGS) all-recursive
258:
259: .SUFFIXES:
260: .SUFFIXES: .C .lo .o .obj
261: am--refresh:
262: @:
263: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
264: @for dep in $?; do \
265: case '$(am__configure_deps)' in \
266: *$$dep*) \
267: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
268: cd $(srcdir) && $(AUTOMAKE) --gnu \
269: && exit 0; \
270: exit 1;; \
271: esac; \
272: done; \
273: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
274: cd $(top_srcdir) && \
275: $(AUTOMAKE) --gnu Makefile
276: .PRECIOUS: Makefile
277: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278: @case '$?' in \
279: *config.status*) \
280: echo ' $(SHELL) ./config.status'; \
281: $(SHELL) ./config.status;; \
282: *) \
283: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
284: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
285: esac;
286:
287: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288: $(SHELL) ./config.status --recheck
289:
290: $(top_srcdir)/configure: $(am__configure_deps)
291: cd $(srcdir) && $(AUTOCONF)
292: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
293: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
294:
295: config_auto.h: stamp-h1
296: @if test ! -f $@; then \
297: rm -f stamp-h1; \
298: $(MAKE) stamp-h1; \
299: else :; fi
300:
301: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
302: @rm -f stamp-h1
303: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
304: $(srcdir)/config_auto.h.in: $(am__configure_deps)
305: cd $(top_srcdir) && $(AUTOHEADER)
306: rm -f stamp-h1
307: touch $@
308:
309: distclean-hdr:
310: -rm -f config_auto.h stamp-h1
311: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
312: @$(NORMAL_INSTALL)
313: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
314: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
315: if test -f $$p; then \
316: f=$(am__strip_dir) \
317: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
318: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
319: else :; fi; \
320: done
321:
322: uninstall-libLTLIBRARIES:
323: @$(NORMAL_UNINSTALL)
324: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
325: p=$(am__strip_dir) \
326: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
327: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
328: done
329:
330: clean-libLTLIBRARIES:
331: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
332: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
333: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
334: test "$$dir" != "$$p" || dir=.; \
335: echo "rm -f \"$${dir}/so_locations\""; \
336: rm -f "$${dir}/so_locations"; \
337: done
338: libparser3sqlite.la: $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_DEPENDENCIES)
1.13 ! moko 339: $(CXXLINK) -rpath $(libdir) $(libparser3sqlite_la_LDFLAGS) $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_LIBADD) $(LIBS)
1.1 misha 340:
341: mostlyclean-compile:
342: -rm -f *.$(OBJEXT)
343:
344: distclean-compile:
345: -rm -f *.tab.c
346:
347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3sqlite.Plo@am__quote@
348:
349: .C.o:
350: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
351: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
352: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
355:
356: .C.obj:
357: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
358: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
359: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
362:
363: .C.lo:
364: @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
365: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
366: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
369:
370: mostlyclean-libtool:
371: -rm -f *.lo
372:
373: clean-libtool:
374: -rm -rf .libs _libs
375:
376: distclean-libtool:
377: -rm -f libtool
378: uninstall-info-am:
379:
380: # This directory's subdirectories are mostly independent; you can cd
381: # into them and run `make' without going through this Makefile.
382: # To change the values of `make' variables: instead of editing Makefiles,
383: # (1) if the variable is set in `config.status', edit `config.status'
384: # (which will cause the Makefiles to be regenerated when you run `make');
385: # (2) otherwise, pass the desired values on the `make' command line.
386: $(RECURSIVE_TARGETS):
387: @set fnord $$MAKEFLAGS; amf=$$2; \
388: dot_seen=no; \
389: target=`echo $@ | sed s/-recursive//`; \
390: list='$(SUBDIRS)'; for subdir in $$list; do \
391: echo "Making $$target in $$subdir"; \
392: if test "$$subdir" = "."; then \
393: dot_seen=yes; \
394: local_target="$$target-am"; \
395: else \
396: local_target="$$target"; \
397: fi; \
398: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
400: done; \
401: if test "$$dot_seen" = "no"; then \
402: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
403: fi; test -z "$$fail"
404:
405: mostlyclean-recursive clean-recursive distclean-recursive \
406: maintainer-clean-recursive:
407: @set fnord $$MAKEFLAGS; amf=$$2; \
408: dot_seen=no; \
409: case "$@" in \
410: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
411: *) list='$(SUBDIRS)' ;; \
412: esac; \
413: rev=''; for subdir in $$list; do \
414: if test "$$subdir" = "."; then :; else \
415: rev="$$subdir $$rev"; \
416: fi; \
417: done; \
418: rev="$$rev ."; \
419: target=`echo $@ | sed s/-recursive//`; \
420: for subdir in $$rev; do \
421: echo "Making $$target in $$subdir"; \
422: if test "$$subdir" = "."; then \
423: local_target="$$target-am"; \
424: else \
425: local_target="$$target"; \
426: fi; \
427: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
429: done && test -z "$$fail"
430: tags-recursive:
431: list='$(SUBDIRS)'; for subdir in $$list; do \
432: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
433: done
434: ctags-recursive:
435: list='$(SUBDIRS)'; for subdir in $$list; do \
436: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
437: done
438:
439: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441: unique=`for i in $$list; do \
442: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443: done | \
444: $(AWK) ' { files[$$0] = 1; } \
445: END { for (i in files) print i; }'`; \
446: mkid -fID $$unique
447: tags: TAGS
448:
449: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
450: $(TAGS_FILES) $(LISP)
451: tags=; \
452: here=`pwd`; \
453: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
454: include_option=--etags-include; \
455: empty_fix=.; \
456: else \
457: include_option=--include; \
458: empty_fix=; \
459: fi; \
460: list='$(SUBDIRS)'; for subdir in $$list; do \
461: if test "$$subdir" = .; then :; else \
462: test ! -f $$subdir/TAGS || \
463: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
464: fi; \
465: done; \
466: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
467: unique=`for i in $$list; do \
468: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469: done | \
470: $(AWK) ' { files[$$0] = 1; } \
471: END { for (i in files) print i; }'`; \
472: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
473: test -n "$$unique" || unique=$$empty_fix; \
474: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475: $$tags $$unique; \
476: fi
477: ctags: CTAGS
478: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
479: $(TAGS_FILES) $(LISP)
480: tags=; \
481: here=`pwd`; \
482: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
483: unique=`for i in $$list; do \
484: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485: done | \
486: $(AWK) ' { files[$$0] = 1; } \
487: END { for (i in files) print i; }'`; \
488: test -z "$(CTAGS_ARGS)$$tags$$unique" \
489: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490: $$tags $$unique
491:
492: GTAGS:
493: here=`$(am__cd) $(top_builddir) && pwd` \
494: && cd $(top_srcdir) \
495: && gtags -i $(GTAGS_ARGS) $$here
496:
497: distclean-tags:
498: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499:
500: distdir: $(DISTFILES)
501: $(am__remove_distdir)
502: mkdir $(distdir)
1.9 moko 503: $(mkdir_p) $(distdir)/libltdl/m4
1.1 misha 504: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
505: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
506: list='$(DISTFILES)'; for file in $$list; do \
507: case $$file in \
508: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
509: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
510: esac; \
511: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
513: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
514: dir="/$$dir"; \
515: $(mkdir_p) "$(distdir)$$dir"; \
516: else \
517: dir=''; \
518: fi; \
519: if test -d $$d/$$file; then \
520: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
522: fi; \
523: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
524: else \
525: test -f $(distdir)/$$file \
526: || cp -p $$d/$$file $(distdir)/$$file \
527: || exit 1; \
528: fi; \
529: done
530: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531: if test "$$subdir" = .; then :; else \
532: test -d "$(distdir)/$$subdir" \
533: || $(mkdir_p) "$(distdir)/$$subdir" \
534: || exit 1; \
535: distdir=`$(am__cd) $(distdir) && pwd`; \
536: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
537: (cd $$subdir && \
538: $(MAKE) $(AM_MAKEFLAGS) \
539: top_distdir="$$top_distdir" \
540: distdir="$$distdir/$$subdir" \
541: distdir) \
542: || exit 1; \
543: fi; \
544: done
545: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
546: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
547: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
548: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
549: || chmod -R a+r $(distdir)
550: dist-gzip: distdir
551: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
552: $(am__remove_distdir)
553:
554: dist-bzip2: distdir
555: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
556: $(am__remove_distdir)
557:
558: dist-tarZ: distdir
559: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
560: $(am__remove_distdir)
561:
562: dist-shar: distdir
563: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
564: $(am__remove_distdir)
565:
566: dist-zip: distdir
567: -rm -f $(distdir).zip
568: zip -rq $(distdir).zip $(distdir)
569: $(am__remove_distdir)
570:
571: dist dist-all: distdir
572: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
573: $(am__remove_distdir)
574:
575: # This target untars the dist file and tries a VPATH configuration. Then
576: # it guarantees that the distribution is self-contained by making another
577: # tarfile.
578: distcheck: dist
579: case '$(DIST_ARCHIVES)' in \
580: *.tar.gz*) \
581: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
582: *.tar.bz2*) \
583: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
584: *.tar.Z*) \
585: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
586: *.shar.gz*) \
587: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
588: *.zip*) \
589: unzip $(distdir).zip ;;\
590: esac
591: chmod -R a-w $(distdir); chmod a+w $(distdir)
592: mkdir $(distdir)/_build
593: mkdir $(distdir)/_inst
594: chmod a-w $(distdir)
595: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
596: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
597: && cd $(distdir)/_build \
598: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
599: $(DISTCHECK_CONFIGURE_FLAGS) \
600: && $(MAKE) $(AM_MAKEFLAGS) \
601: && $(MAKE) $(AM_MAKEFLAGS) dvi \
602: && $(MAKE) $(AM_MAKEFLAGS) check \
603: && $(MAKE) $(AM_MAKEFLAGS) install \
604: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
605: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
606: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
607: distuninstallcheck \
608: && chmod -R a-w "$$dc_install_base" \
609: && ({ \
610: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
611: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
612: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
613: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
614: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
615: } || { rm -rf "$$dc_destdir"; exit 1; }) \
616: && rm -rf "$$dc_destdir" \
617: && $(MAKE) $(AM_MAKEFLAGS) dist \
618: && rm -rf $(DIST_ARCHIVES) \
619: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
620: $(am__remove_distdir)
621: @(echo "$(distdir) archives ready for distribution: "; \
622: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
623: sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
624: distuninstallcheck:
625: @cd $(distuninstallcheck_dir) \
626: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
627: || { echo "ERROR: files left after uninstall:" ; \
628: if test -n "$(DESTDIR)"; then \
629: echo " (check DESTDIR support)"; \
630: fi ; \
631: $(distuninstallcheck_listfiles) ; \
632: exit 1; } >&2
633: distcleancheck: distclean
634: @if test '$(srcdir)' = . ; then \
635: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
636: exit 1 ; \
637: fi
638: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
639: || { echo "ERROR: files left in build directory after distclean:" ; \
640: $(distcleancheck_listfiles) ; \
641: exit 1; } >&2
642: check-am: all-am
643: check: check-recursive
644: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
645: installdirs: installdirs-recursive
646: installdirs-am:
647: for dir in "$(DESTDIR)$(libdir)"; do \
648: test -z "$$dir" || $(mkdir_p) "$$dir"; \
649: done
650: install: install-recursive
651: install-exec: install-exec-recursive
652: install-data: install-data-recursive
653: uninstall: uninstall-recursive
654:
655: install-am: all-am
656: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
657:
658: installcheck: installcheck-recursive
659: install-strip:
660: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662: `test -z '$(STRIP)' || \
663: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
664: mostlyclean-generic:
665:
666: clean-generic:
667:
668: distclean-generic:
669: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
670:
671: maintainer-clean-generic:
672: @echo "This command is intended for maintainers to use"
673: @echo "it deletes files that may require special tools to rebuild."
674: clean: clean-recursive
675:
676: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
677: mostlyclean-am
678:
679: distclean: distclean-recursive
680: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
681: -rm -rf ./$(DEPDIR)
682: -rm -f Makefile
683: distclean-am: clean-am distclean-compile distclean-generic \
684: distclean-hdr distclean-libtool distclean-tags
685:
686: dvi: dvi-recursive
687:
688: dvi-am:
689:
690: html: html-recursive
691:
692: info: info-recursive
693:
694: info-am:
695:
696: install-data-am:
697:
698: install-exec-am: install-libLTLIBRARIES
699:
700: install-info: install-info-recursive
701:
702: install-man:
703:
704: installcheck-am:
705:
706: maintainer-clean: maintainer-clean-recursive
707: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
708: -rm -rf $(top_srcdir)/autom4te.cache
709: -rm -rf ./$(DEPDIR)
710: -rm -f Makefile
711: maintainer-clean-am: distclean-am maintainer-clean-generic
712:
713: mostlyclean: mostlyclean-recursive
714:
715: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
716: mostlyclean-libtool
717:
718: pdf: pdf-recursive
719:
720: pdf-am:
721:
722: ps: ps-recursive
723:
724: ps-am:
725:
726: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
727:
728: uninstall-info: uninstall-info-recursive
729:
730: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
731: check-am clean clean-generic clean-libLTLIBRARIES \
732: clean-libtool clean-recursive ctags ctags-recursive dist \
733: dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
734: distcheck distclean distclean-compile distclean-generic \
735: distclean-hdr distclean-libtool distclean-recursive \
736: distclean-tags distcleancheck distdir distuninstallcheck dvi \
737: dvi-am html html-am info info-am install install-am \
738: install-data install-data-am install-exec install-exec-am \
739: install-info install-info-am install-libLTLIBRARIES \
740: install-man install-strip installcheck installcheck-am \
741: installdirs installdirs-am maintainer-clean \
742: maintainer-clean-generic maintainer-clean-recursive \
743: mostlyclean mostlyclean-compile mostlyclean-generic \
744: mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
745: tags tags-recursive uninstall uninstall-am uninstall-info-am \
746: uninstall-libLTLIBRARIES
747:
748:
749: commit:
750: # trick to make 'make' happy at check out time
1.11 moko 751: # and avoid redundant remaking: aclocal+autoconf+automake
1.1 misha 752:
1.11 moko 753: cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure config_auto.h.in
1.1 misha 754: # Tell versions [3.59,3.63) of GNU make to not export all variables.
755: # Otherwise a system limit (for SysV at least) may be exceeded.
756: .NOEXPORT:
E-mail: