Changeset - 23dfaeaae8f8
[Not reviewed]
default
0 11 0
Michael Guravage - 15 years ago 2010-06-22 17:04:57
michael.guravage@cwi.nl
The value of QMAKE is taken from the environment - just like MAKE.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/Makefile
changed src/TutorialCode/Tutorial0/Makefile
changed src/TutorialCode/Tutorial1A/Makefile
changed src/TutorialCode/Tutorial1B/Makefile
changed src/TutorialCode/Tutorial1C/Makefile
changed src/TutorialCode/Tutorial1D/Makefile
changed src/TutorialCode/Tutorial2/Makefile
changed src/TutorialCode/Tutorial3/Makefile
changed src/TutorialCode/Tutorial4/Makefile
changed src/TutorialCode/Tutorial5/Makefile
changed src/build_models/Makefile
11 files changed with 56 insertions and 23 deletions:
0 comments (0 inline, 0 general)
src/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = $(HOME)/Trolltech/Qt-4.4.1/bin/qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: VirtualLeaf libplugin plugins tutorials
 

	
 
VirtualLeaf: Makefile.VirtualLeaf
src/TutorialCode/Tutorial0/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial0
 

	
 
tutorial0: Makefile.tutorial0
src/TutorialCode/Tutorial1A/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial1A
 

	
 
tutorial1A: Makefile.tutorial1A
src/TutorialCode/Tutorial1B/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
# Fallback default is UNIX make. 
 

	
 
ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial1B
 

	
 
tutorial1B: Makefile.tutorial1B
src/TutorialCode/Tutorial1C/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial1C
 

	
 
tutorial1C: Makefile.tutorial1C
src/TutorialCode/Tutorial1D/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial1D
 

	
 
tutorial1D: Makefile.tutorial1D
src/TutorialCode/Tutorial2/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial2
 

	
 
tutorial2: Makefile.tutorial2
src/TutorialCode/Tutorial3/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial3
 

	
 
tutorial3: Makefile.tutorial3
src/TutorialCode/Tutorial4/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial4
 

	
 
tutorial4: Makefile.tutorial4
src/TutorialCode/Tutorial5/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: tutorial5
 

	
 
tutorial5: Makefile.tutorial5
src/build_models/Makefile
Show inline comments
 
# $Id$
 

	
 
QMAKE = $(HOME)/Trolltech/Qt-4.4.1/bin/qmake
 

	
 
# Set an environment varible $(MAKE) to the name of the make command
 
# on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows.
 
# Fallback default is UNIX make.
 
@@ -10,6 +8,11 @@ ifeq ($(MAKE),)
 
	MAKE=make
 
endif
 

	
 
# Ditto for QMAKE
 
ifeq ($(QMAKE),)
 
	QMAKE=qmake
 
endif
 

	
 
all: plugin_auxingrowth plugin_meinhardt plugin_test
 

	
 
plugin_auxingrowth: Makefile.plugin_auxingrowth
0 comments (0 inline, 0 general)