comparison src/Makefile.in @ 507:68c580e45518

[project @ 1994-07-09 06:15:07 by jwe]
author jwe
date Sat, 09 Jul 1994 06:18:21 +0000
parents c35a1ee8d272
children 7ea224e713cd
comparison
equal deleted inserted replaced
506:0f388340e607 507:68c580e45518
36 f-det.h f-eig.h f-expm.h f-fft.h f-fsolve.h f-fsqp.h f-givens.h \ 36 f-det.h f-eig.h f-expm.h f-fft.h f-fsolve.h f-fsqp.h f-givens.h \
37 f-hess.h f-ifft.h f-inv.h f-lpsolve.h f-lsode.h f-lu.h \ 37 f-hess.h f-ifft.h f-inv.h f-lpsolve.h f-lsode.h f-lu.h \
38 f-npsol.h f-qpsol.h f-qr.h f-quad.h f-qzval.h f-rand.h \ 38 f-npsol.h f-qpsol.h f-qr.h f-quad.h f-qzval.h f-rand.h \
39 f-schur.h f-svd.h f-syl.h file-io.h fnmatch.h g-builtins.h \ 39 f-schur.h f-svd.h f-syl.h file-io.h fnmatch.h g-builtins.h \
40 getopt.h gripes.h help.h idx-vector.h input.h lex.h mappers.h \ 40 getopt.h gripes.h help.h idx-vector.h input.h lex.h mappers.h \
41 missing-math.h octave.h octave-hist.h pager.h parse.h \ 41 missing-math.h octave.h octave-hist.h oct-obj.h pager.h parse.h \
42 pr-output.h procstream.h sighandlers.h statdefs.h symtab.h \ 42 pr-output.h procstream.h sighandlers.h statdefs.h symtab.h \
43 sysdep.h t-builtins.h token.h tree-base.h tree-const.h \ 43 sysdep.h t-builtins.h token.h tree.h tree-cmd.h tree-const.h \
44 tree-plot.h tree.h unwind-prot.h user-prefs.h utils.h \ 44 tree-expr.h tree-plot.h tc-rep.h unwind-prot.h user-prefs.h \
45 variables.h version.h xdiv.h xpow.h SLStack.h Stack.h 45 utils.h variables.h version.h xdiv.h xpow.h SLStack.h Stack.h
46 46
47 SOURCES = arith-ops.cc builtins.cc dynamic-ld.cc error.cc f-chol.cc \ 47 SOURCES = arith-ops.cc builtins.cc dynamic-ld.cc error.cc f-chol.cc \
48 f-colloc.cc f-balance.cc f-dassl.cc f-det.cc f-eig.cc \ 48 f-colloc.cc f-balance.cc f-dassl.cc f-det.cc f-eig.cc \
49 f-expm.cc f-fft.cc f-fsolve.cc f-fsqp.cc f-givens.cc \ 49 f-expm.cc f-fft.cc f-fsolve.cc f-fsqp.cc f-givens.cc \
50 f-hess.cc f-ifft.cc f-inv.cc f-lpsolve.cc f-lsode.cc f-lu.cc \ 50 f-hess.cc f-ifft.cc f-inv.cc f-lpsolve.cc f-lsode.cc f-lu.cc \
52 f-schur.cc f-svd.cc f-syl.cc file-io.cc fnmatch.c \ 52 f-schur.cc f-svd.cc f-syl.cc file-io.cc fnmatch.c \
53 g-builtins.cc getopt.c getopt1.c gripes.cc help.cc \ 53 g-builtins.cc getopt.c getopt1.c gripes.cc help.cc \
54 idx-vector.cc input.cc lex.l mappers.cc octave.cc \ 54 idx-vector.cc input.cc lex.l mappers.cc octave.cc \
55 octave-hist.cc pager.cc parse.y pr-output.cc procstream.cc \ 55 octave-hist.cc pager.cc parse.y pr-output.cc procstream.cc \
56 sighandlers.cc strcasecmp.c strncase.c symtab.cc sysdep.cc \ 56 sighandlers.cc strcasecmp.c strncase.c symtab.cc sysdep.cc \
57 t-builtins.cc token.cc tree.cc tree-const.cc tree-plot.cc \ 57 t-builtins.cc token.cc tree-cmd.cc tree-const.cc tree-expr.cc \
58 tc-extras.cc unwind-prot.cc user-prefs.cc utils.cc \ 58 tree-plot.cc tc-rep.cc unwind-prot.cc user-prefs.cc utils.cc \
59 variables.cc xdiv.cc xpow.cc SLStack.cc 59 variables.cc xdiv.cc xpow.cc SLStack.cc
60 60
61 DEP_SOURCES_2 = $(patsubst %.l, %.cc, $(SOURCES)) 61 DEP_SOURCES_2 = $(patsubst %.l, %.cc, $(SOURCES))
62 DEP_SOURCES_1 = $(patsubst %.y, %.cc, $(DEP_SOURCES_2)) 62 DEP_SOURCES_1 = $(patsubst %.y, %.cc, $(DEP_SOURCES_2))
63 DEP_SOURCES = $(patsubst %.c, %.d, $(DEP_SOURCES_1)) 63 DEP_SOURCES = $(patsubst %.c, %.d, $(DEP_SOURCES_1))
71 71
72 OBJECTS = arith-ops.o builtins.o error.o file-io.o fnmatch.o \ 72 OBJECTS = arith-ops.o builtins.o error.o file-io.o fnmatch.o \
73 g-builtins.o getopt.o getopt1.o gripes.o help.o idx-vector.o \ 73 g-builtins.o getopt.o getopt1.o gripes.o help.o idx-vector.o \
74 input.o lex.o mappers.o octave.o octave-hist.o pager.o \ 74 input.o lex.o mappers.o octave.o octave-hist.o pager.o \
75 parse.o pr-output.o procstream.o sighandlers.o strcasecmp.o \ 75 parse.o pr-output.o procstream.o sighandlers.o strcasecmp.o \
76 strncase.o symtab.o sysdep.o t-builtins.o token.o tree.o \ 76 strncase.o symtab.o sysdep.o t-builtins.o token.o tree-cmd.o \
77 tree-const.o tree-plot.o tc-extras.o unwind-prot.o \ 77 tree-const.o tree-expr.o tree-plot.o tc-rep.o unwind-prot.o \
78 user-prefs.o utils.o variables.o xdiv.o xpow.o SLStack.o \ 78 user-prefs.o utils.o variables.o xdiv.o xpow.o SLStack.o \
79 @DYNAMIC_LD_OBJ@ 79 @DYNAMIC_LD_OBJ@
80 80
81 OCTAVE_LIBS = ../liboctave.a ../libcruft.a ../libinfo.a \ 81 OCTAVE_LIBS = ../liboctave.a ../libcruft.a ../libinfo.a \
82 ../libreadline.a @LIBDLD@ 82 ../libreadline.a @LIBDLD@