Annotation of sql/oracle/Makefile.in, revision 1.7
1.1 parser 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
2:
3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4: # This Makefile.in is free software; the Free Software Foundation
5: # gives unlimited permission to copy and/or distribute it,
6: # with or without modifications, as long as this notice is preserved.
7:
8: # This program is distributed in the hope that it will be useful,
9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11: # PARTICULAR PURPOSE.
12:
13:
14: SHELL = @SHELL@
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DESTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
41: top_builddir = .
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: host_alias = @host_alias@
61: host_triplet = @host@
62: AS = @AS@
63: AWK = @AWK@
64: CC = @CC@
65: CXX = @CXX@
66: DLLTOOL = @DLLTOOL@
67: INCLTDL = @INCLTDL@
68: LIBADD_DL = @LIBADD_DL@
69: LIBLTDL = @LIBLTDL@
70: LIBTOOL = @LIBTOOL@
71: LN_S = @LN_S@
72: MAKEINFO = @MAKEINFO@
73: OBJDUMP = @OBJDUMP@
1.3 parser 74: ORACLE_OCI_INC = @ORACLE_OCI_INC@
75: ORACLE_PUBLIC_INC = @ORACLE_PUBLIC_INC@
1.1 parser 76: PACKAGE = @PACKAGE@
77: RANLIB = @RANLIB@
78: VERSION = @VERSION@
79:
80: SUBDIRS = libltdl
81:
82: LIBTOOL_DEPS = @LIBTOOL_DEPS@
83:
1.6 paf 84: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(ORACLE_OCI_INC) -I$(ORACLE_PUBLIC_INC)
1.1 parser 85:
1.5 paf 86: noinst_HEADERS = config_includes.h
1.4 paf 87: lib_LTLIBRARIES = libparser3oracle.la
1.5 paf 88: libparser3oracle_la_SOURCES = parser3oracle.C
1.4 paf 89: libparser3oracle_la_LIBADD = $(LIBLTDL)
90: libparser3oracle_la_LDFLAGS = -module -avoid-version
1.5 paf 91:
92: EXTRA_DIST = config_fixed.h
1.1 parser 93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95: CONFIG_HEADER = config_auto.h
96: CONFIG_CLEAN_FILES =
97: LTLIBRARIES = $(lib_LTLIBRARIES)
98:
99:
100: DEFS = @DEFS@ -I. -I$(srcdir) -I.
101: CPPFLAGS = @CPPFLAGS@
102: LDFLAGS = @LDFLAGS@
103: LIBS = @LIBS@
1.4 paf 104: libparser3oracle_la_DEPENDENCIES =
105: libparser3oracle_la_OBJECTS = parser3oracle.lo
1.1 parser 106: CXXFLAGS = @CXXFLAGS@
107: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
108: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
109: CXXLD = $(CXX)
110: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
1.5 paf 111: HEADERS = $(noinst_HEADERS)
112:
1.1 parser 113: DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
114: Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess \
115: config.sub config_auto.h.in configure configure.in install-sh ltconfig \
116: ltmain.sh missing mkinstalldirs
117:
118:
119: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120:
121: TAR = tar
122: GZIP_ENV = --best
123: DEP_FILES = .deps/parser3oracle.P
1.4 paf 124: SOURCES = $(libparser3oracle_la_SOURCES)
125: OBJECTS = $(libparser3oracle_la_OBJECTS)
1.1 parser 126:
127: all: all-redirect
128: .SUFFIXES:
129: .SUFFIXES: .C .S .c .lo .o .s
130: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131: cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
132:
133: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
134: cd $(top_builddir) \
135: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
136:
137: $(ACLOCAL_M4): configure.in acinclude.m4
138: cd $(srcdir) && $(ACLOCAL)
139:
140: config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141: $(SHELL) ./config.status --recheck
142: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143: cd $(srcdir) && $(AUTOCONF)
144:
145: config_auto.h: stamp-h
146: @if test ! -f $@; then \
147: rm -f stamp-h; \
148: $(MAKE) stamp-h; \
149: else :; fi
150: stamp-h: $(srcdir)/config_auto.h.in $(top_builddir)/config.status
151: cd $(top_builddir) \
152: && CONFIG_FILES= CONFIG_HEADERS=config_auto.h \
153: $(SHELL) ./config.status
154: @echo timestamp > stamp-h 2> /dev/null
155: $(srcdir)/config_auto.h.in: $(srcdir)/stamp-h.in
156: @if test ! -f $@; then \
157: rm -f $(srcdir)/stamp-h.in; \
158: $(MAKE) $(srcdir)/stamp-h.in; \
159: else :; fi
160: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
161: cd $(top_srcdir) && $(AUTOHEADER)
162: @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
163:
164: mostlyclean-hdr:
165:
166: clean-hdr:
167:
168: distclean-hdr:
169: -rm -f config_auto.h
170:
171: maintainer-clean-hdr:
172:
173: mostlyclean-libLTLIBRARIES:
174:
175: clean-libLTLIBRARIES:
176: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
177:
178: distclean-libLTLIBRARIES:
179:
180: maintainer-clean-libLTLIBRARIES:
181:
182: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
183: @$(NORMAL_INSTALL)
184: $(mkinstalldirs) $(DESTDIR)$(libdir)
185: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
186: if test -f $$p; then \
187: echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
188: $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
189: else :; fi; \
190: done
191:
192: uninstall-libLTLIBRARIES:
193: @$(NORMAL_UNINSTALL)
194: list='$(lib_LTLIBRARIES)'; for p in $$list; do \
195: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
196: done
197:
198: .s.o:
199: $(COMPILE) -c $<
200:
201: .S.o:
202: $(COMPILE) -c $<
203:
204: mostlyclean-compile:
205: -rm -f *.o core *.core
206:
207: clean-compile:
208:
209: distclean-compile:
210: -rm -f *.tab.c
211:
212: maintainer-clean-compile:
213:
214: .s.lo:
215: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216:
217: .S.lo:
218: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219:
220: mostlyclean-libtool:
221: -rm -f *.lo
222:
223: clean-libtool:
224: -rm -rf .libs _libs
225:
226: distclean-libtool:
227:
228: maintainer-clean-libtool:
229:
1.4 paf 230: libparser3oracle.la: $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_DEPENDENCIES)
231: $(CXXLINK) -rpath $(libdir) $(libparser3oracle_la_LDFLAGS) $(libparser3oracle_la_OBJECTS) $(libparser3oracle_la_LIBADD) $(LIBS)
1.1 parser 232: .C.o:
233: $(CXXCOMPILE) -c $<
234: .C.lo:
235: $(LTCXXCOMPILE) -c $<
236:
237: # This directory's subdirectories are mostly independent; you can cd
238: # into them and run `make' without going through this Makefile.
239: # To change the values of `make' variables: instead of editing Makefiles,
240: # (1) if the variable is set in `config.status', edit `config.status'
241: # (which will cause the Makefiles to be regenerated when you run `make');
242: # (2) otherwise, pass the desired values on the `make' command line.
243:
244: @SET_MAKE@
245:
246: all-recursive install-data-recursive install-exec-recursive \
247: installdirs-recursive install-recursive uninstall-recursive \
248: check-recursive installcheck-recursive info-recursive dvi-recursive:
249: @set fnord $(MAKEFLAGS); amf=$$2; \
250: dot_seen=no; \
251: target=`echo $@ | sed s/-recursive//`; \
252: list='$(SUBDIRS)'; for subdir in $$list; do \
253: echo "Making $$target in $$subdir"; \
254: if test "$$subdir" = "."; then \
255: dot_seen=yes; \
256: local_target="$$target-am"; \
257: else \
258: local_target="$$target"; \
259: fi; \
260: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
262: done; \
263: if test "$$dot_seen" = "no"; then \
264: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
265: fi; test -z "$$fail"
266:
267: mostlyclean-recursive clean-recursive distclean-recursive \
268: maintainer-clean-recursive:
269: @set fnord $(MAKEFLAGS); amf=$$2; \
270: dot_seen=no; \
271: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
272: rev="$$subdir $$rev"; \
273: test "$$subdir" = "." && dot_seen=yes; \
274: done; \
275: test "$$dot_seen" = "no" && rev=". $$rev"; \
276: target=`echo $@ | sed s/-recursive//`; \
277: for subdir in $$rev; do \
278: echo "Making $$target in $$subdir"; \
279: if test "$$subdir" = "."; then \
280: local_target="$$target-am"; \
281: else \
282: local_target="$$target"; \
283: fi; \
284: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
285: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
286: done && test -z "$$fail"
287: tags-recursive:
288: list='$(SUBDIRS)'; for subdir in $$list; do \
289: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
290: done
291:
292: tags: TAGS
293:
294: ID: $(HEADERS) $(SOURCES) $(LISP)
295: list='$(SOURCES) $(HEADERS)'; \
296: unique=`for i in $$list; do echo $$i; done | \
297: awk ' { files[$$0] = 1; } \
298: END { for (i in files) print i; }'`; \
299: here=`pwd` && cd $(srcdir) \
300: && mkid -f$$here/ID $$unique $(LISP)
301:
302: TAGS: tags-recursive $(HEADERS) $(SOURCES) config_auto.h.in $(TAGS_DEPENDENCIES) $(LISP)
303: tags=; \
304: here=`pwd`; \
305: list='$(SUBDIRS)'; for subdir in $$list; do \
306: if test "$$subdir" = .; then :; else \
307: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
308: fi; \
309: done; \
310: list='$(SOURCES) $(HEADERS)'; \
311: unique=`for i in $$list; do echo $$i; done | \
312: awk ' { files[$$0] = 1; } \
313: END { for (i in files) print i; }'`; \
314: test -z "$(ETAGS_ARGS)config_auto.h.in$$unique$(LISP)$$tags" \
315: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_auto.h.in $$unique $(LISP) -o $$here/TAGS)
316:
317: mostlyclean-tags:
318:
319: clean-tags:
320:
321: distclean-tags:
322: -rm -f TAGS ID
323:
324: maintainer-clean-tags:
325:
326: distdir = $(PACKAGE)-$(VERSION)
327: top_distdir = $(distdir)
328:
329: # This target untars the dist file and tries a VPATH configuration. Then
330: # it guarantees that the distribution is self-contained by making another
331: # tarfile.
332: distcheck: dist
333: -rm -rf $(distdir)
334: GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
335: mkdir $(distdir)/=build
336: mkdir $(distdir)/=inst
337: dc_install_base=`cd $(distdir)/=inst && pwd`; \
338: cd $(distdir)/=build \
339: && ../configure --srcdir=.. --prefix=$$dc_install_base \
340: && $(MAKE) $(AM_MAKEFLAGS) \
341: && $(MAKE) $(AM_MAKEFLAGS) dvi \
342: && $(MAKE) $(AM_MAKEFLAGS) check \
343: && $(MAKE) $(AM_MAKEFLAGS) install \
344: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
345: && $(MAKE) $(AM_MAKEFLAGS) dist
346: -rm -rf $(distdir)
347: @banner="$(distdir).tar.gz is ready for distribution"; \
348: dashes=`echo "$$banner" | sed s/./=/g`; \
349: echo "$$dashes"; \
350: echo "$$banner"; \
351: echo "$$dashes"
352: dist: distdir
353: -chmod -R a+r $(distdir)
354: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
355: -rm -rf $(distdir)
356: dist-all: distdir
357: -chmod -R a+r $(distdir)
358: GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
359: -rm -rf $(distdir)
360: distdir: $(DISTFILES)
361: -rm -rf $(distdir)
362: mkdir $(distdir)
363: -chmod 777 $(distdir)
364: here=`cd $(top_builddir) && pwd`; \
365: top_distdir=`cd $(distdir) && pwd`; \
366: distdir=`cd $(distdir) && pwd`; \
367: cd $(top_srcdir) \
368: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
369: @for file in $(DISTFILES); do \
370: d=$(srcdir); \
371: if test -d $$d/$$file; then \
372: cp -pr $$/$$file $(distdir)/$$file; \
373: else \
374: test -f $(distdir)/$$file \
375: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
376: || cp -p $$d/$$file $(distdir)/$$file || :; \
377: fi; \
378: done
379: for subdir in $(SUBDIRS); do \
380: if test "$$subdir" = .; then :; else \
381: test -d $(distdir)/$$subdir \
382: || mkdir $(distdir)/$$subdir \
383: || exit 1; \
384: chmod 777 $(distdir)/$$subdir; \
385: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
386: || exit 1; \
387: fi; \
388: done
389:
390: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
391:
392: -include $(DEP_FILES)
393:
394: mostlyclean-depend:
395:
396: clean-depend:
397:
398: distclean-depend:
399: -rm -rf .deps
400:
401: maintainer-clean-depend:
402:
403: %.o: %.c
404: @echo '$(COMPILE) -c $<'; \
405: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
406: @-cp .deps/$(*F).pp .deps/$(*F).P; \
407: tr ' ' '\012' < .deps/$(*F).pp \
408: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
409: >> .deps/$(*F).P; \
410: rm .deps/$(*F).pp
411:
412: %.lo: %.c
413: @echo '$(LTCOMPILE) -c $<'; \
414: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
415: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
416: < .deps/$(*F).pp > .deps/$(*F).P; \
417: tr ' ' '\012' < .deps/$(*F).pp \
418: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
419: >> .deps/$(*F).P; \
420: rm -f .deps/$(*F).pp
421:
422: %.o: %.C
423: @echo '$(CXXCOMPILE) -c $<'; \
424: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
425: @-cp .deps/$(*F).pp .deps/$(*F).P; \
426: tr ' ' '\012' < .deps/$(*F).pp \
427: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
428: >> .deps/$(*F).P; \
429: rm .deps/$(*F).pp
430:
431: %.lo: %.C
432: @echo '$(LTCXXCOMPILE) -c $<'; \
433: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
434: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
435: < .deps/$(*F).pp > .deps/$(*F).P; \
436: tr ' ' '\012' < .deps/$(*F).pp \
437: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
438: >> .deps/$(*F).P; \
439: rm -f .deps/$(*F).pp
440: info-am:
441: info: info-recursive
442: dvi-am:
443: dvi: dvi-recursive
444: check-am: all-am
445: check: check-recursive
446: installcheck-am:
447: installcheck: installcheck-recursive
448: all-recursive-am: config_auto.h
449: $(MAKE) $(AM_MAKEFLAGS) all-recursive
450:
451: install-exec-am: install-libLTLIBRARIES
452: install-exec: install-exec-recursive
453:
454: install-data-am:
455: install-data: install-data-recursive
456:
457: install-am: all-am
458: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459: install: install-recursive
460: uninstall-am: uninstall-libLTLIBRARIES
461: uninstall: uninstall-recursive
1.5 paf 462: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config_auto.h
1.1 parser 463: all-redirect: all-recursive-am
464: install-strip:
465: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
466: installdirs: installdirs-recursive
467: installdirs-am:
468: $(mkinstalldirs) $(DESTDIR)$(libdir)
469:
470:
471: mostlyclean-generic:
472:
473: clean-generic:
474:
475: distclean-generic:
476: -rm -f Makefile $(CONFIG_CLEAN_FILES)
477: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
478:
479: maintainer-clean-generic:
480: mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
481: mostlyclean-compile mostlyclean-libtool \
482: mostlyclean-tags mostlyclean-depend mostlyclean-generic
483:
484: mostlyclean: mostlyclean-recursive
485:
486: clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
487: clean-tags clean-depend clean-generic mostlyclean-am
488:
489: clean: clean-recursive
490:
491: distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
492: distclean-libtool distclean-tags distclean-depend \
493: distclean-generic clean-am
494: -rm -f libtool
495:
496: distclean: distclean-recursive
497: -rm -f config.status
498:
499: maintainer-clean-am: maintainer-clean-hdr \
500: maintainer-clean-libLTLIBRARIES \
501: maintainer-clean-compile maintainer-clean-libtool \
502: maintainer-clean-tags maintainer-clean-depend \
503: maintainer-clean-generic distclean-am
504: @echo "This command is intended for maintainers to use;"
505: @echo "it deletes files that may require special tools to rebuild."
506:
507: maintainer-clean: maintainer-clean-recursive
508: -rm -f config.status
509:
510: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
511: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
512: clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
513: uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
514: distclean-compile clean-compile maintainer-clean-compile \
515: mostlyclean-libtool distclean-libtool clean-libtool \
516: maintainer-clean-libtool install-data-recursive \
517: uninstall-data-recursive install-exec-recursive \
518: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
519: all-recursive check-recursive installcheck-recursive info-recursive \
520: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
521: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
522: distclean-tags clean-tags maintainer-clean-tags distdir \
523: mostlyclean-depend distclean-depend clean-depend \
524: maintainer-clean-depend info-am info dvi-am dvi check check-am \
525: installcheck-am installcheck all-recursive-am install-exec-am \
526: install-exec install-data-am install-data install-am install \
527: uninstall-am uninstall all-redirect all-am all installdirs-am \
528: installdirs mostlyclean-generic distclean-generic clean-generic \
529: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
530:
531: libtool: $(LIBTOOL_DEPS)
532: $(SHELL) ./config.status --recheck
533:
1.7 ! paf 534: update:
! 535: cvs update
! 536: $(MAKE)
! 537:
! 538: commit:
! 539: # trick to make 'make' happy at check out time
! 540: # without this aclocal.m4 never updates
! 541: # and becomes older than it's prerequisities
! 542: # thus causing redundant remaking:
! 543: # aclocal+autoconf+automake
! 544:
! 545: cvs commit -m "no message" -f acinclude.m4
! 546: # cvs commit -m "no message" -f acconfig.h
! 547: cvs commit -m "no message" -f aclocal.m4
! 548: cvs commit -m "no message" -f Makefile.am
! 549: cvs commit -m "no message" -f Makefile.in
! 550: cvs commit -m "no message" -f configure
! 551:
! 552: cvs commit
! 553:
! 554: happy: update install-exec
! 555:
1.1 parser 556: # Tell versions [3.59,3.63) of GNU make to not export all variables.
557: # Otherwise a system limit (for SysV at least) may be exceeded.
558: .NOEXPORT:
E-mail: