Files
@ 5fe3d9e82275
Branch filter:
Location: EI/VirtualLeaf/src/build_models/Makefile - annotation
5fe3d9e82275
960 B
text/x-makefile
Issue #16: Removed leafplugin files; which leaves only auxingrowth, meinhardt and test plugins.
--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
removed src/build_models/leafplugin.cpp
removed src/build_models/leafplugin.h
removed src/build_models/plugin_leaf.pro
--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
removed src/build_models/leafplugin.cpp
removed src/build_models/leafplugin.h
removed src/build_models/plugin_leaf.pro
3f0977faba37 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 8b6e1d8e0734 8b6e1d8e0734 8b6e1d8e0734 8b6e1d8e0734 5564fc0d72bc 5564fc0d72bc | # $Id$
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
touch plugin_auxingrowth.pro
touch plugin_leaf.pro
touch plugin_meinhardt.pro
touch plugin_test.pro
#finis
|