comparison liboctave/Makefile.in @ 1968:a2e206524aa0

[project @ 1996-02-17 02:54:24 by jwe]
author jwe
date Sat, 17 Feb 1996 02:57:16 +0000
parents 41ff3c38af7e
children 88aa1d1ed4af
comparison
equal deleted inserted replaced
1967:4cb6aaa0f2c7 1968:a2e206524aa0
34 34
35 INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DASSL.h FEGrid.h FSQP.h \ 35 INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DASSL.h FEGrid.h FSQP.h \
36 LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h NLFunc.h \ 36 LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h NLFunc.h \
37 NLP.h NPSOL.h ODE.h ODEFunc.h Objective.h QP.h QPSOL.h Quad.h \ 37 NLP.h NPSOL.h ODE.h ODEFunc.h Objective.h QP.h QPSOL.h Quad.h \
38 Range.h base-de.h base-min.h byte-swap.h cmd-hist.h data-conv.h \ 38 Range.h base-de.h base-min.h byte-swap.h cmd-hist.h data-conv.h \
39 dir-ops.h file-ops.h float-fmt.h f77-fcn.h getopt.h idx-vector.h \ 39 dir-ops.h file-ops.h float-fmt.h f77-fcn.h getopt.h \
40 lo-error.h oct-cmplx.h oct-glob.h oct-math.h oct-term.h \ 40 idx-vector.h lo-error.h lo-ieee.h lo-mappers.h lo-utils.h \
41 pathsearch.h prog-args.h statdefs.h str-vec.h sun-utils.h \ 41 oct-cmplx.h oct-glob.h oct-math.h oct-term.h pathsearch.h \
42 sysdir.h $(MATRIX_INC) 42 prog-args.h statdefs.h str-vec.h sun-utils.h sysdir.h \
43 $(MATRIX_INC)
43 44
44 TEMPLATE_SRC := Array.cc MArray.cc 45 TEMPLATE_SRC := Array.cc MArray.cc
45 46
46 TI_SRC := Array-C.cc Array-ch.cc Array-i.cc Array-d.cc Array-s.cc \ 47 TI_SRC := Array-C.cc Array-ch.cc Array-i.cc Array-d.cc Array-s.cc \
47 Array-str.cc \ 48 Array-str.cc \
58 SOURCES := Bounds.cc CollocWt.cc DAE.cc DASSL.cc FEGrid.cc FSQP.cc \ 59 SOURCES := Bounds.cc CollocWt.cc DAE.cc DASSL.cc FEGrid.cc FSQP.cc \
59 LinConst.cc LPsolve.cc LSODE.cc NLEqn.cc NPSOL.cc QPSOL.cc \ 60 LinConst.cc LPsolve.cc LSODE.cc NLEqn.cc NPSOL.cc QPSOL.cc \
60 Quad.cc Range.cc acosh.c asinh.c atanh.c cmd-hist.cc \ 61 Quad.cc Range.cc acosh.c asinh.c atanh.c cmd-hist.cc \
61 data-conv.cc dir-ops.cc erf.c erfc.c f77-fcn.c file-ops.cc \ 62 data-conv.cc dir-ops.cc erf.c erfc.c f77-fcn.c file-ops.cc \
62 filemode.c float-fmt.cc gamma.c getopt.c getopt1.c \ 63 filemode.c float-fmt.cc gamma.c getopt.c getopt1.c \
63 idx-vector.cc lgamma.c mkdir.c oct-glob.cc oct-term.cc \ 64 idx-vector.cc lgamma.c lo-ieee.cc lo-mappers.cc lo-utils.cc \
64 pathsearch.cc prog-args.cc rename.c rmdir.c str-vec.cc \ 65 mkdir.c oct-glob.cc oct-term.cc pathsearch.cc prog-args.cc \
65 sun-utils.cc tempname.c tempnam.c \ 66 rename.c rmdir.c str-vec.cc sun-utils.cc tempname.c tempnam.c \
66 $(TEMPLATE_SRC) \ 67 $(TEMPLATE_SRC) \
67 $(TI_SRC) \ 68 $(TI_SRC) \
68 $(MATRIX_SRC) 69 $(MATRIX_SRC)
69 70
70 EXTRAS := mx-inlines.cc 71 EXTRAS := mx-inlines.cc