diff options
Diffstat (limited to 'libf2c/ChangeLog')
-rw-r--r-- | libf2c/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 224b6be..a4c483a 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,21 @@ +1998-07-10 Dave Love <d.love@dl.ac.uk> + + * Makefile.in: Re-write build procedure mainly to honour + dependencies correctly but also allow making in the build + directory by configuring the relevant variables. The lib[FIU]77 + subdirs do dependency checking of their objects. Stamp files + dictate when to run (new) archive targets in subdirs. Some + tidying of variables. Supply full set of standard targets. + + * configure.in: Move much of testing to new configures in + subdirs. Tidy up handling of RANLIB etc. + + * stamp-h.in, libF77/configure.in, libI77/configure.in, + libF77/configure, libI77/configure: New files. + + * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: + Change in step with libf2c/Makefile.in. + 1998-07-09 Dave Love <d.love@dl.ac.uk> * libU77/Makefile.in (check): Wrap -lg2c ... -lm around $(LIBS) in |