[cantera]: adding a missing makefile.am

This commit is contained in:
Nicholas Malaya 2012-01-17 22:38:14 +00:00
parent 0516439d68
commit f9f8879122

25
ext/cvode/Makefile.am Normal file
View file

@ -0,0 +1,25 @@
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 = band.h cvband.h cvbandpre.h cvdense.h cvdiag.h \
cvode.h cvspgmr.h dense.h iterativ.h llnlmath.h \
llnltyps.h nvector.h spgmr.h
INCLUDES =
AM_CXXFLAGS = $(INCLUDES)
AM_FCFLAGS = $(INCLUDES)
lib_LTLIBRARIES = $(top_builddir)/build/lib/libcvode.la
library_includedir = $(top_builddir)/build/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)
CLEANFILES = *.o