Files
@ 8b6e1d8e0734
Branch filter:
Location: EI/VirtualLeaf/src/build_models/Makefile - annotation
8b6e1d8e0734
960 B
text/x-makefile
Removed from VirtualLeaf and libplugin project files their explicit perl invocation to regerenerate parameter files.
--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/ChangeLog
changed src/Makefile
changed src/VirtualLeaf.pro
changed src/build_models/Makefile
changed src/libplugin.pro
--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/ChangeLog
changed src/Makefile
changed src/VirtualLeaf.pro
changed src/build_models/Makefile
changed src/libplugin.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
|