comparison octMakefile.in @ 6987:deb175b6e4a1

[project @ 2007-10-09 18:39:15 by jwe]
author jwe
date Tue, 09 Oct 2007 18:39:16 +0000
parents afbd31bb7b4e
children 93c65f2a5668
comparison
equal deleted inserted replaced
6986:4ad04ff722d7 6987:deb175b6e4a1
33 NEWS.[0-9] PROJECTS README README.Linux README.Windows \ 33 NEWS.[0-9] PROJECTS README README.Linux README.Windows \
34 README.Cygwin README.MSVC \ 34 README.Cygwin README.MSVC \
35 README.MachTen README.kpathsea ROADMAP SENDING-PATCHES \ 35 README.MachTen README.kpathsea ROADMAP SENDING-PATCHES \
36 THANKS move-if-change octave-sh octave-bug.in \ 36 THANKS move-if-change octave-sh octave-bug.in \
37 octave-config.in mk-opts.pl mkinstalldirs \ 37 octave-config.in mk-opts.pl mkinstalldirs \
38 mkoctfile.in run-octave.in gdbinit.in ChangeLog ChangeLog.[0-9] 38 mkoctfile.in run-octave.in ChangeLog ChangeLog.[0-9]
39 39
40 # Subdirectories in which to run `make all'. 40 # Subdirectories in which to run `make all'.
41 SUBDIRS = @DLFCN_DIR@ libcruft liboctave src scripts doc examples 41 SUBDIRS = @DLFCN_DIR@ libcruft liboctave src scripts doc examples
42 42
43 # Subdirectories in which to run `make all'. 43 # Subdirectories in which to run `make all'.
90 chmod a+rx $@ 90 chmod a+rx $@
91 91
92 run-octave: run-octave.in Makeconf octMakefile 92 run-octave: run-octave.in Makeconf octMakefile
93 @$(do-subst-script-vals) 93 @$(do-subst-script-vals)
94 chmod a+rx "$@" 94 chmod a+rx "$@"
95
96 .gdbinit: gdbinit.in Makeconf octMakefile
97 $(do-subst-script-vals)
98 95
99 check: 96 check:
100 $(MAKE) -C test $@ 97 $(MAKE) -C test $@
101 .PHONY: check 98 .PHONY: check
102 99
153 150
154 maintainer-clean distclean:: 151 maintainer-clean distclean::
155 rm -f octMakefile Makefile Makeconf Makefrag.f77 Makerules.f77 152 rm -f octMakefile Makefile Makeconf Makefrag.f77 Makerules.f77
156 rm -f config.cache config.h config.log config.status 153 rm -f config.cache config.h config.log config.status
157 rm -rf autom4te.cache 154 rm -rf autom4te.cache
158 rm -f $(SHELL_SCRIPTS) .gdbinit 155 rm -f $(SHELL_SCRIPTS)
159 rm -f unistd.h 156 rm -f unistd.h
160 157
161 maintainer-clean:: 158 maintainer-clean::
162 rm -f configure config.h.in BUGS INSTALL.OCTAVE 159 rm -f configure config.h.in BUGS INSTALL.OCTAVE
163 160