comparison octMakefile.in @ 7253:c5a024013d2d

[project @ 2007-12-04 20:51:24 by jwe]
author jwe
date Tue, 04 Dec 2007 20:51:26 +0000
parents 732602937a19
children 3ceb12c499e9
comparison
equal deleted inserted replaced
7252:d35fa45980c6 7253:c5a024013d2d
48 THANKS move-if-change octave-sh octave-bug.in \ 48 THANKS move-if-change octave-sh octave-bug.in \
49 octave-config.in mk-opts.pl mkinstalldirs \ 49 octave-config.in mk-opts.pl mkinstalldirs \
50 mkoctfile.in run-octave.in ChangeLog ChangeLog.[0-9] 50 mkoctfile.in run-octave.in ChangeLog ChangeLog.[0-9]
51 51
52 # Subdirectories in which to run `make all'. 52 # Subdirectories in which to run `make all'.
53 SUBDIRS = @DLFCN_DIR@ libcruft liboctave src scripts doc examples 53 SUBDIRS = libcruft liboctave src scripts doc examples
54 54
55 # Subdirectories in which to run `make all'. 55 # Subdirectories in which to run `make all'.
56 INSTALL_SUBDIRS = libcruft liboctave src scripts doc examples 56 INSTALL_SUBDIRS = libcruft liboctave src scripts doc examples
57 57
58 # Subdirectories in which to run `make conf-dist'. 58 # Subdirectories in which to run `make conf-dist'.
59 CONF_DISTSUBDIRS = src 59 CONF_DISTSUBDIRS = src
60 60
61 # Subdirectories in which to run `make dist'. 61 # Subdirectories in which to run `make dist'.
62 DISTSUBDIRS = $(sort $(SUBDIRS) dlfcn test emacs) 62 DISTSUBDIRS = $(sort $(SUBDIRS) test emacs)
63 63
64 # Subdirectories in which to run clean targets. 64 # Subdirectories in which to run clean targets.
65 CLEANSUBDIRS = $(DISTSUBDIRS) 65 CLEANSUBDIRS = $(DISTSUBDIRS)
66 66
67 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \ 67 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \