comparison octMakefile.in @ 3659:e68976912bb5

[project @ 2000-04-19 16:43:56 by jwe]
author jwe
date Wed, 19 Apr 2000 16:43:57 +0000
parents 3a067b216fd6
children e313f24b88ef
comparison
equal deleted inserted replaced
3658:808f399398c9 3659:e68976912bb5
61 BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples 61 BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples
62 62
63 # Subdirectories in which to run clean targets. 63 # Subdirectories in which to run clean targets.
64 CLEANSUBDIRS = $(DISTSUBDIRS) @READLINE_DIR@ @GLOB_DIR@ kpathsea 64 CLEANSUBDIRS = $(DISTSUBDIRS) @READLINE_DIR@ @GLOB_DIR@ kpathsea
65 65
66 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir) $(fcnfiledir) \ 66 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
67 $(octfiledir) $(archlibdir) $(localarchlibdir) \ 67 $(octfiledir) $(archlibdir) $(localarchlibdir) \
68 `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'` \ 68 `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'` \
69 `echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'` 69 `echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}'`
70 70
71 all: octave-bug mkoctfile src 71 all: octave-bug mkoctfile src
109 $(INSTALL_SCRIPT) octave-bug $(bindir)/octave-bug-$(version) 109 $(INSTALL_SCRIPT) octave-bug $(bindir)/octave-bug-$(version)
110 cd $(bindir); $(LN_S) octave-bug-$(version) octave-bug 110 cd $(bindir); $(LN_S) octave-bug-$(version) octave-bug
111 rm -f $(bindir)/mkoctfile 111 rm -f $(bindir)/mkoctfile
112 $(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile-$(version) 112 $(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile-$(version)
113 cd $(bindir); $(LN_S) mkoctfile-$(version) mkoctfile 113 cd $(bindir); $(LN_S) mkoctfile-$(version) mkoctfile
114 $(INSTALL_DATA) config.h $(octincludedir)/config.h 114 $(INSTALL_DATA) config.h $(octincludedir)/octave/config.h
115 $(mk-includedir-link) 115 $(mk-includedir-link)
116 116
117 maintainer-clean:: 117 maintainer-clean::
118 @echo "" 118 @echo ""
119 @echo "************************************************************" 119 @echo "************************************************************"