# HG changeset patch # User jwe # Date 822945695 0 # Node ID 4e32e42c6b51fa7cc3d1b6adb46b91c2b2139a29 # Parent 45397129526e6124076f05eef9248f96f75e3eab [project @ 1996-01-29 20:00:12 by jwe] diff -r 45397129526e -r 4e32e42c6b51 liboctave/Makefile.in --- 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) diff -r 45397129526e -r 4e32e42c6b51 src/Makefile.in --- 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 \