]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add function parser module.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Mar 2005 02:40:36 +0000 (02:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Mar 2005 02:40:36 +0000 (02:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@10020 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in

index c8aa2b7447eaf4f42ecfef4cf0653dc22d9756df..db3213f917e845b956aefd8ba54dae519216e25e 100644 (file)
@@ -5,7 +5,7 @@ include ../common/Make.global_options
 
 
 # by default make sublibs
-default: hsl umfpack
+default: hsl umfpack functionparser
 
 
 ifeq ($(USE_CONTRIB_HSL),yes)
@@ -27,7 +27,12 @@ else
 umfpack:
 endif
 
+
+functionparser:
+       @cd functionparser ; $(MAKE)
+
+
 # generic targets
 clean: hsl-clean
 
-.PHONY: default hsl clean umfpack
+.PHONY: default hsl clean umfpack functionparser

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.