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