source: examples/scaling_tests/haystack/fruit_python/Makefile @ 7a452cd

mei_rt2mei_rt2_fix_1
Last change on this file since 7a452cd was 7a452cd, checked in by Mei <mei@…>, 12 years ago

1) one more Makefile

  • Property mode set to 100644
File size: 402 bytes
Line 
1
2TEST=fruit_0 fruit_10 fruit_20
3TIMING=fruit_0 fruit_10 fruit_20 fruit_30 fruit_40 fruit_50 fruit_100 fruit_150 fruit_200
4
5.PHONY : clean test timing plot
6
7test: $(TEST)
8timing: $(TIMING)
9
10clean: 
11        @rm -rf fruit_* timing plot run_plot
12
13$(TEST):
14        @run_one $(subst fruit_,,$@) 
15
16$(TIMING):
17        @run_one $(subst fruit_,,$@)
18
19plot:
20        @make clean
21        @cp ../../plotting/run_plot .
22        @make timing
23        @run_plot fruit
24
Note: See TracBrowser for help on using the repository browser.