source: examples/scaling_tests/daisychain/likes_python/Makefile @ 09531ca

mei_rt2mei_rt2_fix_1
Last change on this file since 09531ca was 41a0c1e, checked in by Mei <mei@…>, 12 years ago

1) fix up example's Makefiles so it does not depends on path including .

  • Property mode set to 100644
File size: 378 bytes
RevLine 
[08b8da7]1
2
3TEST=likes_0 likes_10 likes_20
4TIMING=likes_0 likes_10 likes_20 likes_30 likes_40 likes_50 likes_100 likes_150 likes_200
[abf8d5d]5#TIMING=likes_200
[08b8da7]6
7.PHONY : test timing plot
8test: $(TEST)
9timing: $(TIMING)
10
11clean: 
12        @rm -rf likes_* run_plot plot timing
13
14$(TIMING):
[41a0c1e]15        @./run_one $(subst likes_,,$@)
[08b8da7]16
17plot:
18        @make clean
19        cp ../../plotting/run_plot .
[2b4e740]20        @make -s timing
[41a0c1e]21        @./run_plot likes
Note: See TracBrowser for help on using the repository browser.