mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
Remove abandoned autotools build system
This commit is contained in:
@@ -1 +0,0 @@
|
||||
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
|
||||
@@ -1 +0,0 @@
|
||||
SUBDIRS=source
|
||||
@@ -1,24 +0,0 @@
|
||||
cc_sources = band.c cvband.c cvbandpre.c cvdense.c cvdiag.c \
|
||||
cvode.c cvspgmr.c dense.c iterativ.c llnlmath.c \
|
||||
nvector.c spgmr.c
|
||||
|
||||
h_sources =
|
||||
AM_CPPFLAGS = -I../include
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libcvode.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libcvode_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libcvode_la_SOURCES = $(fc_sources) $(cc_sources)
|
||||
|
||||
__top_builddir__build_lib_libcvode_include_HEADERS = $(h_sources)
|
||||
__top_builddir__build_lib_libcvode_includedir = $(prefix)/include
|
||||
|
||||
CLEANFILES = *.o
|
||||
@@ -1,63 +0,0 @@
|
||||
cc_sources = \
|
||||
dasum.c \
|
||||
daxpy.c \
|
||||
dcabs1.c \
|
||||
dcopy.c \
|
||||
ddot.c \
|
||||
dgbmv.c \
|
||||
dgemm.c \
|
||||
dgemv.c \
|
||||
dger.c \
|
||||
dnrm2.c \
|
||||
drot.c \
|
||||
drotg.c \
|
||||
drotm.c \
|
||||
drotmg.c \
|
||||
dsbmv.c \
|
||||
dscal.c \
|
||||
dsdot.c \
|
||||
dspmv.c \
|
||||
dspr.c \
|
||||
dspr2.c \
|
||||
dswap.c \
|
||||
dsymm.c \
|
||||
dsymv.c \
|
||||
dsyr.c \
|
||||
dsyr2.c \
|
||||
dsyr2k.c \
|
||||
dsyrk.c \
|
||||
dtbmv.c \
|
||||
dtbsv.c \
|
||||
dtpmv.c \
|
||||
dtpsv.c \
|
||||
dtrmm.c \
|
||||
dtrmv.c \
|
||||
dtrsm.c \
|
||||
dtrsv.c \
|
||||
dzasum.c \
|
||||
dznrm2.c \
|
||||
idamax.c \
|
||||
lsame.c \
|
||||
xerbla.c
|
||||
|
||||
h_sources = blaswrap.h
|
||||
|
||||
AM_CPPFLAGS = -I../f2c_libs
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctblas.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libctblas_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libctblas_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
__top_builddir__build_lib_libctblas_include_HEADERS = $(h_sources)
|
||||
__top_builddir__build_lib_libctblas_includedir = $(prefix)/include
|
||||
|
||||
CLEANFILES = *.o
|
||||
@@ -1,38 +0,0 @@
|
||||
cc_sources = dbdsqr.c dgbtrf.c dgbtf2.c dgbtrs.c dgbsv.c dgebd2.c dgebrd.c \
|
||||
dgelq2.c dgelqf.c dgelss.c dgeqr2.c dgeqrf.c dgetf2.c dgetrf.c \
|
||||
dgetri.c dgetrs.c dlabad.c dlabrd.c dlacpy.c dlamch.c dlange.c \
|
||||
dlapy2.c dlarf.c dlarfb.c dlarfg.c dlarft.c dlartg.c dlas2.c \
|
||||
dlascl.c dlaset.c dlasq1.c dlasq2.c dlasq3.c dlasq4.c dlasq5.c \
|
||||
dlasq6.c dlasr.c dlasrt.c dlassq.c dlasv2.c dlaswp.c dorg2r.c \
|
||||
dorgbr.c dorgl2.c dorglq.c dorgqr.c dorm2r.c dormbr.c dorml2.c \
|
||||
dormlq.c dormqr.c drscl.c dtrtri.c dtrti2.c ieeeck.c ilaenv.c \
|
||||
dpotrs.c dtrtrs.c dgbcon.c dgecon.c dlatrs.c dlatbs.c dlacon.c \
|
||||
dtrcon.c dlantr.c dpotrf.c dpotf2.c
|
||||
|
||||
h_sources = blaswrap.h
|
||||
|
||||
AM_CPPFLAGS = -I../f2c_libs
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctlapack.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libctlapack_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libctlapack_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
__top_builddir__build_lib_libctlapack_include_HEADERS = $(h_sources)
|
||||
__top_builddir__build_lib_libctlapack_includedir = $(prefix)/include
|
||||
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
#all:
|
||||
# @echo copying headers $<
|
||||
# cp -p *.h $(top_builddir)/build/include/
|
||||
@@ -1,66 +0,0 @@
|
||||
SUBDIRS = arithchk
|
||||
|
||||
cc_sources = abort_.c c_log.c d_atn2.c dfe.c d_prod.c \
|
||||
due.c exit_.c getenv_.c hl_le.c i_dim.c \
|
||||
inquire.c lread.c pow_ii.c r_acos.c \
|
||||
r_dim.c r_nint.c r_tan.c \
|
||||
uninit.c z_abs.c close.c \
|
||||
d_cnjg.c d_imag.c d_sign.c ef1asc_.c \
|
||||
f77_aloc.c h_abs.c hl_lt.c i_dnnt.c \
|
||||
i_sign.c lwrite.c r_asin.c \
|
||||
rewind.c rsfe.c r_tanh.c util.c \
|
||||
z_cos.c backspac.c c_sin.c d_cos.c \
|
||||
d_int.c d_sin.c ef1cmc_.c f77vers.c \
|
||||
h_dim.c h_mod.c i_indx.c lbitbits.c \
|
||||
pow_ri.c r_atan.c r_exp.c r_sign.c \
|
||||
s_cat.c s_rnge.c wref.c z_div.c c_abs.c \
|
||||
c_sqrt.c d_cosh.c d_lg10.c d_sinh.c \
|
||||
endfile.c fmt.c h_dnnt.c h_nint.c iio.c \
|
||||
lbitshft.c open.c pow_zi.c r_atn2.c \
|
||||
r_imag.c r_sin.c s_cmp.c s_stop.c \
|
||||
wrtfmt.c z_exp.c cabs.c d_abs.c d_dim.c \
|
||||
d_log.c d_sqrt.c fmtlib.c h_indx.c\
|
||||
h_sign.c i_len.c l_ge.c pow_ci.c pow_zz.c\
|
||||
r_cnjg.c r_int.c r_sinh.c s_copy.c sue.c \
|
||||
wsfe.c z_log.c c_cos.c d_acos.c \
|
||||
d_mod.c d_tan.c \
|
||||
h_len.c i77vers.c ilnw.c l_gt.c pow_dd.c \
|
||||
r_cos.c r_lg10.c rsli.c sfe.c \
|
||||
system_.c wsle.c z_sin.c c_div.c d_asin.c\
|
||||
d_nint.c d_tanh.c err.c ftell_.c\
|
||||
hl_ge.c i_abs.c i_mod.c l_le.c pow_di.c \
|
||||
r_cosh.c r_log.c rsne.c \
|
||||
sig_die.c typesize.c wsne.c z_sqrt.c \
|
||||
c_exp.c d_atan.c d_exp.c dolio.c dtime_.c\
|
||||
etime_.c hl_gt.c \
|
||||
i_nint.c l_lt.c pow_hh.c r_abs.c rdfmt.c \
|
||||
r_mod.c r_sqrt.c signal_.c uio.c xwsne.c
|
||||
|
||||
h_sources =
|
||||
|
||||
AM_CPPFLAGS = -I.
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctf2c.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libctf2c_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libctf2c_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
__top_builddir__build_lib_libctf2c_include_HEADERS = $(h_sources)
|
||||
__top_builddir__build_lib_libctf2c_includedir = $(prefix)/include
|
||||
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp -p sysdep1.h0 sysdep1.h
|
||||
cp -p signal1.h0 signal1.h
|
||||
|
||||
CLEANFILES = *.o
|
||||
@@ -1,24 +0,0 @@
|
||||
AM_CPPFLAGS = -I. -I../
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS) -Wno-deprecated-declarations -pthread
|
||||
AM_CFLAGS = $(AM_CPPFLAGS) -Wno-deprecated-declarations -pthread -finline-functions -Wno-inline -g -Wno-format-security -DNO_FPINIT -DNDEBUG
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
AM_LDFLAGS = -L$(top_builddir)/build/lib/ -lm
|
||||
|
||||
lib_LTLIBRARIES =
|
||||
library_includedir =
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
bin_PROGRAMS = arithchk
|
||||
|
||||
#-----------------------
|
||||
# Cantera Arithchk
|
||||
#-----------------------
|
||||
|
||||
arithchk_SOURCES = arithchk.c
|
||||
|
||||
# header file creation
|
||||
all:
|
||||
@echo creating arithchk.h
|
||||
./arithchk > ../arith.h
|
||||
|
||||
CLEANFILES = *.o
|
||||
@@ -1,54 +0,0 @@
|
||||
cc_sources = \
|
||||
daux.c \
|
||||
mach.cpp \
|
||||
ddaspk.c \
|
||||
dgbefa.c \
|
||||
dgbsl.c \
|
||||
dgefa.c \
|
||||
dgesl.c \
|
||||
dp1vlu.c \
|
||||
dpcoef.c \
|
||||
dpolft.c \
|
||||
fdump.c \
|
||||
j4save.c \
|
||||
pcoef.c \
|
||||
polfit.c \
|
||||
pvalue.c \
|
||||
xercnt.c \
|
||||
xerhlt.c \
|
||||
xermsg.c \
|
||||
xerprn.c \
|
||||
xersve.c \
|
||||
xgetua.c \
|
||||
printstring.c
|
||||
|
||||
h_sources = cblas.h gmres.h
|
||||
|
||||
AM_CPPFLAGS = -I../f2c_libs
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libctmath.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Cantera Converters C/C++ library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libctmath_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libctmath_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
__top_builddir__build_lib_libctmath_include_HEADERS = $(h_sources)
|
||||
__top_builddir__build_lib_libctmath_includedir = $(prefix)/include
|
||||
|
||||
|
||||
CLEANFILES = *.o
|
||||
|
||||
# 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
|
||||
@echo installing config.h
|
||||
cp -p ../../config.h ../../include/cantera/base/
|
||||
@@ -1,19 +0,0 @@
|
||||
cc_sources = exec-stream.cpp
|
||||
h_sources = exec-stream.h
|
||||
|
||||
AM_CPPFLAGS = -I.
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
AM_FCFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = $(top_builddir)/build/lib/libexecstream.la
|
||||
library_includedir = $(top_builddir)/include
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
#-----------------------
|
||||
# Execstream library
|
||||
#-----------------------
|
||||
|
||||
__top_builddir__build_lib_libexecstream_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
__top_builddir__build_lib_libexecstream_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
CLEANFILES = *.o
|
||||
Reference in New Issue
Block a user