comparison src/Makefile.in @ 4633:d95dd6ae89fd

[project @ 2003-11-19 18:32:50 by jwe]
author jwe
date Wed, 19 Nov 2003 18:32:51 +0000
parents ecaec3d39a8e
children ef3a14fb6847
comparison
equal deleted inserted replaced
4632:0e28461651f2 4633:d95dd6ae89fd
80 pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h \ 80 pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h \
81 81
82 INCLUDES := Cell.h base-list.h c-file-ptr-stream.h comment-list.h \ 82 INCLUDES := Cell.h base-list.h c-file-ptr-stream.h comment-list.h \
83 defun-dld.h defun-int.h defun.h dirfns.h dynamic-ld.h \ 83 defun-dld.h defun-int.h defun.h dirfns.h dynamic-ld.h \
84 error.h file-io.h fn-cache.h gripes.h help.h input.h \ 84 error.h file-io.h fn-cache.h gripes.h help.h input.h \
85 lex.h load-save.h oct-fstrm.h oct-hist.h oct-iostrm.h \ 85 lex.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \
86 oct-map.h oct-obj.h oct-prcstrm.h oct-procbuf.h oct-stdstrm.h \ 86 ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \
87 oct-stream.h oct-strstrm.h oct-lvalue.h oct.h octave.h \ 87 oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
88 ops.h pager.h parse.h pr-output.h procstream.h sighandlers.h \ 88 oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \
89 siglist.h symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ 89 oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \
90 parse.h pr-output.h procstream.h sighandlers.h siglist.h \
91 symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \
90 variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES) 92 variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES)
91 93
92 TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc 94 TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc
93 95
94 TI_SRC := $(addprefix TEMPLATE-INST/, $(TI_XSRC)) 96 TI_SRC := $(addprefix TEMPLATE-INST/, $(TI_XSRC))
120 pt-plot.cc pt-pr-code.cc pt-select.cc pt-stmt.cc pt-unop.cc 122 pt-plot.cc pt-pr-code.cc pt-select.cc pt-stmt.cc pt-unop.cc
121 123
122 DIST_SRC := Cell.cc c-file-ptr-stream.cc comment-list.cc \ 124 DIST_SRC := Cell.cc c-file-ptr-stream.cc comment-list.cc \
123 cutils.c data.cc debug.cc defaults.cc defun.cc dirfns.cc \ 125 cutils.c data.cc debug.cc defaults.cc defun.cc dirfns.cc \
124 dynamic-ld.cc error.cc file-io.cc fn-cache.cc gripes.cc \ 126 dynamic-ld.cc error.cc file-io.cc fn-cache.cc gripes.cc \
125 help.cc input.cc lex.l load-save.cc main.c mappers.cc \ 127 help.cc input.cc lex.l load-save.cc ls-hdf5.cc \
126 matherr.c oct-fstrm.cc oct-hist.cc oct-iostrm.cc \ 128 ls-mat-ascii.cc ls-mat4.cc ls-mat5.cc ls-oct-ascii.cc \
127 oct-map.cc oct-obj.cc oct-prcstrm.cc oct-procbuf.cc \ 129 ls-oct-binary.cc ls-utils.cc main.c mappers.cc matherr.c \
128 oct-stdstrm.cc oct-stream.cc \ 130 oct-fstrm.cc oct-hist.cc oct-iostrm.cc oct-map.cc \
129 oct-strstrm.cc oct-lvalue.cc pager.cc parse.y \ 131 oct-obj.cc oct-prcstrm.cc oct-procbuf.cc oct-stdstrm.cc \
130 pr-output.cc procstream.cc sighandlers.cc \ 132 oct-stream.cc oct-strstrm.cc oct-lvalue.cc pager.cc \
133 parse.y pr-output.cc procstream.cc sighandlers.cc \
131 siglist.c strcasecmp.c strncase.c strfns.cc symtab.cc \ 134 siglist.c strcasecmp.c strncase.c strfns.cc symtab.cc \
132 syscalls.cc sysdep.cc token.cc toplev.cc \ 135 syscalls.cc sysdep.cc token.cc toplev.cc \
133 unwind-prot.cc utils.cc variables.cc xdiv.cc xpow.cc \ 136 unwind-prot.cc utils.cc variables.cc xdiv.cc xpow.cc \
134 $(OV_SRC) \ 137 $(OV_SRC) \
135 $(PT_SRC) 138 $(PT_SRC)