]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Build the parameter GUI.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Dec 2010 02:58:21 +0000 (02:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Dec 2010 02:58:21 +0000 (02:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@23043 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in

index 613a5832a124695021ab3719f58d3df379162624..a47b13e9267a7d97d072841647f10719abfa7dbd 100644 (file)
@@ -7,7 +7,7 @@ include ../common/Make.global_options
 # by default make sublibs. the functionparser is not part of the
 # default make list, since it needs to be built *before* the rest of
 # this stuff as it is needed by libbase
-default: hsl umfpack functionparser tbb
+default: hsl umfpack functionparser tbb parameter_gui
 
 
 ifeq ($(USE_CONTRIB_HSL),yes)
@@ -51,9 +51,19 @@ tbb tbb-clean:
 endif
 
 
+ifneq ($(QMAKE),)
+parameter_gui:
+       @cd parameter_gui ; $(QMAKE) -Wnone && $(MAKE)
+else
+parameter_gui:
+       @echo "**** Can't build the Parameter GUI because no suitable"
+       @echo "**** version of the Qt toolkit was found"
+endif
+
+
 # generic targets
 clean: hsl-clean tbb-clean
        @-rm -f ../lib/contrib/*/*.o
 
-.PHONY: default hsl clean hsl-clean umfpack tbb tbb-clean functionparser
+.PHONY: default hsl clean hsl-clean umfpack tbb tbb-clean functionparser parameter_gui
 

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.