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