7 lines
318 B
Makefile
7 lines
318 B
Makefile
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
|
|
|
|
# header file accumulation
|
|
all:
|
|
@echo copying headers $<
|
|
cp -p f2c_libs/sysdep1.h0 f2c_libs/sysdep1.h
|
|
cp -p f2c_libs/signal1.h0 f2c_libs/signal1.h
|