[cantera2.0]: building and writing arith.h

This commit is contained in:
Nicholas Malaya 2012-06-19 01:50:57 +00:00
parent 4e16d3aafa
commit 631be2da45
3 changed files with 42 additions and 17 deletions

View file

@ -94,13 +94,14 @@ DX_INIT_DOXYGEN(cantera, doxygen/cantera.dox, docs)
# Generate Output Files
AC_OUTPUT(Makefile \
ext/Makefile \
ext/libexecstream/Makefile \
ext/f2c_math/Makefile \
ext/f2c_libs/Makefile \
ext/f2c_blas/Makefile \
ext/f2c_lapack/Makefile \
ext/cvode/Makefile \
ext/Makefile \
ext/libexecstream/Makefile \
ext/f2c_math/Makefile \
ext/f2c_libs/Makefile \
ext/f2c_libs/arithchk/Makefile \
ext/f2c_blas/Makefile \
ext/f2c_lapack/Makefile \
ext/cvode/Makefile \
test_problems/Makefile \
test_problems/mixGasTransport/Makefile \
test_problems/ChemEquil_gri_matrix/Makefile \
@ -145,16 +146,16 @@ AC_OUTPUT(Makefile \
test_problems/cathermo/wtWater/Makefile \
test_problems/PecosTransport/Makefile \
doxygen/Makefile \
src/Makefile \
src/fortran/Makefile \
src/base/Makefile \
src/converters/Makefile \
src/kinetics/Makefile \
src/numerics/Makefile src/oneD/Makefile \
src/thermo/Makefile \
src/transport/Makefile \
src/spectra/Makefile src/zeroD/Makefile \
src/equil/Makefile \
src/Makefile \
src/fortran/Makefile \
src/base/Makefile \
src/converters/Makefile \
src/kinetics/Makefile \
src/numerics/Makefile src/oneD/Makefile \
src/thermo/Makefile \
src/transport/Makefile \
src/spectra/Makefile src/zeroD/Makefile \
src/equil/Makefile \
cantera.pc)
# skipped tests

View file

@ -1,3 +1,5 @@
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 \

View file

@ -0,0 +1,22 @@
AM_CPPFLAGS = -I. -I$(top_builddir)/ext/f2c_libs/
AM_CXXFLAGS = $(AM_CPPFLAGS)
AM_FCFLAGS = $(AM_CPPFLAGS)
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