# HG changeset patch # User jwe # Date 799362162 0 # Node ID 70fc5216efbfa12c0684aa5f73be0695ead33fc8 # Parent 6fbac268124593e9424a6eaf292fb25117707795 [project @ 1995-05-01 20:56:57 by jwe] diff -r 6fbac2681245 -r 70fc5216efbf Makefile.in --- 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 \ diff -r 6fbac2681245 -r 70fc5216efbf octMakefile.in --- 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 diff -r 6fbac2681245 -r 70fc5216efbf src/Makefile.in --- 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 \