Mercurial > hg > octave-lyh
changeset 292:e0b1d5ed15ab
[project @ 1994-01-15 21:50:56 by jwe]
author | jwe |
---|---|
date | Sat, 15 Jan 1994 21:51:16 +0000 |
parents | d8f9567f9e41 |
children | 89b160ca89b5 |
files | liboctave/Makefile.in src/Makefile.in |
diffstat | 2 files changed, 0 insertions(+), 42 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -13,20 +13,6 @@ include $(TOPDIR)/Makeconf -# Here is a rule for generating dependencies for .cc files: - -%.d: %.cc - rm -f $@ - if test "$(srcdir)" = "." ; then \ - $(CXX) -MM $(CPPFLAGS) $(ALL_CXXFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' > $@.tmp && \ - mv $@.tmp $@ ; \ - else \ - $(CXX) -MM $(CPPFLAGS) $(ALL_CXXFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' -e 's,$(srcdir)/,,g' > $@.tmp && \ - mv $@.tmp $@ ; \ - fi - INCLUDES = Array.h Bounds.h CollocWt.h DAE.h DAEFunc.h FEGrid.h \ FSQP.h LinConst.h LP.h LPsolve.h MArray.h Matrix.h NLConst.h \ NLEqn.h NLFunc.h NLP.h NPSOL.h ODE.h ODEFunc.h Objective.h \
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -30,34 +30,6 @@ %.cc : %.l $(LEX) $(LFLAGS) $< > $(@F) -# Here is a rule for generating dependencies for .cc files: - -%.d: %.cc - rm -f $@ - -if test "$(srcdir)" = "." ; then \ - $(CXX) -MM $(CPPFLAGS) $(ALL_CXXFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' > $@.tmp && \ - mv $@.tmp $@ ; \ - else \ - $(CXX) -MM $(CPPFLAGS) $(ALL_CXXFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' -e 's,$(srcdir)/,,g' > $@.tmp && \ - mv $@.tmp $@ ; \ - fi - -# And one for .c files.too: - -%.d: %.c - rm -f $@ - -if test "$(srcdir)" = "." ; then \ - $(CC) -MM $(CPPFLAGS) $(ALL_CFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' > $@.tmp && \ - mv $@.tmp $@ ; \ - else \ - $(CC) -MM $(CPPFLAGS) $(ALL_CFLAGS) $< | \ - sed -e 's/$*\.o/& $@/g' -e 's,$(srcdir)/,,g' > $@.tmp && \ - mv $@.tmp $@ ; \ - fi - INCLUDES = arith-ops.h builtins.h dynamic-ld.h defaults.h.in \ defaults.h error.h f-balance.h f-chol.h f-colloc.h f-dassl.h \ f-det.h f-eig.h f-expm.h f-fft.h f-fsolve.h f-fsqp.h f-givens.h \