Files
@ 5564fc0d72bc
Branch filter:
Location: EI/VirtualLeaf/src/build_models/Makefile - annotation
5564fc0d72bc
910 B
text/x-makefile
Updated the Makefiles and updated testplugin to new plugin interface.
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
added src/Makefile
added src/build_models/Makefile
changed src/VirtualLeaf.pro
changed src/build_models/leafplugin.cpp
changed src/build_models/leafplugin.h
changed src/build_models/testplugin.cpp
changed src/build_models/testplugin.h
removed src/build_models/simplugin.h
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
added src/Makefile
added src/build_models/Makefile
changed src/VirtualLeaf.pro
changed src/build_models/leafplugin.cpp
changed src/build_models/leafplugin.h
changed src/build_models/testplugin.cpp
changed src/build_models/testplugin.h
removed src/build_models/simplugin.h
5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc 5564fc0d72bc | # $Id: Makefile,v 3f0977faba37 2010/06/03 15:54:37 michael $
QMAKE = qmake
all: plugin_auxingrowth plugin_leaf plugin_meinhardt plugin_test
plugin_auxingrowth: Makefile.plugin_auxingrowth
make -f Makefile.plugin_auxingrowth
Makefile.plugin_auxingrowth: plugin_auxingrowth.pro
$(QMAKE) -makefile -o $@ $<
plugin_leaf: Makefile.plugin_leaf
make -f Makefile.plugin_leaf
Makefile.plugin_leaf: plugin_leaf.pro
$(QMAKE) -makefile -o $@ $<
plugin_meinhardt: Makefile.plugin_meinhardt
make -f Makefile.plugin_meinhardt
Makefile.plugin_meinhardt: plugin_meinhardt.pro
$(QMAKE) -makefile -o $@ $<
plugin_test: Makefile.plugin_test
make -f Makefile.plugin_test
Makefile.plugin_test: plugin_test.pro
$(QMAKE) -makefile -o $@ $<
clean:
make -f Makefile.plugin_auxingrowth clean
make -f Makefile.plugin_leaf clean
make -f Makefile.plugin_meinhardt clean
make -f Makefile.plugin_test clean
#finis
|