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