source: examples/scaling_tests/daisychain/likes_python/Makefile @ 7f04233

mei_rt2
Last change on this file since 7f04233 was 6f383ee, checked in by Mei <mei@…>, 12 years ago

1) update couple of Makefile in examples directory that is too
gnu

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