Fixed the Makefile.in rule for conditional compiles.
This commit is contained in:
parent
0ed0ec8136
commit
abb2459ed3
1 changed files with 2 additions and 11 deletions
|
|
@ -45,17 +45,8 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
|
||||||
# the directory where the Cantera libraries are located
|
# the directory where the Cantera libraries are located
|
||||||
CANTERA_LIBDIR=@buildlib@
|
CANTERA_LIBDIR=@buildlib@
|
||||||
|
|
||||||
CANTERA_LIB_DEP=$(CANTERA_LIBDIR)/libctbase.a \
|
# Cantera library Dependencies
|
||||||
$(CANTERA_LIBDIR)/libctmath.a \
|
CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a
|
||||||
$(CANTERA_LIBDIR)/libctnumerics.a \
|
|
||||||
$(CANTERA_LIBDIR)/libthermo.a \
|
|
||||||
$(CANTERA_LIBDIR)/libtransport.a \
|
|
||||||
$(CANTERA_LIBDIR)/libkinetics.a \
|
|
||||||
$(CANTERA_LIBDIR)/libequil.a \
|
|
||||||
$(CANTERA_LIBDIR)/libVCSnonideal.a \
|
|
||||||
$(CANTERA_LIBDIR)/libzeroD.a \
|
|
||||||
$(CANTERA_LIBDIR)/liboneD.a \
|
|
||||||
$(CANTERA_LIBDIR)/libconverters.a
|
|
||||||
|
|
||||||
# required Cantera libraries
|
# required Cantera libraries
|
||||||
CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx
|
CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue