comparison liboctave/Makefile.in @ 4118:eb68fe7e78d1

[project @ 2002-10-23 01:29:32 by jwe]
author jwe
date Wed, 23 Oct 2002 01:30:39 +0000
parents 63a5613cca00
children da4c69a81137
comparison
equal deleted inserted replaced
4117:944b276d8856 4118:eb68fe7e78d1
52 52
53 INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DAERT.h \ 53 INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DAERT.h \
54 DAERTFunc.h DASPK.h DASRT.h DASSL.h FEGrid.h \ 54 DAERTFunc.h DASPK.h DASRT.h DASSL.h FEGrid.h \
55 LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h \ 55 LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h \
56 NLFunc.h NLP.h ODE.h ODEFunc.h ODES.h ODESFunc.h \ 56 NLFunc.h NLP.h ODE.h ODEFunc.h ODES.h ODESFunc.h \
57 ODESSA.h Objective.h QP.h Quad.h Range.h base-de.h \ 57 ODESSA.h Objective.h QP.h Quad.h Range.h base-dae.h \
58 base-min.h byte-swap.h cmd-edit.h cmd-hist.h \ 58 base-de.h base-min.h byte-swap.h cmd-edit.h cmd-hist.h \
59 data-conv.h dir-ops.h file-ops.h file-stat.h getopt.h \ 59 data-conv.h dir-ops.h file-ops.h file-stat.h getopt.h \
60 glob-match.h idx-vector.h lo-ieee.h lo-mappers.h \ 60 glob-match.h idx-vector.h lo-ieee.h lo-mappers.h \
61 lo-specfun.h lo-sstream.h lo-sysdep.h lo-utils.h \ 61 lo-specfun.h lo-sstream.h lo-sysdep.h lo-utils.h \
62 mach-info.h oct-alloc.h oct-cmplx.h oct-env.h oct-fftw.h \ 62 mach-info.h oct-alloc.h oct-cmplx.h oct-env.h oct-fftw.h \
63 oct-getopt.h oct-group.h oct-kpse.h oct-passwd.h \ 63 oct-getopt.h oct-group.h oct-kpse.h oct-passwd.h \
136 EXTRAS := mx-inlines.cc 136 EXTRAS := mx-inlines.cc
137 137
138 INCLUDES_FOR_INSTALL := $(INCLUDES) $(TEMPLATE_SRC) $(EXTRAS) 138 INCLUDES_FOR_INSTALL := $(INCLUDES) $(TEMPLATE_SRC) $(EXTRAS)
139 139
140 DISTFILES := Makefile.in ChangeLog $(SOURCES) $(INCLUDES) $(EXTRAS) \ 140 DISTFILES := Makefile.in ChangeLog $(SOURCES) $(INCLUDES) $(EXTRAS) \
141 $(OPTS_INC_SRC) 141 $(OPTS_INC_DATA)
142 142
143 ifeq ($(SHARED_LIBS), true) 143 ifeq ($(SHARED_LIBS), true)
144 BINDISTLIBS = liboctave/liboctave 144 BINDISTLIBS = liboctave/liboctave
145 BINDISTFILES = liboctave.$(SHLEXT_VER) 145 BINDISTFILES = liboctave.$(SHLEXT_VER)
146 endif 146 endif