From: deal Date: Sat, 30 Apr 2005 10:47:25 +0000 (+0000) Subject: link fparser.o only optionally X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04045e830f5c4671ca6923b1d1659984ff79c41b;p=dealii-svn.git link fparser.o only optionally git-svn-id: https://svn.dealii.org/trunk@10588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/Makefile b/deal.II/base/Makefile index 19c3deca64..7fe922c948 100644 --- a/deal.II/base/Makefile +++ b/deal.II/base/Makefile @@ -19,7 +19,9 @@ include $D/common/Make.global_options # there's an extra .o file for the function parser that we need to link into # libbase +ifeq ($(enable-parser),yes) extra-o-files = $(LIBDIR)/contrib/functionparser/fparser.$(OBJEXT) +endif # production rules