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