changeset 1813:4e32e42c6b51

[project @ 1996-01-29 20:00:12 by jwe]
author jwe
date Mon, 29 Jan 1996 20:01:35 +0000
parents 45397129526e
children 9d29031610d8
files liboctave/Makefile.in src/Makefile.in
diffstat 2 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Makefile.in	Mon Jan 29 19:32:07 1996 +0000
+++ b/liboctave/Makefile.in	Mon Jan 29 20:01:35 1996 +0000
@@ -31,9 +31,9 @@
 	LinConst.h LP.h LPsolve.h NLConst.h NLEqn.h NLFunc.h NLP.h \
 	NPSOL.h ODE.h ODEFunc.h Objective.h QP.h QPSOL.h Quad.h \
 	Range.h base-min.h cmd-hist.h dir-ops.h file-ops.h \
-	f77-uscore.h idx-vector.h lo-error.h oct-cmplx.h oct-glob.h \
-	oct-math.h oct-term.h pathsearch.h statdefs.h str-vec.h \
-	sun-utils.h sysdir.h \
+	f77-uscore.h getopt.h idx-vector.h lo-error.h oct-cmplx.h \
+	oct-glob.h oct-math.h oct-term.h pathsearch.h statdefs.h \
+	str-vec.h sun-utils.h sysdir.h \
 	$(MATRIX_INC)
 
 TEMPLATE_SRC := Array.cc MArray.cc
@@ -53,9 +53,10 @@
 SOURCES := Bounds.cc CollocWt.cc DAE.cc FEGrid.cc FSQP.cc LinConst.cc \
 	LPsolve.cc NLEqn.cc NPSOL.cc ODE.cc QPSOL.cc Quad.cc Range.cc \
 	acosh.c asinh.c atanh.c cmd-hist.cc dir-ops.cc erf.c erfc.c \
-	file-ops.cc filemode.c gamma.c idx-vector.cc lo-error.cc \
-	lgamma.c mkdir.c oct-glob.cc oct-term.cc pathsearch.cc rename.c \
-	rmdir.c str-vec.cc sun-utils.cc tempname.c tempnam.c \
+	file-ops.cc filemode.c gamma.c getopt.c getopt1.c idx-vector.cc \
+	lo-error.cc lgamma.c mkdir.c oct-glob.cc oct-term.cc \
+	pathsearch.cc rename.c rmdir.c str-vec.cc sun-utils.cc \
+	tempname.c tempnam.c \
 	$(TEMPLATE_SRC) \
 	$(TI_SRC) \
 	$(MATRIX_SRC)
--- a/src/Makefile.in	Mon Jan 29 19:32:07 1996 +0000
+++ b/src/Makefile.in	Mon Jan 29 20:01:35 1996 +0000
@@ -83,7 +83,7 @@
 
 INCLUDES := arith-ops.h builtins.h defaults.h.in defun.h defun-dld.h \
 	defun-int.h dirfns.h dynamic-ld.h error.h file-info.h \
-	file-io.h getopt.h gripes.h help.h input.h lex.h load-save.h \
+	file-io.h gripes.h help.h input.h lex.h load-save.h \
 	mappers.h oct-gperf.h oct-hist.h oct-map.h oct-obj.h pager.h \
 	parse.h pathlen.h pr-output.h procstream.h pt-base.h \
 	pt-cmd.h pt-const.h pt-exp-base.h pt-exp.h pt-fcn.h \
@@ -107,13 +107,12 @@
 endif
 
 SOURCES := arith-ops.cc data.cc dirfns.cc dynamic-ld.cc error.cc \
-	file-info.cc file-io.cc getopt.c getopt1.c \
-	gripes.cc help.cc input.cc lex.l load-save.cc mappers.cc \
-	oct-hist.cc oct-map.cc oct-obj.cc pager.cc parse.y \
-	pr-output.cc procstream.cc pt-base.cc pt-cmd.cc \
-	pt-const.cc pt-exp-base.cc pt-exp.cc pt-fcn.cc pt-fvc-base.cc \
-	pt-fvc.cc pt-mat.cc pt-misc.cc pt-mvr-base.cc pt-mvr.cc \
-	pt-plot.cc resource.cc sighandlers.cc \
+	file-info.cc file-io.cc gripes.cc help.cc input.cc lex.l \
+	load-save.cc mappers.cc oct-hist.cc oct-map.cc oct-obj.cc \
+	pager.cc parse.y pr-output.cc procstream.cc pt-base.cc \
+	pt-cmd.cc pt-const.cc pt-exp-base.cc pt-exp.cc pt-fcn.cc \
+	pt-fvc-base.cc pt-fvc.cc pt-mat.cc pt-misc.cc pt-mvr-base.cc \
+	pt-mvr.cc pt-plot.cc resource.cc sighandlers.cc \
 	strcasecmp.c strncase.c strfns.cc strftime.c symtab.cc \
 	sysdep.cc timefns.cc token.cc toplev.cc \
 	unwind-prot.cc user-prefs.cc utils.cc variables.cc xdiv.cc \