comparison octMakefile.in @ 1680:a3e4d62de24c

[project @ 1995-12-30 03:37:08 by jwe]
author jwe
date Sat, 30 Dec 1995 03:38:42 +0000
parents 8ec94342ce34
children 5738406d6759
comparison
equal deleted inserted replaced
1679:7dbdf23e1d18 1680:a3e4d62de24c
28 28
29 # Complete directory trees to distribute. 29 # Complete directory trees to distribute.
30 DISTDIRS = emacs kpathsea make plplot 30 DISTDIRS = emacs kpathsea make plplot
31 31
32 # Subdirectories in which to run `make all'. 32 # Subdirectories in which to run `make all'.
33 SUBDIRS = @DLD_DIR@ @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \ 33 SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \
34 libcruft liboctave src scripts doc 34 libcruft liboctave src scripts doc
35 35
36 # Subdirectories in which to run `make dist'. 36 # Subdirectories in which to run `make dist'.
37 DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 37 DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc
38 38
39 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \ 39 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
40 BUGS PROJECTS octave-bug octave.sh doinstall.sh \ 40 BUGS PROJECTS octave-bug octave.sh doinstall.sh \
106 $(SUBDIR_FOR_COMMAND) 106 $(SUBDIR_FOR_COMMAND)
107 .PHONY: install uninstall tags clean mostlyclean distclean maintainer-clean 107 .PHONY: install uninstall tags clean mostlyclean distclean maintainer-clean
108 108
109 maintainer-clean distclean:: 109 maintainer-clean distclean::
110 rm -f octMakefile octave-bug Makefile Makeconf config.cache \ 110 rm -f octMakefile octave-bug Makefile Makeconf config.cache \
111 config.h config.log config.status 111 config.h config.log config.status Makerules.f77
112 112
113 # Now that things are under RCS control, we need to do the recursive 113 # Now that things are under RCS control, we need to do the recursive
114 # chmod so that the distributed files end up with reasonable modes. 114 # chmod so that the distributed files end up with reasonable modes.
115 115
116 # Shared rules for making clean tar files. 116 # Shared rules for making clean tar files.