[cantera2.0]: updating configure and makefile.ams in ext

This commit is contained in:
Nicholas Malaya 2012-06-19 03:57:19 +00:00
parent bf3b763350
commit 189d5c0270
4 changed files with 2 additions and 12 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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

View file

@ -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/