comparison libcruft/Makefile.in @ 41:115ffc431ca5

[project @ 1993-08-10 22:23:28 by jwe]
author jwe
date Tue, 10 Aug 1993 22:23:28 +0000
parents a74018918cf3
children b936220a35cf
comparison
equal deleted inserted replaced
40:adade67872a7 41:115ffc431ca5
16 # List of the directories that contain Fortran source. Simply copying 16 # List of the directories that contain Fortran source. Simply copying
17 # a new .f file into one of these directories is sufficient to have it 17 # a new .f file into one of these directories is sufficient to have it
18 # added to libcruft.a. If you add a new directory here, you also need 18 # added to libcruft.a. If you add a new directory here, you also need
19 # generate a new configure script (edit configure.in and run autoconf). 19 # generate a new configure script (edit configure.in and run autoconf).
20 20
21 CRUFT_DIRS = balgen blas dassl fftpack fsqp lapack linpack minpack misc \ 21 CRUFT_DIRS = balgen blas dassl eispack fftpack fsqp lapack linpack \
22 npsol odepack qpsol quadpack ranlib villad 22 minpack misc npsol odepack qpsol quadpack ranlib villad
23 23
24 SUBDIRS = $(CRUFT_DIRS) 24 SUBDIRS = $(CRUFT_DIRS)
25 25
26 DISTFILES = Makefile.in Makerules.in $(SOURCES) STOP.patch 26 DISTFILES = Makefile.in Makerules.in $(SOURCES) STOP.patch
27 27