Annotation of sql/oracle/Makefile.in, revision 1.14
1.9 paf 1: # Makefile.in generated by automake 1.7.2 from Makefile.am.
2: # @configure_input@
1.1 parser 3:
1.9 paf 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # 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:
17: srcdir = @srcdir@
18: top_srcdir = @top_srcdir@
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkgincludedir = $(includedir)/@PACKAGE@
23: top_builddir = .
24:
1.9 paf 25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1.1 parser 26: INSTALL = @INSTALL@
1.9 paf 27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
1.1 parser 32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: host_triplet = @host@
1.9 paf 39: ACLOCAL = @ACLOCAL@
40: AMDEP_FALSE = @AMDEP_FALSE@
41: AMDEP_TRUE = @AMDEP_TRUE@
42: AMTAR = @AMTAR@
43: AUTOCONF = @AUTOCONF@
44: AUTOHEADER = @AUTOHEADER@
45: AUTOMAKE = @AUTOMAKE@
1.1 parser 46: AWK = @AWK@
47: CC = @CC@
1.9 paf 48: CCDEPMODE = @CCDEPMODE@
49: CFLAGS = @CFLAGS@
50: CPPFLAGS = @CPPFLAGS@
1.1 parser 51: CXX = @CXX@
1.9 paf 52: CXXCPP = @CXXCPP@
53: CXXDEPMODE = @CXXDEPMODE@
54: CXXFLAGS = @CXXFLAGS@
55: CYGPATH_W = @CYGPATH_W@
56: DEFS = @DEFS@
57: DEPDIR = @DEPDIR@
58: ECHO = @ECHO@
59: ECHO_C = @ECHO_C@
60: ECHO_N = @ECHO_N@
61: ECHO_T = @ECHO_T@
62: EGREP = @EGREP@
63: EXEEXT = @EXEEXT@
1.1 parser 64: INCLTDL = @INCLTDL@
1.9 paf 65: INSTALL_DATA = @INSTALL_DATA@
66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
67: INSTALL_SCRIPT = @INSTALL_SCRIPT@
68: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69: LDFLAGS = @LDFLAGS@
1.1 parser 70: LIBADD_DL = @LIBADD_DL@
71: LIBLTDL = @LIBLTDL@
1.9 paf 72: LIBOBJS = @LIBOBJS@
73: LIBS = @LIBS@
1.1 parser 74: LIBTOOL = @LIBTOOL@
75: LN_S = @LN_S@
1.9 paf 76: LTLIBOBJS = @LTLIBOBJS@
1.1 parser 77: MAKEINFO = @MAKEINFO@
1.9 paf 78: OBJEXT = @OBJEXT@
1.3 parser 79: ORACLE_OCI_INC = @ORACLE_OCI_INC@
80: ORACLE_PUBLIC_INC = @ORACLE_PUBLIC_INC@
1.1 parser 81: PACKAGE = @PACKAGE@
1.9 paf 82: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
83: PACKAGE_NAME = @PACKAGE_NAME@
84: PACKAGE_STRING = @PACKAGE_STRING@
85: PACKAGE_TARNAME = @PACKAGE_TARNAME@
86: PACKAGE_VERSION = @PACKAGE_VERSION@
87: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 parser 88: RANLIB = @RANLIB@
1.9 paf 89: SET_MAKE = @SET_MAKE@
90: SHELL = @SHELL@
91: STRIP = @STRIP@
1.1 parser 92: VERSION = @VERSION@
1.9 paf 93: ac_ct_CC = @ac_ct_CC@
94: ac_ct_CXX = @ac_ct_CXX@
95: ac_ct_RANLIB = @ac_ct_RANLIB@
96: ac_ct_STRIP = @ac_ct_STRIP@
97: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
98: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
99: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
100: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
101: am__include = @am__include@
102: am__quote = @am__quote@
103: bindir = @bindir@
104: build = @build@
105: build_alias = @build_alias@
106: build_cpu = @build_cpu@
107: build_os = @build_os@
108: build_vendor = @build_vendor@
109: datadir = @datadir@
110: exec_prefix = @exec_prefix@
111: host = @host@
112: host_alias = @host_alias@
113: host_cpu = @host_cpu@
114: host_os = @host_os@
115: host_vendor = @host_vendor@
116: includedir = @includedir@
117: infodir = @infodir@
118: install_sh = @install_sh@
119: libdir = @libdir@
120: libexecdir = @libexecdir@
121: localstatedir = @localstatedir@
122: mandir = @mandir@
123: oldincludedir = @oldincludedir@
124: prefix = @prefix@
125: program_transform_name = @program_transform_name@
126: sbindir = @sbindir@
127: sharedstatedir = @sharedstatedir@
128: subdirs = @subdirs@
129: sysconfdir = @sysconfdir@
130: target_alias = @target_alias@
1.1 parser 131: SUBDIRS = libltdl
132:
1.6 paf 133: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(ORACLE_OCI_INC) -I$(ORACLE_PUBLIC_INC)
1.1 parser 134:
1.5 paf 135: noinst_HEADERS = config_includes.h
1.4 paf 136: lib_LTLIBRARIES = libparser3oracle.la
1.5 paf 137: libparser3oracle_la_SOURCES = parser3oracle.C
1.4 paf 138: libparser3oracle_la_LIBADD = $(LIBLTDL)
139: libparser3oracle_la_LDFLAGS = -module -avoid-version
1.5 paf 140:
1.13 paf 141: EXTRA_DIST = config_fixed.h parser3oracle.sln parser3oracle.vcproj
1.9 paf 142: subdir = .
1.1 parser 143: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
145: CONFIG_HEADER = config_auto.h
1.9 paf 146: CONFIG_CLEAN_FILES =
147: LTLIBRARIES = $(lib_LTLIBRARIES)
1.1 parser 148:
1.9 paf 149: libparser3oracle_la_DEPENDENCIES =
150: am_libparser3oracle_la_OBJECTS = parser3oracle.lo
151: libparser3oracle_la_OBJECTS = $(am_libparser3oracle_la_OBJECTS)
152:
153: DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
154: depcomp = $(SHELL) $(top_srcdir)/depcomp
155: am__depfiles_maybe = depfiles
156: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/parser3oracle.Plo
157: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
158: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
159: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
160: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161: $(AM_CXXFLAGS) $(CXXFLAGS)
1.1 parser 162: CXXLD = $(CXX)
1.9 paf 163: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
164: $(AM_LDFLAGS) $(LDFLAGS) -o $@
165: DIST_SOURCES = $(libparser3oracle_la_SOURCES)
166: HEADERS = $(noinst_HEADERS)
167:
168:
169: RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
170: ps-recursive install-info-recursive uninstall-info-recursive \
171: all-recursive install-data-recursive install-exec-recursive \
172: installdirs-recursive install-recursive uninstall-recursive \
173: check-recursive installcheck-recursive
174: DIST_COMMON = README $(noinst_HEADERS) AUTHORS COPYING ChangeLog \
175: INSTALL Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 \
176: config.guess config.sub config_auto.h.in configure configure.in \
1.12 paf 177: depcomp install-sh ltconfig ltmain.sh missing mkinstalldirs
1.9 paf 178: DIST_SUBDIRS = $(SUBDIRS)
179: SOURCES = $(libparser3oracle_la_SOURCES)
1.1 parser 180:
1.9 paf 181: all: config_auto.h
182: $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1 parser 183:
184: .SUFFIXES:
1.9 paf 185: .SUFFIXES: .C .lo .o .obj
1.1 parser 186:
1.9 paf 187: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
188: configure.lineno
189: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
190: cd $(top_srcdir) && \
191: $(AUTOMAKE) --gnu Makefile
192: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
1.1 parser 194:
1.9 paf 195: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1 parser 196: $(SHELL) ./config.status --recheck
1.9 paf 197: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1.1 parser 198: cd $(srcdir) && $(AUTOCONF)
199:
1.9 paf 200: $(ACLOCAL_M4): configure.in acinclude.m4
201: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
202:
203: config_auto.h: stamp-h1
1.1 parser 204: @if test ! -f $@; then \
1.9 paf 205: rm -f stamp-h1; \
206: $(MAKE) stamp-h1; \
1.1 parser 207: else :; fi
208:
1.9 paf 209: stamp-h1: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
210: @rm -f stamp-h1
211: cd $(top_builddir) && $(SHELL) ./config.status config_auto.h
1.1 parser 212:
1.9 paf 213: $(srcdir)/config_auto.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
214: cd $(top_srcdir) && $(AUTOHEADER)
215: touch $(srcdir)/config_auto.h.in
1.1 parser 216:
217: distclean-hdr:
1.9 paf 218: -rm -f config_auto.h stamp-h1
219: libLTLIBRARIES_INSTALL = $(INSTALL)
1.1 parser 220: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
221: @$(NORMAL_INSTALL)
222: $(mkinstalldirs) $(DESTDIR)$(libdir)
223: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
224: if test -f $$p; then \
1.9 paf 225: f="`echo $$p | sed -e 's|^.*/||'`"; \
226: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
227: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
1.1 parser 228: else :; fi; \
229: done
230:
231: uninstall-libLTLIBRARIES:
232: @$(NORMAL_UNINSTALL)
1.9 paf 233: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
234: p="`echo $$p | sed -e 's|^.*/||'`"; \
235: echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
236: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
1.1 parser 237: done
238:
1.9 paf 239: clean-libLTLIBRARIES:
240: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
241: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
242: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
243: test "$$dir" = "$$p" && dir=.; \
244: echo "rm -f \"$${dir}/so_locations\""; \
245: rm -f "$${dir}/so_locations"; \
246: done
247: libparser3oracle.la: $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_DEPENDENCIES)
248: $(CXXLINK) -rpath $(libdir) $(libparser3oracle_la_LDFLAGS) $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_LIBADD) $(LIBS)
1.1 parser 249:
250: mostlyclean-compile:
1.9 paf 251: -rm -f *.$(OBJEXT) core *.core
1.1 parser 252:
253: distclean-compile:
254: -rm -f *.tab.c
255:
1.9 paf 256: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser3oracle.Plo@am__quote@
1.1 parser 257:
1.9 paf 258: distclean-depend:
259: -rm -rf ./$(DEPDIR)
1.1 parser 260:
1.9 paf 261: .C.o:
262: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
263: @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
264: @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
265: @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
266: @am__fastdepCXX_TRUE@ fi
267: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
269: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
271:
272: .C.obj:
273: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
274: @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
275: @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
276: @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
277: @am__fastdepCXX_TRUE@ fi
278: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
280: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
282:
283: .C.lo:
284: @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
285: @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
286: @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
287: @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
288: @am__fastdepCXX_TRUE@ fi
289: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
290: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
291: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292: @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
1.1 parser 293:
294: mostlyclean-libtool:
295: -rm -f *.lo
296:
297: clean-libtool:
298: -rm -rf .libs _libs
299:
300: distclean-libtool:
1.9 paf 301: -rm -f libtool
302: uninstall-info-am:
1.1 parser 303:
304: # This directory's subdirectories are mostly independent; you can cd
305: # into them and run `make' without going through this Makefile.
306: # To change the values of `make' variables: instead of editing Makefiles,
307: # (1) if the variable is set in `config.status', edit `config.status'
308: # (which will cause the Makefiles to be regenerated when you run `make');
309: # (2) otherwise, pass the desired values on the `make' command line.
1.9 paf 310: $(RECURSIVE_TARGETS):
311: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 parser 312: dot_seen=no; \
313: target=`echo $@ | sed s/-recursive//`; \
314: list='$(SUBDIRS)'; for subdir in $$list; do \
315: echo "Making $$target in $$subdir"; \
316: if test "$$subdir" = "."; then \
317: dot_seen=yes; \
318: local_target="$$target-am"; \
319: else \
320: local_target="$$target"; \
321: fi; \
322: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
324: done; \
325: if test "$$dot_seen" = "no"; then \
326: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327: fi; test -z "$$fail"
328:
329: mostlyclean-recursive clean-recursive distclean-recursive \
330: maintainer-clean-recursive:
1.9 paf 331: @set fnord $$MAKEFLAGS; amf=$$2; \
1.1 parser 332: dot_seen=no; \
1.9 paf 333: case "$@" in \
334: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
335: *) list='$(SUBDIRS)' ;; \
336: esac; \
337: rev=''; for subdir in $$list; do \
338: if test "$$subdir" = "."; then :; else \
339: rev="$$subdir $$rev"; \
340: fi; \
1.1 parser 341: done; \
1.9 paf 342: rev="$$rev ."; \
1.1 parser 343: target=`echo $@ | sed s/-recursive//`; \
344: for subdir in $$rev; do \
345: echo "Making $$target in $$subdir"; \
346: if test "$$subdir" = "."; then \
347: local_target="$$target-am"; \
348: else \
349: local_target="$$target"; \
350: fi; \
351: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
352: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
353: done && test -z "$$fail"
354: tags-recursive:
355: list='$(SUBDIRS)'; for subdir in $$list; do \
356: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
357: done
1.9 paf 358: ctags-recursive:
359: list='$(SUBDIRS)'; for subdir in $$list; do \
360: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
361: done
362:
363: ETAGS = etags
364: ETAGSFLAGS =
365:
366: CTAGS = ctags
367: CTAGSFLAGS =
1.1 parser 368:
369: tags: TAGS
370:
1.9 paf 371: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373: unique=`for i in $$list; do \
374: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375: done | \
376: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 377: END { for (i in files) print i; }'`; \
1.9 paf 378: mkid -fID $$unique
1.1 parser 379:
1.9 paf 380: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
381: $(TAGS_FILES) $(LISP)
1.1 parser 382: tags=; \
383: here=`pwd`; \
384: list='$(SUBDIRS)'; for subdir in $$list; do \
1.9 paf 385: if test "$$subdir" = .; then :; else \
1.1 parser 386: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1.9 paf 387: fi; \
1.1 parser 388: done; \
1.9 paf 389: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
390: unique=`for i in $$list; do \
391: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392: done | \
393: $(AWK) ' { files[$$0] = 1; } \
1.1 parser 394: END { for (i in files) print i; }'`; \
1.9 paf 395: test -z "$(ETAGS_ARGS)$$tags$$unique" \
396: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397: $$tags $$unique
398:
399: ctags: CTAGS
400: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) \
401: $(TAGS_FILES) $(LISP)
402: tags=; \
403: here=`pwd`; \
404: list='$(SOURCES) $(HEADERS) config_auto.h.in $(LISP) $(TAGS_FILES)'; \
405: unique=`for i in $$list; do \
406: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407: done | \
408: $(AWK) ' { files[$$0] = 1; } \
409: END { for (i in files) print i; }'`; \
410: test -z "$(CTAGS_ARGS)$$tags$$unique" \
411: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412: $$tags $$unique
413:
414: GTAGS:
415: here=`$(am__cd) $(top_builddir) && pwd` \
416: && cd $(top_srcdir) \
417: && gtags -i $(GTAGS_ARGS) $$here
1.1 parser 418:
1.9 paf 419: distclean-tags:
420: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1 parser 422:
1.9 paf 423: top_distdir = .
424: distdir = $(PACKAGE)-$(VERSION)
1.1 parser 425:
1.9 paf 426: am__remove_distdir = \
427: { test ! -d $(distdir) \
428: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
429: && rm -fr $(distdir); }; }
1.1 parser 430:
1.9 paf 431: GZIP_ENV = --best
432: distuninstallcheck_listfiles = find . -type f -print
433: distcleancheck_listfiles = find . -type f -print
1.1 parser 434:
435: distdir: $(DISTFILES)
1.9 paf 436: $(am__remove_distdir)
1.1 parser 437: mkdir $(distdir)
1.9 paf 438: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
439: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
440: list='$(DISTFILES)'; for file in $$list; do \
441: case $$file in \
442: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
443: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
444: esac; \
445: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
447: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
448: dir="/$$dir"; \
449: $(mkinstalldirs) "$(distdir)$$dir"; \
450: else \
451: dir=''; \
452: fi; \
1.1 parser 453: if test -d $$d/$$file; then \
1.9 paf 454: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
456: fi; \
457: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1 parser 458: else \
459: test -f $(distdir)/$$file \
1.9 paf 460: || cp -p $$d/$$file $(distdir)/$$file \
461: || exit 1; \
1.1 parser 462: fi; \
463: done
1.9 paf 464: list='$(SUBDIRS)'; for subdir in $$list; do \
1.1 parser 465: if test "$$subdir" = .; then :; else \
466: test -d $(distdir)/$$subdir \
467: || mkdir $(distdir)/$$subdir \
468: || exit 1; \
1.9 paf 469: (cd $$subdir && \
470: $(MAKE) $(AM_MAKEFLAGS) \
471: top_distdir="$(top_distdir)" \
472: distdir=../$(distdir)/$$subdir \
473: distdir) \
1.1 parser 474: || exit 1; \
475: fi; \
476: done
1.9 paf 477: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
478: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
479: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
480: ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
481: || chmod -R a+r $(distdir)
482: dist-gzip: distdir
483: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
484: $(am__remove_distdir)
485:
486: dist dist-all: distdir
487: $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
488: $(am__remove_distdir)
1.1 parser 489:
1.9 paf 490: # This target untars the dist file and tries a VPATH configuration. Then
491: # it guarantees that the distribution is self-contained by making another
492: # tarfile.
493: distcheck: dist
494: $(am__remove_distdir)
495: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
496: chmod -R a-w $(distdir); chmod a+w $(distdir)
497: mkdir $(distdir)/=build
498: mkdir $(distdir)/=inst
499: chmod a-w $(distdir)
500: dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
501: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
502: && cd $(distdir)/=build \
503: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
504: $(DISTCHECK_CONFIGURE_FLAGS) \
505: && $(MAKE) $(AM_MAKEFLAGS) \
506: && $(MAKE) $(AM_MAKEFLAGS) dvi \
507: && $(MAKE) $(AM_MAKEFLAGS) check \
508: && $(MAKE) $(AM_MAKEFLAGS) install \
509: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
510: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
511: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
512: distuninstallcheck \
513: && chmod -R a-w "$$dc_install_base" \
514: && ({ \
515: (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
516: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
517: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
518: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
519: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
520: } || { rm -rf "$$dc_destdir"; exit 1; }) \
521: && rm -rf "$$dc_destdir" \
522: && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
523: && rm -f $(distdir).tar.gz \
524: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
525: $(am__remove_distdir)
526: @echo "$(distdir).tar.gz is ready for distribution" | \
527: sed 'h;s/./=/g;p;x;p;x'
528: distuninstallcheck:
529: cd $(distuninstallcheck_dir) \
530: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
531: || { echo "ERROR: files left after uninstall:" ; \
532: if test -n "$(DESTDIR)"; then \
533: echo " (check DESTDIR support)"; \
534: fi ; \
535: $(distuninstallcheck_listfiles) ; \
536: exit 1; } >&2
537: distcleancheck: distclean
538: if test '$(srcdir)' = . ; then \
539: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
540: exit 1 ; \
541: fi
542: test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
543: || { echo "ERROR: files left in build directory after distclean:" ; \
544: $(distcleancheck_listfiles) ; \
545: exit 1; } >&2
1.1 parser 546: check-am: all-am
547: check: check-recursive
1.9 paf 548: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
549: installdirs: installdirs-recursive
550: installdirs-am:
551: $(mkinstalldirs) $(DESTDIR)$(libdir)
1.1 parser 552:
1.9 paf 553: install: install-recursive
1.1 parser 554: install-exec: install-exec-recursive
555: install-data: install-data-recursive
1.9 paf 556: uninstall: uninstall-recursive
1.1 parser 557:
558: install-am: all-am
559: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.9 paf 560:
561: installcheck: installcheck-recursive
1.1 parser 562: install-strip:
1.9 paf 563: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564: INSTALL_STRIP_FLAG=-s \
565: `test -z '$(STRIP)' || \
566: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1 parser 567: mostlyclean-generic:
568:
569: clean-generic:
570:
571: distclean-generic:
572: -rm -f Makefile $(CONFIG_CLEAN_FILES)
573:
574: maintainer-clean-generic:
1.9 paf 575: @echo "This command is intended for maintainers to use"
576: @echo "it deletes files that may require special tools to rebuild."
577: clean: clean-recursive
578:
579: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
580: mostlyclean-am
1.1 parser 581:
1.9 paf 582: distclean: distclean-recursive
583: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
584: distclean-am: clean-am distclean-compile distclean-depend \
585: distclean-generic distclean-hdr distclean-libtool \
586: distclean-tags
587:
588: dvi: dvi-recursive
589:
590: dvi-am:
591:
592: info: info-recursive
593:
594: info-am:
1.1 parser 595:
1.9 paf 596: install-data-am:
1.1 parser 597:
1.9 paf 598: install-exec-am: install-libLTLIBRARIES
1.1 parser 599:
1.9 paf 600: install-info: install-info-recursive
1.1 parser 601:
1.9 paf 602: install-man:
1.1 parser 603:
1.9 paf 604: installcheck-am:
1.1 parser 605:
606: maintainer-clean: maintainer-clean-recursive
1.9 paf 607: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
608: -rm -rf autom4te.cache
609: maintainer-clean-am: distclean-am maintainer-clean-generic
610:
611: mostlyclean: mostlyclean-recursive
1.1 parser 612:
1.9 paf 613: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
614: mostlyclean-libtool
615:
616: pdf: pdf-recursive
617:
618: pdf-am:
619:
620: ps: ps-recursive
621:
622: ps-am:
623:
624: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
625:
626: uninstall-info: uninstall-info-recursive
627:
628: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
629: clean-generic clean-libLTLIBRARIES clean-libtool \
630: clean-recursive ctags ctags-recursive dist dist-all dist-gzip \
631: distcheck distclean distclean-compile distclean-depend \
632: distclean-generic distclean-hdr distclean-libtool \
633: distclean-recursive distclean-tags distcleancheck distdir \
634: distuninstallcheck dvi dvi-am dvi-recursive info info-am \
635: info-recursive install install-am install-data install-data-am \
636: install-data-recursive install-exec install-exec-am \
637: install-exec-recursive install-info install-info-am \
638: install-info-recursive install-libLTLIBRARIES install-man \
639: install-recursive install-strip installcheck installcheck-am \
640: installdirs installdirs-am installdirs-recursive \
641: maintainer-clean maintainer-clean-generic \
642: maintainer-clean-recursive mostlyclean mostlyclean-compile \
643: mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
644: pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
645: tags-recursive uninstall uninstall-am uninstall-info-am \
646: uninstall-info-recursive uninstall-libLTLIBRARIES \
647: uninstall-recursive
1.1 parser 648:
649:
1.7 paf 650: update:
651: cvs update
652: $(MAKE)
653:
654: commit:
1.9 paf 655: # trick to make 'make' happy at check out time
656: # without this aclocal.m4 never updates
657: # and becomes older than it's prerequisities
658: # thus causing redundant remaking:
659: # aclocal+autoconf+automake
1.7 paf 660:
661: cvs commit -m "no message" -f acinclude.m4
662: cvs commit -m "no message" -f aclocal.m4
663: cvs commit -m "no message" -f Makefile.am
664: cvs commit -m "no message" -f Makefile.in
1.8 paf 665: cvs commit -m "no message" -f configure.in
1.7 paf 666: cvs commit -m "no message" -f configure
667:
668: cvs commit
669:
670: happy: update install-exec
1.1 parser 671: # Tell versions [3.59,3.63) of GNU make to not export all variables.
672: # Otherwise a system limit (for SysV at least) may be exceeded.
673: .NOEXPORT:
E-mail: