comparison octMakefile.in @ 3044:8ec2d00e20e5

[project @ 1997-06-06 21:53:38 by jwe]
author jwe
date Fri, 06 Jun 1997 22:03:24 +0000
parents 9ce32027e269
children 788799701ecb
comparison
equal deleted inserted replaced
3043:9a5525df1c21 3044:8ec2d00e20e5
23 configure.in config.guess config.sub aclocal.m4 config.h.in \ 23 configure.in config.guess config.sub aclocal.m4 config.h.in \
24 acconfig.h config.h.bot install-sh 24 acconfig.h config.h.bot install-sh
25 25
26 DISTFILES = $(CONF_DISTFILES) \ 26 DISTFILES = $(CONF_DISTFILES) \
27 BUGS COPYING INSTALL INSTALL.OCTAVE NEWS NEWS.[0-9] PROJECTS \ 27 BUGS COPYING INSTALL INSTALL.OCTAVE NEWS NEWS.[0-9] PROJECTS \
28 README README.Linux README.NLP README.Windows ROADMAP \ 28 README README.Linux README.Windows ROADMAP SENDING-PATCHES \
29 SENDING-PATCHES THANKS move-if-change octave-sh octave-bug.in \ 29 THANKS INFO.PATCH move-if-change octave-sh octave-bug.in \
30 install-octave mkinstalldirs mkoctfile.in texi2dvi INFO.PATCH \ 30 install-octave mkinstalldirs mkoctfile.in texi2dvi \
31 MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 31 ChangeLog ChangeLog.[0-9]
32 32
33 # Complete directory trees to distribute. 33 # Complete directory trees to distribute.
34 DISTDIRS = glob kpathsea # plplot 34 DISTDIRS = glob kpathsea # plplot
35 35
36 # Subdirectories in which to run `make all'. 36 # Subdirectories in which to run `make all'.
167 find `cat .fname` \( \( -name RCS -a -type d \) \ 167 find `cat .fname` \( \( -name RCS -a -type d \) \
168 -o \( -name CVS -a -type d \) -o \( -name OLD -a -type d \) \ 168 -o \( -name CVS -a -type d \) -o \( -name OLD -a -type d \) \
169 -o -name "=*" -o -name '*~' -o -name '#*#' -o -name config.log \ 169 -o -name "=*" -o -name '*~' -o -name '#*#' -o -name config.log \
170 -o -name config.status -o -name c-auto.h \) -print | xargs rm -rf 170 -o -name config.status -o -name c-auto.h \) -print | xargs rm -rf
171 rm -f `cat .fname`/test/octave.test/*.m 171 rm -f `cat .fname`/test/octave.test/*.m
172 rm -rf `cat .fname`/test/octave.test/npsol
173 rm -rf `cat .fname`/test/octave.test/qpsol
174 chmod -R a+rwX `cat .fname` 172 chmod -R a+rwX `cat .fname`
175 tar cf `cat .fname`.tar `cat .fname` 173 tar cf `cat .fname`.tar `cat .fname`
176 rm -rf `cat .fname` 174 rm -rf `cat .fname`
177 gzip --best `cat .fname`.tar 175 gzip --best `cat .fname`.tar
178 rm -f .fname 176 rm -f .fname
240 find `cat .fname` \( \( -name RCS -a -type d \) \ 238 find `cat .fname` \( \( -name RCS -a -type d \) \
241 -o \( -name CVS -a -type d \) -o \( -name OLD -a -type d \) \ 239 -o \( -name CVS -a -type d \) -o \( -name OLD -a -type d \) \
242 -o -name "=*" -o -name '*~' -o -name '#*#' -o -name Makefile \ 240 -o -name "=*" -o -name '*~' -o -name '#*#' -o -name Makefile \
243 -o -name c-auto.h \) -print | xargs rm -rf 241 -o -name c-auto.h \) -print | xargs rm -rf
244 rm -f `cat .fname`/test/octave.test/*.m 242 rm -f `cat .fname`/test/octave.test/*.m
245 rm -rf `cat .fname`/test/octave.test/npsol
246 rm -rf `cat .fname`/test/octave.test/qpsol
247 chmod -R a+rw `cat .fname` 243 chmod -R a+rw `cat .fname`
248 find `cat .fname` \( -perm 766 -o -perm 676 -o -perm 667 \ 244 find `cat .fname` \( -perm 766 -o -perm 676 -o -perm 667 \
249 -o -perm 776 -o -perm 677 -o -perm 767 \) -print | \ 245 -o -perm 776 -o -perm 677 -o -perm 767 \) -print | \
250 xargs chmod a+x scripts 246 xargs chmod a+x scripts
251 strip src/octave info/info 247 strip src/octave info/info