From abb2459ed35cf024f9ac50036ed3c7ea13d39505 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 4 Apr 2009 03:39:22 +0000 Subject: [PATCH] Fixed the Makefile.in rule for conditional compiles. --- test_problems/surfSolverTest/Makefile.in | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/test_problems/surfSolverTest/Makefile.in b/test_problems/surfSolverTest/Makefile.in index 85437d2f7..887eddc3e 100644 --- a/test_problems/surfSolverTest/Makefile.in +++ b/test_problems/surfSolverTest/Makefile.in @@ -45,17 +45,8 @@ LCXX_END_LIBS = @LCXX_END_LIBS@ # the directory where the Cantera libraries are located CANTERA_LIBDIR=@buildlib@ -CANTERA_LIB_DEP=$(CANTERA_LIBDIR)/libctbase.a \ - $(CANTERA_LIBDIR)/libctmath.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 +# Cantera library Dependencies +CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a # required Cantera libraries CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx