changeset 3003:9e01b476cf79

[project @ 1997-05-23 04:11:06 by jwe]
author jwe
date Fri, 23 May 1997 04:11:07 +0000
parents df7c59a46f1b
children 9a54159563de
files kpathsea/ChangeLog kpathsea/Makefile.in
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/ChangeLog
+++ b/kpathsea/ChangeLog
@@ -3,6 +3,9 @@
 	* Makefile.in: Look in make instead of ../make for files to include.
 	Do ac_includes by hand, since ac_include requires an extension to
 	autoconf that doesn't seem to be distributed with kpathsea (yet).
+	($(kpathsea)): Add a rule to `install' libkpathsea.a locally so
+	Octave will have something to link to.
+	(hash.lo): Don't optimize.
 
 Fri Feb  7 11:53:09 1997  Karl Berry  <karl@cs.umb.edu>
 
--- a/kpathsea/Makefile.in
+++ b/kpathsea/Makefile.in
@@ -246,6 +246,7 @@
 
 $(kpathsea): $(objects)
 	$(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects)
+	$(INSTALL_LIBTOOL_LIBS) . lib$(library).la
 
 # All the objects depend on the klibtool configuration file.
 $(objects): klibtool.config
@@ -306,6 +307,12 @@
 tex-file.o:
 	$(KPATHSEA_CC) -DDEFAULT_FONT_SIZES='\"$(default_texsizes)\"' $(srcdir)/tex-file.c
 
+# Yes, this depends on GNU Make.  So?  We have to omit optimizaiton
+# for this file on the DEC Alpha with some versions of gcc.  It's
+# simpler to just omit optimization for all platforms.  --jwe
+hash.lo:
+	$(KPATHSEA_CC) $(srcdir)/hash.c $(filter-out -O%, $(ALL_CFLAGS))
+
 check: kpsewhich
 	./kpsewhich -expand-var '$$TEXMF'