Mercurial > hg > octave-thorsten
comparison src/Makefile.in @ 2980:cd5ad3fd8049
[project @ 1997-05-16 01:12:13 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 01:13:19 +0000 |
parents | a3556d2adec9 |
children | 20f5cec4f11c |
comparison
equal
deleted
inserted
replaced
2979:a3556d2adec9 | 2980:cd5ad3fd8049 |
---|---|
68 ov-list.h ov-struct.h ov-scalar.h ov-range.h \ | 68 ov-list.h ov-struct.h ov-scalar.h ov-range.h \ |
69 ov-complex.h ov-va-args.h ov-colon.h ov-base.h \ | 69 ov-complex.h ov-va-args.h ov-colon.h ov-base.h \ |
70 ov-str-mat.h ov-bool-mat.h ov-bool.h ov-file.h ov.h \ | 70 ov-str-mat.h ov-bool-mat.h ov-bool.h ov-file.h ov.h \ |
71 ov-fcn.h ov-builtin.h ov-mapper.h ov-usr-fcn.h ov-typeinfo.h | 71 ov-fcn.h ov-builtin.h ov-mapper.h ov-usr-fcn.h ov-typeinfo.h |
72 | 72 |
73 PT_INCLUDES := pt-base.h pt-cmd.h \ | 73 PT_INCLUDES := pt-base.h pt-cmd.h pt-const.h pt-exp.h pt-id.h \ |
74 pt-const.h pt-exp-base.h pt-exp.h pt-id.h pt-indir.h \ | 74 pt-indir.h pt-mat.h pt-misc.h pt-plot.h pt-pr-code.h \ |
75 pt-mat.h pt-misc.h pt-plot.h pt-pr-code.h pt-walk.h | 75 pt-walk.h pt-unop.h pt-binop.h pt-colon.h pt-idx.h \ |
76 pt-assign.h | |
76 | 77 |
77 INCLUDES := BaseSLList.h Map.h SLList.h SLStack.h Stack.h defun-dld.h \ | 78 INCLUDES := BaseSLList.h Map.h SLList.h SLStack.h Stack.h defun-dld.h \ |
78 defun-int.h defun.h dirfns.h dynamic-ld.h error.h file-io.h \ | 79 defun-int.h defun.h dirfns.h dynamic-ld.h error.h file-io.h \ |
79 fn-cache.h gripes.h help.h input.h lex.h load-save.h \ | 80 fn-cache.h gripes.h help.h input.h lex.h load-save.h \ |
80 oct-fstrm.h oct-hist.h oct-iostrm.h \ | 81 oct-fstrm.h oct-hist.h oct-iostrm.h \ |
107 ov-cx-mat.cc ov-range.cc ov-scalar.cc ov-complex.cc \ | 108 ov-cx-mat.cc ov-range.cc ov-scalar.cc ov-complex.cc \ |
108 ov-str-mat.cc ov-struct.cc ov-va-args.cc ov-colon.cc \ | 109 ov-str-mat.cc ov-struct.cc ov-va-args.cc ov-colon.cc \ |
109 ov-bool-mat.cc ov-bool.cc ov-file.cc ov.cc ov-fcn.cc \ | 110 ov-bool-mat.cc ov-bool.cc ov-file.cc ov.cc ov-fcn.cc \ |
110 ov-builtin.cc ov-mapper.cc ov-usr-fcn.cc ov-typeinfo.cc | 111 ov-builtin.cc ov-mapper.cc ov-usr-fcn.cc ov-typeinfo.cc |
111 | 112 |
112 PT_SRC := pt-base.cc pt-cmd.cc pt-const.cc pt-exp-base.cc \ | 113 PT_SRC := pt-base.cc pt-cmd.cc pt-const.cc pt-exp.cc pt-id.cc \ |
113 pt-exp.cc pt-id.cc pt-indir.cc pt-mat.cc pt-misc.cc \ | 114 pt-indir.cc pt-mat.cc pt-misc.cc pt-plot.cc pt-pr-code.cc \ |
114 pt-plot.cc pt-pr-code.cc | 115 pt-unop.cc pt-binop.cc pt-colon.cc pt-idx.cc pt-assign.cc |
115 | 116 |
116 SOURCES := BaseSLList.cc Map.cc SLList.cc SLStack.cc Stack.cc \ | 117 SOURCES := BaseSLList.cc Map.cc SLList.cc SLStack.cc Stack.cc \ |
117 data.cc defaults.cc defun.cc dirfns.cc dynamic-ld.cc \ | 118 data.cc defaults.cc defun.cc dirfns.cc dynamic-ld.cc \ |
118 error.cc file-io.cc fn-cache.cc gripes.cc help.cc input.cc \ | 119 error.cc file-io.cc fn-cache.cc gripes.cc help.cc input.cc \ |
119 lex.l load-save.cc mappers.cc oct-fstrm.cc oct-hist.cc \ | 120 lex.l load-save.cc mappers.cc oct-fstrm.cc oct-hist.cc \ |