comparison src/Makefile.in @ 4960:ce01dbd7e026 ss-2-1-58

[project @ 2004-09-02 03:47:49 by jwe]
author jwe
date Thu, 02 Sep 2004 03:47:49 +0000
parents 5eb434fdd95a
children b6a9f78f60e9
comparison
equal deleted inserted replaced
4959:5eb434fdd95a 4960:ce01dbd7e026
92 oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ 92 oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
93 oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ 93 oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \
94 oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ 94 oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \
95 parse.h pr-output.h procstream.h sighandlers.h siglist.h \ 95 parse.h pr-output.h procstream.h sighandlers.h siglist.h \
96 symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ 96 symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \
97 variables.h version.h xdiv.h xpow.h OPERATORS/op-int.h \ 97 variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES)
98 $(OV_INCLUDES) $(PT_INCLUDES)
99 98
100 TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc 99 TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc
101 100
102 TI_SRC := $(addprefix TEMPLATE-INST/, $(TI_XSRC)) 101 TI_SRC := $(addprefix TEMPLATE-INST/, $(TI_XSRC))
103 102
115 op-s-cs.cc op-s-m.cc op-s-s.cc op-str-m.cc \ 114 op-s-cs.cc op-s-m.cc op-s-s.cc op-str-m.cc \
116 op-str-s.cc op-str-str.cc op-streamoff.cc op-struct.cc \ 115 op-str-s.cc op-str-str.cc op-streamoff.cc op-struct.cc \
117 $(INTTYPE_OP_XSRC) 116 $(INTTYPE_OP_XSRC)
118 117
119 OP_SRC := $(addprefix OPERATORS/, $(OP_XSRC)) 118 OP_SRC := $(addprefix OPERATORS/, $(OP_XSRC))
119
120 OP_INCLUDES := OPERATORS/op-int.h
120 121
121 OV_INTTYPE_SRC := \ 122 OV_INTTYPE_SRC := \
122 ov-int8.cc ov-int16.cc ov-int32.cc ov-int64.cc \ 123 ov-int8.cc ov-int16.cc ov-int32.cc ov-int64.cc \
123 ov-uint8.cc ov-uint16.cc ov-uint32.cc ov-uint64.cc 124 ov-uint8.cc ov-uint16.cc ov-uint32.cc ov-uint64.cc
124 125
470 mkdir ../`cat ../.fname`/src/$$f; \ 471 mkdir ../`cat ../.fname`/src/$$f; \
471 fi; \ 472 fi; \
472 done 473 done
473 ln $(DLD_SRC) ../`cat ../.fname`/src/DLD-FUNCTIONS 474 ln $(DLD_SRC) ../`cat ../.fname`/src/DLD-FUNCTIONS
474 ln $(OP_SRC) ../`cat ../.fname`/src/OPERATORS 475 ln $(OP_SRC) ../`cat ../.fname`/src/OPERATORS
476 ln $(OP_INCLUDES) ../`cat ../.fname`/src/OPERATORS
475 ln $(TI_SRC) ../`cat ../.fname`/src/TEMPLATE-INST 477 ln $(TI_SRC) ../`cat ../.fname`/src/TEMPLATE-INST
476 rm -f parse.cc lex.cc y.tab.h y.output yy.lex.c 478 rm -f parse.cc lex.cc y.tab.h y.output yy.lex.c
477 rm -f oct-gperf.h defaults.h oct-conf.h *.d *.df builtins.cc 479 rm -f oct-gperf.h defaults.h oct-conf.h *.d *.df builtins.cc
478 .PHONY: dist 480 .PHONY: dist
479 481