Annotation of sql/oracle/Makefile.in, revision 1.27
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.26 moko 251: ACLOCAL_AMFLAGS = -I libltdl/m4
1.6 paf 252: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(ORACLE_OCI_INC) -I$(ORACLE_PUBLIC_INC)
1.5 paf 253: noinst_HEADERS = config_includes.h
1.4 paf 254: lib_LTLIBRARIES = libparser3oracle.la
1.5 paf 255: libparser3oracle_la_SOURCES = parser3oracle.C
1.4 paf 256: libparser3oracle_la_LIBADD = $(LIBLTDL)
1.20 paf 257: libparser3oracle_la_LDFLAGS = -module -avoid-version
1.24 moko 258: libparser3oracle_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@
1.13 paf 259: EXTRA_DIST = config_fixed.h parser3oracle.sln parser3oracle.vcproj
1.9 paf 260: all: config_auto.h
261: $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1 parser 262:
263: .SUFFIXES:
1.9 paf 264: .SUFFIXES: .C .lo .o .obj
1.19 paf 265: am--refresh:
266: @:
267: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
268: @for dep in $?; do \
269: case '$(am__configure_deps)' in \
270: *$$dep*) \
271: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
272: cd $(srcdir) && $(AUTOMAKE) --gnu \
273: && exit 0; \
274: exit 1;; \
275: esac; \
276: done; \
277: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
1.9 paf 278: cd $(top_srcdir) && \
279: $(AUTOMAKE) --gnu Makefile
1.19 paf 280: .PRECIOUS: Makefile
281: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282: @case '$?' in \
283: *config.status*) \
284: echo ' $(SHELL) ./config.status'; \
285: $(SHELL) ./config.status;; \
286: *) \
287: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
288: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
289: esac;
1.1 parser 290:
1.19 paf 291: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1 parser 292: $(SHELL) ./config.status --recheck
1.19 paf 293:
294: $(top_srcdir)/configure: $(am__configure_deps)
1.1 parser 295: cd $(srcdir) && $(AUTOCONF)
1.19 paf 296: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1.9 paf 297: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
298:
299: config_auto.h: stamp-h1
1.1 parser 300: @if test ! -f $@; then \
1.9 paf 301: rm -f stamp-h1; \
302: $(MAKE) stamp-h1; \
1.1 parser 303: else :; fi
304:
1.9 paf 305: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
306: @rm -f stamp-h1
307: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
1.19 paf 308: $(srcdir)/config_auto.h.in: $(am__configure_deps)
1.9 paf 309: cd $(top_srcdir) && $(AUTOHEADER)
1.19 paf 310: rm -f stamp-h1
311: touch $@
1.1 parser 312:
313: distclean-hdr:
1.9 paf 314: -rm -f config_auto.h stamp-h1
1.1 parser 315: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
316: @$(NORMAL_INSTALL)
1.19 paf 317: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
1.1 parser 318: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
319: if test -f $$p; then \
1.19 paf 320: f=$(am__strip_dir) \
321: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
322: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
1.1 parser 323: else :; fi; \
324: done
325:
326: uninstall-libLTLIBRARIES:
327: @$(NORMAL_UNINSTALL)
1.19 paf 328: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
329: p=$(am__strip_dir) \
330: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
331: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
1.1 parser 332: done
333:
1.9 paf 334: clean-libLTLIBRARIES:
335: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
336: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
337: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.19 paf 338: test "$$dir" != "$$p" || dir=.; \
1.9 paf 339: echo "rm -f \"$${dir}/so_locations\""; \
340: rm -f "$${dir}/so_locations"; \
341: done
342: libparser3oracle.la: $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_DEPENDENCIES)
1.24 moko 343: $(libparser3oracle_la_LINK) -rpath $(libdir) $(libparser3oracle_la_LDFLAGS) $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_LIBADD) $(LIBS)
1.1 parser 344:
345: mostlyclean-compile:
1.19 paf 346: -rm -f *.$(OBJEXT)
1.1 parser 347:
348: distclean-compile:
349: -rm -f *.tab.c
350:
1.9 paf 351: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3oracle.Plo@am__quote@
1.1 parser 352:
1.9 paf 353: .C.o:
1.19 paf 354: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
355: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9 paf 356: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.19 paf 357: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
1.9 paf 359:
360: .C.obj:
1.19 paf 361: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
362: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9 paf 363: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.19 paf 364: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.9 paf 366:
367: .C.lo:
1.19 paf 368: @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
369: @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
1.9 paf 370: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.19 paf 371: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
1.1 parser 373:
374: mostlyclean-libtool:
375: -rm -f *.lo
376:
377: clean-libtool:
378: -rm -rf .libs _libs
379:
380: distclean-libtool:
1.9 paf 381: -rm -f libtool
382: uninstall-info-am:
1.1 parser 383:
384: # This directory's subdirectories are mostly independent; you can cd
385: # into them and run `make' without going through this Makefile.
386: # To change the values of `make' variables: instead of editing Makefiles,
387: # (1) if the variable is set in `config.status', edit `config.status'
388: # (which will cause the Makefiles to be regenerated when you run `make');
389: # (2) otherwise, pass the desired values on the `make' command line.
1.9 paf 390: $(RECURSIVE_TARGETS):
391: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 parser 392: dot_seen=no; \
393: target=`echo $@ | sed s/-recursive//`; \
394: list='$(SUBDIRS)'; for subdir in $$list; do \
395: echo "Making $$target in $$subdir"; \
396: if test "$$subdir" = "."; then \
397: dot_seen=yes; \
398: local_target="$$target-am"; \
399: else \
400: local_target="$$target"; \
401: fi; \
402: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
404: done; \
405: if test "$$dot_seen" = "no"; then \
406: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
407: fi; test -z "$$fail"
408:
409: mostlyclean-recursive clean-recursive distclean-recursive \
410: maintainer-clean-recursive:
1.9 paf 411: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 parser 412: dot_seen=no; \
1.9 paf 413: case "$@" in \
414: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
415: *) list='$(SUBDIRS)' ;; \
416: esac; \
417: rev=''; for subdir in $$list; do \
418: if test "$$subdir" = "."; then :; else \
419: rev="$$subdir $$rev"; \
420: fi; \
1.1 parser 421: done; \
1.9 paf 422: rev="$$rev ."; \
1.1 parser 423: target=`echo $@ | sed s/-recursive//`; \
424: for subdir in $$rev; do \
425: echo "Making $$target in $$subdir"; \
426: if test "$$subdir" = "."; then \
427: local_target="$$target-am"; \
428: else \
429: local_target="$$target"; \
430: fi; \
431: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
433: done && test -z "$$fail"
434: tags-recursive:
435: list='$(SUBDIRS)'; for subdir in $$list; do \
436: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
437: done
1.9 paf 438: ctags-recursive:
439: list='$(SUBDIRS)'; for subdir in $$list; do \
440: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
441: done
442:
443: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445: unique=`for i in $$list; do \
446: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447: done | \
448: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 449: END { for (i in files) print i; }'`; \
1.9 paf 450: mkid -fID $$unique
1.19 paf 451: tags: TAGS
1.1 parser 452:
1.9 paf 453: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
454: $(TAGS_FILES) $(LISP)
1.1 parser 455: tags=; \
456: here=`pwd`; \
1.19 paf 457: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
458: include_option=--etags-include; \
459: empty_fix=.; \
460: else \
461: include_option=--include; \
462: empty_fix=; \
463: fi; \
1.1 parser 464: list='$(SUBDIRS)'; for subdir in $$list; do \
1.9 paf 465: if test "$$subdir" = .; then :; else \
1.19 paf 466: test ! -f $$subdir/TAGS || \
467: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.9 paf 468: fi; \
1.1 parser 469: done; \
1.9 paf 470: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
471: unique=`for i in $$list; do \
472: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473: done | \
474: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 475: END { for (i in files) print i; }'`; \
1.19 paf 476: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
477: test -n "$$unique" || unique=$$empty_fix; \
478: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479: $$tags $$unique; \
480: fi
1.9 paf 481: ctags: CTAGS
482: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
483: $(TAGS_FILES) $(LISP)
484: tags=; \
485: here=`pwd`; \
486: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
487: unique=`for i in $$list; do \
488: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489: done | \
490: $(AWK) ' { files[$$0] = 1; } \
491: END { for (i in files) print i; }'`; \
492: test -z "$(CTAGS_ARGS)$$tags$$unique" \
493: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494: $$tags $$unique
495:
496: GTAGS:
497: here=`$(am__cd) $(top_builddir) && pwd` \
498: && cd $(top_srcdir) \
499: && gtags -i $(GTAGS_ARGS) $$here
1.1 parser 500:
1.9 paf 501: distclean-tags:
502: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 parser 503:
504: distdir: $(DISTFILES)
1.9 paf 505: $(am__remove_distdir)
1.1 parser 506: mkdir $(distdir)
1.24 moko 507: $(mkdir_p) $(distdir)/libltdl/m4
1.9 paf 508: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
509: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
510: list='$(DISTFILES)'; for file in $$list; do \
511: case $$file in \
512: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
513: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
514: esac; \
515: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
517: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
518: dir="/$$dir"; \
1.19 paf 519: $(mkdir_p) "$(distdir)$$dir"; \
1.9 paf 520: else \
521: dir=''; \
522: fi; \
1.1 parser 523: if test -d $$d/$$file; then \
1.9 paf 524: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
526: fi; \
527: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 parser 528: else \
529: test -f $(distdir)/$$file \
1.9 paf 530: || cp -p $$d/$$file $(distdir)/$$file \
531: || exit 1; \
1.1 parser 532: fi; \
533: done
1.19 paf 534: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 parser 535: if test "$$subdir" = .; then :; else \
1.19 paf 536: test -d "$(distdir)/$$subdir" \
537: || $(mkdir_p) "$(distdir)/$$subdir" \
1.1 parser 538: || exit 1; \
1.19 paf 539: distdir=`$(am__cd) $(distdir) && pwd`; \
540: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.9 paf 541: (cd $$subdir && \
542: $(MAKE) $(AM_MAKEFLAGS) \
1.19 paf 543: top_distdir="$$top_distdir" \
544: distdir="$$distdir/$$subdir" \
1.9 paf 545: distdir) \
1.1 parser 546: || exit 1; \
547: fi; \
548: done
1.9 paf 549: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
550: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
551: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
552: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
553: || chmod -R a+r $(distdir)
554: dist-gzip: distdir
1.19 paf 555: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
556: $(am__remove_distdir)
557:
558: dist-bzip2: distdir
559: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
560: $(am__remove_distdir)
561:
562: dist-tarZ: distdir
563: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
564: $(am__remove_distdir)
565:
566: dist-shar: distdir
567: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
568: $(am__remove_distdir)
569:
570: dist-zip: distdir
571: -rm -f $(distdir).zip
572: zip -rq $(distdir).zip $(distdir)
1.9 paf 573: $(am__remove_distdir)
574:
575: dist dist-all: distdir
1.19 paf 576: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.9 paf 577: $(am__remove_distdir)
1.1 parser 578:
1.9 paf 579: # This target untars the dist file and tries a VPATH configuration. Then
580: # it guarantees that the distribution is self-contained by making another
581: # tarfile.
582: distcheck: dist
1.19 paf 583: case '$(DIST_ARCHIVES)' in \
584: *.tar.gz*) \
585: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
586: *.tar.bz2*) \
587: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
588: *.tar.Z*) \
589: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590: *.shar.gz*) \
591: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
592: *.zip*) \
593: unzip $(distdir).zip ;;\
594: esac
1.9 paf 595: chmod -R a-w $(distdir); chmod a+w $(distdir)
1.19 paf 596: mkdir $(distdir)/_build
597: mkdir $(distdir)/_inst
1.9 paf 598: chmod a-w $(distdir)
1.19 paf 599: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.9 paf 600: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.19 paf 601: && cd $(distdir)/_build \
1.9 paf 602: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
603: $(DISTCHECK_CONFIGURE_FLAGS) \
604: && $(MAKE) $(AM_MAKEFLAGS) \
605: && $(MAKE) $(AM_MAKEFLAGS) dvi \
606: && $(MAKE) $(AM_MAKEFLAGS) check \
607: && $(MAKE) $(AM_MAKEFLAGS) install \
608: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
609: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
610: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
611: distuninstallcheck \
612: && chmod -R a-w "$$dc_install_base" \
613: && ({ \
1.19 paf 614: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.9 paf 615: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
616: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
617: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
618: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
619: } || { rm -rf "$$dc_destdir"; exit 1; }) \
620: && rm -rf "$$dc_destdir" \
1.19 paf 621: && $(MAKE) $(AM_MAKEFLAGS) dist \
622: && rm -rf $(DIST_ARCHIVES) \
1.9 paf 623: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
624: $(am__remove_distdir)
1.19 paf 625: @(echo "$(distdir) archives ready for distribution: "; \
626: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
627: sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1.9 paf 628: distuninstallcheck:
1.19 paf 629: @cd $(distuninstallcheck_dir) \
1.9 paf 630: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
631: || { echo "ERROR: files left after uninstall:" ; \
632: if test -n "$(DESTDIR)"; then \
633: echo " (check DESTDIR support)"; \
634: fi ; \
635: $(distuninstallcheck_listfiles) ; \
636: exit 1; } >&2
637: distcleancheck: distclean
1.19 paf 638: @if test '$(srcdir)' = . ; then \
1.9 paf 639: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
640: exit 1 ; \
641: fi
1.19 paf 642: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.9 paf 643: || { echo "ERROR: files left in build directory after distclean:" ; \
644: $(distcleancheck_listfiles) ; \
645: exit 1; } >&2
1.1 parser 646: check-am: all-am
647: check: check-recursive
1.9 paf 648: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
649: installdirs: installdirs-recursive
650: installdirs-am:
1.19 paf 651: for dir in "$(DESTDIR)$(libdir)"; do \
652: test -z "$$dir" || $(mkdir_p) "$$dir"; \
653: done
1.9 paf 654: install: install-recursive
1.1 parser 655: install-exec: install-exec-recursive
656: install-data: install-data-recursive
1.9 paf 657: uninstall: uninstall-recursive
1.1 parser 658:
659: install-am: all-am
660: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.9 paf 661:
662: installcheck: installcheck-recursive
1.1 parser 663: install-strip:
1.9 paf 664: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.19 paf 665: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.9 paf 666: `test -z '$(STRIP)' || \
667: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 parser 668: mostlyclean-generic:
669:
670: clean-generic:
671:
672: distclean-generic:
1.19 paf 673: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1 parser 674:
675: maintainer-clean-generic:
1.9 paf 676: @echo "This command is intended for maintainers to use"
677: @echo "it deletes files that may require special tools to rebuild."
678: clean: clean-recursive
679:
680: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
681: mostlyclean-am
1.1 parser 682:
1.9 paf 683: distclean: distclean-recursive
684: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.19 paf 685: -rm -rf ./$(DEPDIR)
686: -rm -f Makefile
687: distclean-am: clean-am distclean-compile distclean-generic \
688: distclean-hdr distclean-libtool distclean-tags
1.9 paf 689:
690: dvi: dvi-recursive
691:
692: dvi-am:
693:
1.19 paf 694: html: html-recursive
695:
1.9 paf 696: info: info-recursive
697:
698: info-am:
1.1 parser 699:
1.9 paf 700: install-data-am:
1.1 parser 701:
1.9 paf 702: install-exec-am: install-libLTLIBRARIES
1.1 parser 703:
1.9 paf 704: install-info: install-info-recursive
1.1 parser 705:
1.9 paf 706: install-man:
1.1 parser 707:
1.9 paf 708: installcheck-am:
1.1 parser 709:
710: maintainer-clean: maintainer-clean-recursive
1.9 paf 711: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.19 paf 712: -rm -rf $(top_srcdir)/autom4te.cache
713: -rm -rf ./$(DEPDIR)
714: -rm -f Makefile
1.9 paf 715: maintainer-clean-am: distclean-am maintainer-clean-generic
716:
717: mostlyclean: mostlyclean-recursive
1.1 parser 718:
1.9 paf 719: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
720: mostlyclean-libtool
721:
722: pdf: pdf-recursive
723:
724: pdf-am:
725:
726: ps: ps-recursive
727:
728: ps-am:
729:
730: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
731:
732: uninstall-info: uninstall-info-recursive
733:
1.19 paf 734: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
735: check-am clean clean-generic clean-libLTLIBRARIES \
736: clean-libtool clean-recursive ctags ctags-recursive dist \
737: dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
738: distcheck distclean distclean-compile distclean-generic \
739: distclean-hdr distclean-libtool distclean-recursive \
740: distclean-tags distcleancheck distdir distuninstallcheck dvi \
741: dvi-am html html-am info info-am install install-am \
742: install-data install-data-am install-exec install-exec-am \
743: install-info install-info-am install-libLTLIBRARIES \
744: install-man install-strip installcheck installcheck-am \
745: installdirs installdirs-am maintainer-clean \
746: maintainer-clean-generic maintainer-clean-recursive \
747: mostlyclean mostlyclean-compile mostlyclean-generic \
748: mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
749: tags tags-recursive uninstall uninstall-am uninstall-info-am \
750: uninstall-libLTLIBRARIES
1.1 parser 751:
752:
1.7 paf 753: commit:
1.9 paf 754: # trick to make 'make' happy at check out time
1.26 moko 755: # and avoid redundant remaking: 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.1 parser 758: # Tell versions [3.59,3.63) of GNU make to not export all variables.
759: # Otherwise a system limit (for SysV at least) may be exceeded.
760: .NOEXPORT:
E-mail: