summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-04-10 01:14:47 +0000
committerJim Blandy <jimb@red-bean.com>1997-04-10 01:14:47 +0000
commit7ec57e82da23ffb19986f08c41062fcdcf5204eb (patch)
tree4c077c9733a876242c800a2326271c163c3eb512 /qt
parent1dc9c5b0750ae112dfa5fa8f3f03702989c11b26 (diff)
downloadguile-7ec57e82da23ffb19986f08c41062fcdcf5204eb.tar.gz
Rebuild using newly patched automake... argh.
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.in94
-rw-r--r--qt/md/Makefile.in43
-rw-r--r--qt/time/Makefile.in43
3 files changed, 107 insertions, 73 deletions
diff --git a/qt/Makefile.in b/qt/Makefile.in
index 0a0948df7..ee8ff8a99 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.1n from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -32,27 +32,38 @@ pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
+
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
host_alias = @host_alias@
host_triplet = @host@
-RANLIB = @RANLIB@
-module = @module@
-qtmd_h = @qtmd_h@
CC = @CC@
+MAINT = @MAINT@
PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
VERSION = @VERSION@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-qtmds_o = @qtmds_o@
+module = @module@
+qtmd_h = @qtmd_h@
+qtmdb_s = @qtmdb_s@
+qtmdc_c = @qtmdc_c@
qtmdc_o = @qtmdc_o@
-target_libs = @target_libs@
+qtmds_o = @qtmds_o@
qtmds_s = @qtmds_s@
-qtmdc_c = @qtmdc_c@
-qtmdb_s = @qtmdb_s@
-MAINT = @MAINT@
+target_libs = @target_libs@
AUTOMAKE_OPTIONS = foreign
@@ -66,7 +77,7 @@ libqt_a_LIBADD = qtmds.o qtmdc.o
EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
PLUGIN/OPT Makefile.base config
-ACLOCAL = $(top_srcdir)/aclocal.m4
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_CLEAN_FILES = qt.h
LIBRARIES = $(lib_LIBRARIES)
@@ -82,14 +93,14 @@ AR = ar
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
-DIST_COMMON = README ChangeLog INSTALL Makefile.am Makefile.in README \
+DIST_COMMON = README ChangeLog INSTALL Makefile.am Makefile.in \
aclocal.m4 configure configure.in qt.h.in
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
- $(TEXINFOS) $(MANS) $(EXTRA_DIST)
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
+GZIP = --best
DEP_FILES = .deps/qt.P
SOURCES = $(libqt_a_SOURCES)
OBJECTS = $(libqt_a_OBJECTS)
@@ -98,20 +109,20 @@ default: all
.SUFFIXES:
.SUFFIXES: .c .o
-$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
- cd $(top_srcdir) && automake --foreign Makefile
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-$(srcdir)/aclocal.m4: @MAINT@configure.in
- cd $(srcdir) && aclocal
+$(srcdir)/aclocal.m4: @MAINT@ configure.in
+ cd $(srcdir) && $(ACLOCAL)
config.status: configure
$(SHELL) ./config.status --recheck
-$(srcdir)/configure: @MAINT@configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
- cd $(srcdir) && autoconf
+$(srcdir)/configure: @MAINT@configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
+ cd $(srcdir) && $(AUTOCONF)
qt.h: $(top_builddir)/config.status qt.h.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
@@ -125,24 +136,25 @@ distclean-libLIBRARIES:
maintainer-clean-libLIBRARIES:
install-libLIBRARIES: $(lib_LIBRARIES)
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
$(mkinstalldirs) $(libdir)
- list="$(lib_LIBRARIES)"; for p in $$list; do \
+ list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- echo "$(INSTALL_DATA) $$p $(libdir)/$$p"; \
+ echo " $(INSTALL_DATA) $$p $(libdir)/$$p"; \
$(INSTALL_DATA) $$p $(libdir)/$$p; \
else :; fi; \
done
- $(POST_INSTALL)
- @list="$(lib_LIBRARIES)"; for p in $$list; do \
+ @$(POST_INSTALL)
+ @list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- echo "$(RANLIB) $(libdir)/$$p"; \
+ echo " $(RANLIB) $(libdir)/$$p"; \
$(RANLIB) $(libdir)/$$p; \
else :; fi; \
done
uninstall-libLIBRARIES:
- list="$(lib_LIBRARIES)"; for p in $$list; do \
+ $(NORMAL_UNINSTALL)
+ list='$(lib_LIBRARIES)'; for p in $$list; do \
rm -f $(libdir)/$$p; \
done
@@ -185,7 +197,7 @@ maintainer-clean-recursive:
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
- list="$(SUBDIRS)"; for subdir in $$list; do \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
(cd $$subdir && $(MAKE) tags); \
done
@@ -197,11 +209,11 @@ ID: $(HEADERS) $(SOURCES)
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
tags=; \
here=`pwd`; \
- list="$(SUBDIRS)"; for subdir in $$list; do \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
done; \
test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
- || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
mostlyclean-tags:
@@ -218,7 +230,7 @@ distdir = $(PACKAGE)-$(VERSION)
# tarfile.
distcheck: dist
rm -rf $(distdir)
- $(TAR) zxf $(distdir).tar.gz
+ GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
dc_install_base=`cd $(distdir)/=inst && pwd`; \
@@ -236,11 +248,11 @@ distcheck: dist
echo "========================"
dist: distdir
-chmod -R a+r $(distdir)
- $(TAR) chozf $(distdir).tar.gz $(distdir)
+ GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
rm -rf $(distdir)
dist-all: distdir
-chmod -R a+r $(distdir)
- $(TAR) chozf $(distdir).tar.gz $(distdir)
+ GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
rm -rf $(distdir)
distdir: $(DISTFILES)
rm -rf $(distdir)
@@ -248,7 +260,7 @@ distdir: $(DISTFILES)
-chmod 755 $(distdir)
here=`pwd`; distdir=`cd $(distdir) && pwd` \
&& cd $(srcdir) \
- && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
$(mkinstalldirs) $(distdir)/PLUGIN
@for file in $(DISTFILES); do \
d=$(srcdir); \
@@ -288,7 +300,7 @@ maintainer-clean-depend:
@echo "Computing dependencies for $<..."
@o='o'; \
test -n "$o" && o='$$o'; \
- $(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
+ $(MKDEP) $< | sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," > $@
info: info-recursive
dvi: dvi-recursive
check: all-am
@@ -301,10 +313,10 @@ install-exec-am: install-libLIBRARIES
uninstall-am: uninstall-libLIBRARIES
install-exec: install-exec-recursive install-exec-am
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install-data: install-data-recursive
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install: install-recursive install-exec-am
@:
@@ -347,14 +359,14 @@ maintainer-clean-am: maintainer-clean-libLIBRARIES \
maintainer-clean-depend maintainer-clean-generic \
distclean-am
-mostlyclean: mostlyclean-am mostlyclean-recursive
+mostlyclean: mostlyclean-recursive mostlyclean-am
-clean: clean-am clean-recursive
+clean: clean-recursive clean-am
-distclean: distclean-am distclean-recursive
+distclean: distclean-recursive distclean-am
rm -f config.status
-maintainer-clean: maintainer-clean-am maintainer-clean-recursive
+maintainer-clean: maintainer-clean-recursive maintainer-clean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
rm -f config.status
diff --git a/qt/md/Makefile.in b/qt/md/Makefile.in
index ad3605a7b..49ce85a3c 100644
--- a/qt/md/Makefile.in
+++ b/qt/md/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1l from Makefile.am
+# Makefile.in generated automatically by automake 1.1n from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -32,27 +32,38 @@ pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
+
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
host_alias = @host_alias@
host_triplet = @host@
-RANLIB = @RANLIB@
-module = @module@
-qtmd_h = @qtmd_h@
CC = @CC@
+MAINT = @MAINT@
PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
VERSION = @VERSION@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-qtmds_o = @qtmds_o@
+module = @module@
+qtmd_h = @qtmd_h@
+qtmdb_s = @qtmdb_s@
+qtmdc_c = @qtmdc_c@
qtmdc_o = @qtmdc_o@
-target_libs = @target_libs@
+qtmds_o = @qtmds_o@
qtmds_s = @qtmds_s@
-qtmdc_c = @qtmdc_c@
-qtmdb_s = @qtmdb_s@
-MAINT = @MAINT@
+target_libs = @target_libs@
AUTOMAKE_OPTIONS = foreign
@@ -68,15 +79,15 @@ CONFIG_CLEAN_FILES =
DIST_COMMON = Makefile.am Makefile.in
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
- $(TEXINFOS) $(MANS) $(EXTRA_DIST)
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
+GZIP = --best
default: all
.SUFFIXES:
-$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
- cd $(top_srcdir) && automake --foreign md/Makefile
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign md/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -102,10 +113,10 @@ check: all
$(MAKE)
installcheck:
install-exec:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install-data:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install: install-exec install-data all
@:
diff --git a/qt/time/Makefile.in b/qt/time/Makefile.in
index 005e45f5d..ab2e07f2e 100644
--- a/qt/time/Makefile.in
+++ b/qt/time/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1l from Makefile.am
+# Makefile.in generated automatically by automake 1.1n from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -32,27 +32,38 @@ pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
+
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
host_alias = @host_alias@
host_triplet = @host@
-RANLIB = @RANLIB@
-module = @module@
-qtmd_h = @qtmd_h@
CC = @CC@
+MAINT = @MAINT@
PACKAGE = @PACKAGE@
+RANLIB = @RANLIB@
VERSION = @VERSION@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-qtmds_o = @qtmds_o@
+module = @module@
+qtmd_h = @qtmd_h@
+qtmdb_s = @qtmdb_s@
+qtmdc_c = @qtmdc_c@
qtmdc_o = @qtmdc_o@
-target_libs = @target_libs@
+qtmds_o = @qtmds_o@
qtmds_s = @qtmds_s@
-qtmdc_c = @qtmdc_c@
-qtmdb_s = @qtmdb_s@
-MAINT = @MAINT@
+target_libs = @target_libs@
AUTOMAKE_OPTIONS = foreign
@@ -62,15 +73,15 @@ CONFIG_CLEAN_FILES =
DIST_COMMON = Makefile.am Makefile.in
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
- $(TEXINFOS) $(MANS) $(EXTRA_DIST)
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
+GZIP = --best
default: all
.SUFFIXES:
-$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
- cd $(top_srcdir) && automake --foreign time/Makefile
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign time/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -96,10 +107,10 @@ check: all
$(MAKE)
installcheck:
install-exec:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install-data:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install: install-exec install-data all
@: