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