changeset 1302:70fc5216efbf

[project @ 1995-05-01 20:56:57 by jwe]
author jwe
date Mon, 01 May 1995 21:02:42 +0000
parents 6fbac2681245
children f85193c7dabc
files Makefile.in octMakefile.in src/Makefile.in
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon May 01 20:44:45 1995 +0000
+++ b/Makefile.in	Mon May 01 21:02:42 1995 +0000
@@ -26,7 +26,7 @@
 	@echo ""
 	$(MAKE) -f octMakefile all
 
-TARGETS = octave-bug libcruft liboctave kpathsea dld info readline \
+TARGETS = octave-bug libcruft liboctave kpathsea dld info plplot readline \
 	src scripts doc check octave.info INSTALL.info BUGS.info \
 	install uninstall tags TAGS clean mostlyclean distclean \
 	realclean clean-tar dist-z links-for-dist dist-tar \
--- a/octMakefile.in	Mon May 01 20:44:45 1995 +0000
+++ b/octMakefile.in	Mon May 01 21:02:42 1995 +0000
@@ -27,12 +27,12 @@
 	ChangeLog ChangeLog.[0-9] 
 
 # Complete directory trees to distribute.
-DISTDIRS = kpathsea make
+DISTDIRS = kpathsea make plplot
 
 # Subdirectories in which to run `make all'.
-SUBDIRS = libcruft liboctave @DLD_DIR@ @INFO_DIR@ @READLINE_DIR@ \
-	kpathsea src scripts doc 
-
+SUBDIRS = @DLD_DIR@ @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \
+	libcruft liboctave src scripts doc  
+	
 # Subdirectories in which to run `make dist'.
 DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
 
--- a/src/Makefile.in	Mon May 01 20:44:45 1995 +0000
+++ b/src/Makefile.in	Mon May 01 21:02:42 1995 +0000
@@ -114,7 +114,7 @@
 # nothing.
 
 OCTAVE_LIBS = @LIBOCTDLD@ ../liboctave/liboctave.a libtinst.a \
-	../libcruft/libcruft.a @LIBREADLINE@ \
+	../libcruft/libcruft.a @LIBREADLINE@ @LIBPLPLOT@ \
 	../kpathsea/kpathsea.a @LIBDLD@
 
 DISTFILES = Makefile.in mkdefs mkbuiltins \