comparison Makefile.in @ 4378:7d48a8fba1d4

[project @ 2003-04-19 00:03:47 by jwe]
author jwe
date Sat, 19 Apr 2003 00:03:50 +0000
parents a9560cebae6e
children 60c78bde10e5
comparison
equal deleted inserted replaced
4377:ced2ac0cff7b 4378:7d48a8fba1d4
5 # jwe@bevo.che.wisc.edu 5 # jwe@bevo.che.wisc.edu
6 # University of Wisconsin-Madison 6 # University of Wisconsin-Madison
7 # Department of Chemical Engineering 7 # Department of Chemical Engineering
8 8
9 TARGETS = octave-bug octave-config mkoctfile libcruft liboctave \ 9 TARGETS = octave-bug octave-config mkoctfile libcruft liboctave \
10 kpathsea dlfcn readline src scripts doc check octave.info \ 10 dlfcn readline src scripts doc check octave.info \
11 INSTALL.OCTAVE BUGS install install-strip uninstall \ 11 INSTALL.OCTAVE BUGS install install-strip uninstall \
12 tags TAGS dist conf-dist snapshot snapshot-version 12 tags TAGS dist conf-dist snapshot snapshot-version
13 13
14 NO_DEP_TARGETS = clean mostlyclean distclean maintainer-clean 14 NO_DEP_TARGETS = clean mostlyclean distclean maintainer-clean
15 15
92 @echo " tags create tags files" 92 @echo " tags create tags files"
93 @echo " TAGS create TAGS files" 93 @echo " TAGS create TAGS files"
94 @echo "" 94 @echo ""
95 @echo " dlfcn make all in subdirectory dlfcn" 95 @echo " dlfcn make all in subdirectory dlfcn"
96 @echo " doc make all in subdirectory doc" 96 @echo " doc make all in subdirectory doc"
97 @echo " kpathsea make all in subdirectory kpathsea"
98 @echo " libcruft make all in subdirectory libcruft" 97 @echo " libcruft make all in subdirectory libcruft"
99 @echo " liboctave make all in subdirectory liboctave" 98 @echo " liboctave make all in subdirectory liboctave"
100 @echo " scripts make all in subdirectory scripts" 99 @echo " scripts make all in subdirectory scripts"
101 @echo " src make all in subdirectory src" 100 @echo " src make all in subdirectory src"
102 @echo "" 101 @echo ""