diff options
author | Mark Galassi <mark+savannah@galassi.org> | 1996-12-13 02:01:23 +0000 |
---|---|---|
committer | Mark Galassi <mark+savannah@galassi.org> | 1996-12-13 02:01:23 +0000 |
commit | 0871d407731b4c89900eb834ce293a9ef998902e (patch) | |
tree | 6b359e3969b9e3b0c837a3f191b8e6a09757bbe2 | |
parent | 0fedd45c50cd83251bfff3ee5d4ee7a2913980a1 (diff) | |
download | guile-0871d407731b4c89900eb834ce293a9ef998902e.tar.gz |
working on gh_catch examples
-rw-r--r-- | Makefile.in | 19 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rw-r--r-- | ice-9/Makefile.in | 15 | ||||
-rw-r--r-- | ice-9/aclocal.m4 | 2 | ||||
-rw-r--r-- | qt/Makefile.in | 26 | ||||
-rw-r--r-- | qt/aclocal.m4 | 2 |
6 files changed, 28 insertions, 38 deletions
diff --git a/Makefile.in b/Makefile.in index ad61ab076..95658ac30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1l from Makefile.am +# Makefile.in generated automatically by automake 1.1k from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -37,10 +37,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -PACKAGE = @PACKAGE@ existingdirs = @existingdirs@ -VERSION = @VERSION@ SUBDIRS = @existingdirs@ doc @@ -60,6 +57,9 @@ Makefile.in NEWS README TODO aclocal.m4 config.guess config.sub \ configure configure.in install-sh mdate-sh mkinstalldirs +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ $(TEXINFOS) $(MANS) $(EXTRA_DIST) @@ -67,7 +67,7 @@ TAR = tar default: all .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -85,12 +85,10 @@ $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) install-aclocalDATA: $(aclocal_DATA) $(NORMAL_INSTALL) $(mkinstalldirs) $(aclocaldir) - @list="$(aclocal_DATA)"; for p in $$list; do \ + list="$(aclocal_DATA)"; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ - echo "$(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \ else if test -f $$p; then \ - echo "$(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \ $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \ fi; fi; \ done @@ -114,10 +112,9 @@ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: - @for subdir in $(SUBDIRS); do \ + for subdir in $(SUBDIRS); do \ target=`echo $@ | sed s/-recursive//`; \ - echo "Making $$target in $$subdir"; \ - (cd $$subdir && $(MAKE) $$target) \ + (cd $$subdir && $(MAKE) $$target) \ || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: diff --git a/aclocal.m4 b/aclocal.m4 index e18720fd8..ab6c5e5e6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.1l +dnl aclocal.m4 generated automatically by aclocal 1.1k # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index c8fd1686b..b23093177 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1l from Makefile.am +# Makefile.in generated automatically by automake 1.1k from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -37,10 +37,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ -module = @module@ AUTOMAKE_OPTIONS = foreign @@ -58,6 +54,9 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 \ configure configure.in +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ $(TEXINFOS) $(MANS) $(EXTRA_DIST) @@ -65,7 +64,7 @@ TAR = tar default: all .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -83,12 +82,10 @@ $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) install-subpkgdataDATA: $(subpkgdata_DATA) $(NORMAL_INSTALL) $(mkinstalldirs) $(subpkgdatadir) - @list="$(subpkgdata_DATA)"; for p in $$list; do \ + list="$(subpkgdata_DATA)"; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ - echo "$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \ else if test -f $$p; then \ - echo "$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \ $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \ fi; fi; \ done diff --git a/ice-9/aclocal.m4 b/ice-9/aclocal.m4 index ace866913..3036d6424 100644 --- a/ice-9/aclocal.m4 +++ b/ice-9/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.1l +dnl aclocal.m4 generated automatically by aclocal 1.1k dnl Usage: AM_INIT_GUILE_MODULE(module-name) diff --git a/qt/Makefile.in b/qt/Makefile.in index 634b72a0e..462ac442f 100644 --- a/qt/Makefile.in +++ b/qt/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1l from Makefile.am +# Makefile.in generated automatically by automake 1.1k from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -40,17 +40,13 @@ transform = @program_transform_name@ host_triplet = @host@ host_alias = @host_alias@ target_libs = @target_libs@ -VERSION = @VERSION@ -module = @module@ CC = @CC@ qtmds_o = @qtmds_o@ qtmdc_o = @qtmdc_o@ RANLIB = @RANLIB@ qtmdb_s = @qtmdb_s@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ qtmdc_c = @qtmdc_c@ qtmds_s = @qtmds_s@ -PACKAGE = @PACKAGE@ qtmd_h = @qtmd_h@ AUTOMAKE_OPTIONS = foreign @@ -85,6 +81,9 @@ DIST_COMMON = README ChangeLog INSTALL Makefile.am Makefile.in README \ aclocal.m4 configure configure.in qt.h.in +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ $(TEXINFOS) $(MANS) $(EXTRA_DIST) @@ -97,7 +96,7 @@ default: all .SUFFIXES: .SUFFIXES: .c .o -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -128,14 +127,12 @@ install-libLIBRARIES: $(lib_LIBRARIES) $(mkinstalldirs) $(libdir) list="$(lib_LIBRARIES)"; for p in $$list; do \ if test -f $$p; then \ - echo "$(INSTALL_DATA) $$p $(libdir)/$$p"; \ $(INSTALL_DATA) $$p $(libdir)/$$p; \ else :; fi; \ done $(POST_INSTALL) - @list="$(lib_LIBRARIES)"; for p in $$list; do \ + list="$(lib_LIBRARIES)"; for p in $$list; do \ if test -f $$p; then \ - echo "$(RANLIB) $(libdir)/$$p"; \ $(RANLIB) $(libdir)/$$p; \ else :; fi; \ done @@ -177,10 +174,9 @@ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: - @for subdir in $(SUBDIRS); do \ + for subdir in $(SUBDIRS); do \ target=`echo $@ | sed s/-recursive//`; \ - echo "Making $$target in $$subdir"; \ - (cd $$subdir && $(MAKE) $$target) \ + (cd $$subdir && $(MAKE) $$target) \ || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: @@ -283,11 +279,11 @@ distclean-depend: maintainer-clean-depend: rm -rf .deps -.deps/%.P: $(srcdir)/%.c +.deps/%.P: $(srcdir)/%@EXT@ @echo "Computing dependencies for $<..." @o='o'; \ - test -n "$o" && o='$$o'; \ - $(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@ +ONLYC test -n "$o" && o='$$o'; \ + $(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@ info: info-recursive dvi: dvi-recursive check: all-am diff --git a/qt/aclocal.m4 b/qt/aclocal.m4 index a41f837ad..470d957aa 100644 --- a/qt/aclocal.m4 +++ b/qt/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.1l +dnl aclocal.m4 generated automatically by aclocal 1.1k dnl Usage: AM_INIT_GUILE_MODULE(module-name) |