comparison src/Makefile.in @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents e2110730e556
children 818be8915438
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
10 10
11 include $(TOPDIR)/Makeconf 11 include $(TOPDIR)/Makeconf
12 12
13 srcdir = @srcdir@ 13 srcdir = @srcdir@
14 VPATH = @srcdir@:@srcdir@/../bsd-math 14 VPATH = @srcdir@:@srcdir@/../bsd-math
15
16 # Can this be fixed?
17
18 INCFLAGS = -I. -I$(srcdir)/../liboctave -I$(srcdir)/.. -I$(srcdir) -I$(TOPDIR)/liboctave -I$(TOPDIR)
19 15
20 LIBOBJS = @LIBOBJS@ 16 LIBOBJS = @LIBOBJS@
21 17
22 # Cancel default rule for .c from .y and make .cc from .y instead. 18 # Cancel default rule for .c from .y and make .cc from .y instead.
23 19
85 lex.l mappers.cc octave.cc octave-hist.cc pager.cc parse.y \ 81 lex.l mappers.cc octave.cc octave-hist.cc pager.cc parse.y \
86 pr-output.cc procstream.cc sighandlers.cc symtab.cc \ 82 pr-output.cc procstream.cc sighandlers.cc symtab.cc \
87 sysdep.cc t-builtins.cc tc-assign.cc tc-extras.cc \ 83 sysdep.cc t-builtins.cc tc-assign.cc tc-extras.cc \
88 tc-index.cc tc-inlines.cc token.cc tree.cc tree-const.cc \ 84 tc-index.cc tc-inlines.cc token.cc tree.cc tree-const.cc \
89 tree-plot.cc unwind-prot.cc user-prefs.cc utils.cc \ 85 tree-plot.cc unwind-prot.cc user-prefs.cc utils.cc \
90 variables.cc xdiv.cc xpow.cc 86 variables.cc xdiv.cc xpow.cc SLStack.cc
91 87
92 DEP_SOURCES_2 = $(patsubst %.l, %.cc, $(SOURCES)) 88 DEP_SOURCES_2 = $(patsubst %.l, %.cc, $(SOURCES))
93 DEP_SOURCES_1 = $(patsubst %.y, %.cc, $(DEP_SOURCES_2)) 89 DEP_SOURCES_1 = $(patsubst %.y, %.cc, $(DEP_SOURCES_2))
94 DEP_SOURCES = $(patsubst %.c, %.d, $(DEP_SOURCES_1)) 90 DEP_SOURCES = $(patsubst %.c, %.d, $(DEP_SOURCES_1))
95 MAKEDEPS = $(patsubst %.cc, %.d, $(DEP_SOURCES)) 91 MAKEDEPS = $(patsubst %.cc, %.d, $(DEP_SOURCES))
104 getopt.o getopt1.o gripes.o help.o idx-vector.o input.o \ 100 getopt.o getopt1.o gripes.o help.o idx-vector.o input.o \
105 lex.o mappers.o octave.o octave-hist.o pager.o parse.o \ 101 lex.o mappers.o octave.o octave-hist.o pager.o parse.o \
106 pr-output.o procstream.o sighandlers.o symtab.o sysdep.o \ 102 pr-output.o procstream.o sighandlers.o symtab.o sysdep.o \
107 t-builtins.o tc-assign.o tc-extras.o tc-index.o token.o \ 103 t-builtins.o tc-assign.o tc-extras.o tc-index.o token.o \
108 tree.o tree-const.o tree-plot.o unwind-prot.o user-prefs.o \ 104 tree.o tree-const.o tree-plot.o unwind-prot.o user-prefs.o \
109 utils.o variables.o xdiv.o xpow.o \ 105 utils.o variables.o xdiv.o xpow.o SLStack.o \
110 @DYNAMIC_LD_OBJ@ 106 @DYNAMIC_LD_OBJ@
111 107
112 OCTAVE_LIBS = ../liboctave.a ../libcruft.a ../libinfo.a \ 108 OCTAVE_LIBS = ../liboctave.a ../libcruft.a ../libinfo.a \
113 ../libreadline.a @LIBDLD@ 109 ../libreadline.a @LIBDLD@
114 110