comparison octMakefile.in @ 6444:af8e28709a2c

[project @ 2007-03-23 16:42:50 by jwe]
author jwe
date Fri, 23 Mar 2007 16:44:12 +0000
parents 1a59ba7d32f0
children a84de7048629
comparison
equal deleted inserted replaced
6443:9dc77e3c9313 6444:af8e28709a2c
54 $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') 54 $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')
55 55
56 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave 56 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
57 57
58 all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files 58 all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files
59 @echo ""
59 @echo "Octave successfully built. Now choose from the following:" 60 @echo "Octave successfully built. Now choose from the following:"
60 @echo "" 61 @echo ""
61 @echo " ./run-octave - to run in place" 62 @echo " ./run-octave - to run in place"
62 @echo " make check - to run the tests" 63 @echo " make check - to run the tests"
63 @echo " make install - to install" 64 @echo " make install - to install"