[cantera2.0]: updating configure and makefile.ams in ext
This commit is contained in:
parent
bf3b763350
commit
189d5c0270
4 changed files with 2 additions and 12 deletions
|
|
@ -14,7 +14,3 @@ EXTRA_DIST += AUTHORS README
|
|||
# Support for pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = cantera.pc
|
||||
|
||||
#all:
|
||||
# @echo copying config.h
|
||||
# cp -p config.h $(top_builddir)/include/cantera/base
|
||||
|
|
@ -102,6 +102,7 @@ AC_OUTPUT(Makefile \
|
|||
ext/f2c_blas/Makefile \
|
||||
ext/f2c_lapack/Makefile \
|
||||
ext/cvode/Makefile \
|
||||
ext/cvode/source/Makefile \
|
||||
test_problems/Makefile \
|
||||
test_problems/mixGasTransport/Makefile \
|
||||
test_problems/ChemEquil_gri_matrix/Makefile \
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
|
||||
|
||||
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
|
||||
|
|
@ -60,10 +60,4 @@ __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
|
||||
|
||||
# header file accumulation
|
||||
#all:
|
||||
# @echo copying headers $<
|
||||
# cp -p *.h $(top_builddir)/include/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue