[cantera]: adding a missing makefile.am
This commit is contained in:
parent
0516439d68
commit
f9f8879122
1 changed files with 25 additions and 0 deletions
25
ext/cvode/Makefile.am
Normal file
25
ext/cvode/Makefile.am
Normal 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
|
||||
Loading…
Add table
Reference in a new issue