comparison src/Makefile.in @ 1150:f0e54e93d420

[project @ 1995-02-26 23:32:25 by jwe]
author jwe
date Sun, 26 Feb 1995 23:32:25 +0000
parents 185b16c1be3d
children f6cf5e07cbe5
comparison
equal deleted inserted replaced
1149:f58509230719 1150:f0e54e93d420
111 # Don't leave the LIBDLD thing on a line by itself. It may expand to 111 # Don't leave the LIBDLD thing on a line by itself. It may expand to
112 # nothing. 112 # nothing.
113 113
114 OCTAVE_LIBS = @LIBOCTDLD@ ../liboctave/liboctave.a libtinst.a \ 114 OCTAVE_LIBS = @LIBOCTDLD@ ../liboctave/liboctave.a libtinst.a \
115 ../libcruft/libcruft.a @LIBINFO@ @LIBREADLINE@ \ 115 ../libcruft/libcruft.a @LIBINFO@ @LIBREADLINE@ \
116 ../kpathsea/libkpathsea.a @LIBDLD@ 116 ../kpathsea/kpathsea.a @LIBDLD@
117 117
118 DISTFILES = Makefile.in mkdefs mkbuiltins \ 118 DISTFILES = Makefile.in mkdefs mkbuiltins \
119 parse.cc lex.cc y.tab.h $(INCLUDES) $(DLD_SRC) $(SOURCES) \ 119 parse.cc lex.cc y.tab.h $(INCLUDES) $(DLD_SRC) $(SOURCES) \
120 $(TI_SRC) 120 $(TI_SRC)
121 121