comparison octMakefile.in @ 2993:91589ab98e37

[project @ 1997-05-21 21:44:54 by jwe]
author jwe
date Wed, 21 May 1997 21:51:38 +0000
parents 1de53df388ff
children 9a54159563de
comparison
equal deleted inserted replaced
2992:53b38bf1d443 2993:91589ab98e37
100 cd doc ; $(MAKE) ../BUGS 100 cd doc ; $(MAKE) ../BUGS
101 .PHONY: BUGS 101 .PHONY: BUGS
102 102
103 install install-strip :: 103 install install-strip ::
104 $(top_srcdir)/mkinstalldirs $(DIRS_TO_MAKE) 104 $(top_srcdir)/mkinstalldirs $(DIRS_TO_MAKE)
105 $(INSTALL_SCRIPT) octave-bug $(bindir)/octave-bug 105 $(INSTALL_SCRIPT) octave-bug $(bindir)/octave-bug-$(version)
106 $(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile 106 cd $(bindir) ; $(LN_S) octave-bug-$(version) octave-bug
107 $(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile-$(version)
108 cd $(bindir) ; $(LN_S) mkoctfile-$(version) mkoctfile
107 $(INSTALL_DATA) config.h $(octincludedir)/config.h 109 $(INSTALL_DATA) config.h $(octincludedir)/config.h
108 110
109 maintainer-clean:: 111 maintainer-clean::
110 @echo "" 112 @echo ""
111 @echo "************************************************************" 113 @echo "************************************************************"