]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use the same compiler and flags for the parameter_gui as we use for everything else...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 Dec 2010 22:29:29 +0000 (22:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 Dec 2010 22:29:29 +0000 (22:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@23075 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in

index 8d1aa8dcaefc9ea9c4c12c20af329b0927f12011..03bc53d36a306f61879221e260f840ddee11523f 100644 (file)
@@ -53,7 +53,7 @@ endif
 
 ifneq ($(QMAKE),)
 parameter_gui:
-       @-cd parameter_gui ; $(QMAKE) -Wnone QMAKE_CXX=$(CXX) && $(MAKE)
+       @-cd parameter_gui ; $(QMAKE) -Wnone QMAKE_CXX=$(CXX) QMAKE_CXXFLAGS="$(CXXFLAGS.o)" QMAKE_CXXFLAGS_RELEASE="" && $(MAKE)
 else
 parameter_gui:
        @echo "**** Can't build the Parameter GUI because no suitable"
@@ -64,7 +64,7 @@ endif
 # generic targets
 clean: hsl-clean tbb-clean
        @-rm -f ../lib/contrib/*/*.o
-       @-cd parameter_gui ; $(MAKE) clean
+       @-cd parameter_gui ; $(MAKE) clean distclean
 
 .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.