comparison src/Makefile.in @ 3770:bf6116ca10eb

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents c06bae7229cf
children 13905c3a24af
comparison
equal deleted inserted replaced
3769:7c8e3c42ed04 3770:bf6116ca10eb
38 $(SH_LD) $(SH_LDFLAGS) -o $@ $< 38 $(SH_LD) $(SH_LDFLAGS) -o $@ $<
39 endif 39 endif
40 endif 40 endif
41 41
42 DLD_XSRC := balance.cc besselj.cc betainc.cc chol.cc colloc.cc dassl.cc \ 42 DLD_XSRC := balance.cc besselj.cc betainc.cc chol.cc colloc.cc dassl.cc \
43 det.cc eig.cc expm.cc fft.cc fft2.cc filter.cc find.cc \ 43 debug.cc det.cc eig.cc expm.cc fft.cc fft2.cc filter.cc find.cc \
44 fsolve.cc gammainc.cc getgrent.cc getpwent.cc getrusage.cc \ 44 fsolve.cc gammainc.cc getgrent.cc getpwent.cc getrusage.cc \
45 givens.cc hess.cc ifft.cc ifft2.cc inv.cc log.cc lpsolve.cc \ 45 givens.cc hess.cc ifft.cc ifft2.cc inv.cc log.cc lpsolve.cc \
46 lsode.cc lu.cc minmax.cc pinv.cc qr.cc quad.cc qz.cc rand.cc \ 46 lsode.cc lu.cc minmax.cc pinv.cc qr.cc quad.cc qz.cc rand.cc \
47 schur.cc sort.cc svd.cc syl.cc time.cc 47 schur.cc sort.cc svd.cc syl.cc time.cc
48 48
70 ov-str-mat.h ov-bool-mat.h ov-bool.h ov-file.h ov-cell.h ov.h \ 70 ov-str-mat.h ov-bool-mat.h ov-bool.h ov-file.h ov-cell.h ov.h \
71 ov-fcn.h ov-builtin.h ov-dld-fcn.h ov-mapper.h ov-usr-fcn.h \ 71 ov-fcn.h ov-builtin.h ov-dld-fcn.h ov-mapper.h ov-usr-fcn.h \
72 ov-base-nd-array.h ov-re-nd-array.h ov-typeinfo.h 72 ov-base-nd-array.h ov-re-nd-array.h ov-typeinfo.h
73 73
74 PT_INCLUDES := pt.h pt-all.h pt-arg-list.h pt-assign.h pt-binop.h \ 74 PT_INCLUDES := pt.h pt-all.h pt-arg-list.h pt-assign.h pt-binop.h \
75 pt-cell.h pt-check.h pt-cmd.h pt-colon.h pt-const.h pt-decl.h \ 75 pt-bp.h pt-cell.h pt-check.h pt-cmd.h pt-colon.h pt-const.h \
76 pt-except.h pt-exp.h pt-id.h pt-idx.h pt-indir.h \ 76 pt-decl.h pt-except.h pt-exp.h pt-id.h pt-idx.h pt-indir.h \
77 pt-jump.h pt-loop.h pt-mat.h pt-misc.h pt-plot.h \ 77 pt-jump.h pt-loop.h pt-mat.h pt-misc.h pt-plot.h \
78 pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h 78 pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h \
79 79
80 INCLUDES := BaseSLList.h Cell.h DLList.h Map.h Pix.h SLList.h \ 80 INCLUDES := BaseSLList.h Cell.h DLList.h Map.h Pix.h SLList.h \
81 SLStack.h Stack.h c-file-ptr-stream.h comment-list.h defun-dld.h \ 81 SLStack.h Stack.h c-file-ptr-stream.h comment-list.h defun-dld.h \
82 defun-int.h defun.h dirfns.h dynamic-ld.h error.h file-io.h \ 82 defun-int.h defun.h dirfns.h dynamic-ld.h error.h file-io.h \
83 fn-cache.h gripes.h help.h input.h lex.h load-save.h \ 83 fn-cache.h gripes.h help.h input.h lex.h load-save.h \
112 ov-colon.cc ov-bool-mat.cc ov-bool.cc ov-file.cc ov-cell.cc \ 112 ov-colon.cc ov-bool-mat.cc ov-bool.cc ov-file.cc ov-cell.cc \
113 ov.cc ov-fcn.cc ov-builtin.cc ov-dld-fcn.cc ov-mapper.cc \ 113 ov.cc ov-fcn.cc ov-builtin.cc ov-dld-fcn.cc ov-mapper.cc \
114 ov-usr-fcn.cc ov-base-nd-array.cc ov-re-nd-array.cc \ 114 ov-usr-fcn.cc ov-base-nd-array.cc ov-re-nd-array.cc \
115 ov-typeinfo.cc 115 ov-typeinfo.cc
116 116
117 PT_SRC := pt.cc pt-arg-list.cc pt-assign.cc pt-binop.cc pt-cell.cc \ 117 PT_SRC := pt.cc pt-arg-list.cc pt-assign.cc pt-bp.cc pt-binop.cc pt-cell.cc \
118 pt-check.cc pt-cmd.cc pt-colon.cc pt-const.cc pt-decl.cc \ 118 pt-check.cc pt-cmd.cc pt-colon.cc pt-const.cc pt-decl.cc \
119 pt-except.cc pt-exp.cc pt-id.cc pt-idx.cc pt-indir.cc pt-jump.cc \ 119 pt-except.cc pt-exp.cc pt-id.cc pt-idx.cc pt-indir.cc pt-jump.cc \
120 pt-loop.cc pt-mat.cc pt-misc.cc pt-plot.cc pt-pr-code.cc \ 120 pt-loop.cc pt-mat.cc pt-misc.cc pt-plot.cc pt-pr-code.cc \
121 pt-select.cc pt-stmt.cc pt-unop.cc 121 pt-select.cc pt-stmt.cc pt-unop.cc
122 122