Mercurial > hg > octave-lyh
changeset 3116:8f31cbbcf555
[project @ 1997-11-29 05:25:31 by jwe]
author | jwe |
---|---|
date | Sat, 29 Nov 1997 05:25:40 +0000 |
parents | 7e925ec34aeb |
children | f735f3ea1ee7 |
files | libcruft/ChangeLog libcruft/specfun/Makefile.in |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,6 +1,8 @@ Fri Nov 28 14:05:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * specfun: New subdirectory. + * specfun/Makefile.in, specfun/ribesl.f, specfun/rjbesl.f, + specfun/rkbesl.f, specfun/rybesl.f: New files. * Makefile.in (CRUFT_DIRS): Add specfun. Wed Nov 26 01:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
new file mode 100644 --- /dev/null +++ b/libcruft/specfun/Makefile.in @@ -0,0 +1,19 @@ +# +# Makefile for octave's libcruft/specfun directory +# +# John W. Eaton +# jwe@bevo.che.wisc.edu +# University of Wisconsin-Madison +# Department of Chemical Engineering + +TOPDIR = ../.. + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +EXTERNAL_DISTFILES = $(DISTFILES) + +include $(TOPDIR)/Makeconf + +include ../Makerules