source: branches/reconfiguration/modules/vci_mem_cache/caba/test/memcache_cc_test/Makefile @ 872

Last change on this file since 872 was 872, checked in by cfuguet, 9 years ago

reconf: adding test platform for the vci_mem_cache test mechanisms

  • The goal is to test the recently introduced test mechanisms of the coherence network in the VciMemCache?.
  • Property svn:executable set to *
File size: 343 bytes
Line 
1TAGS := cscope.out
2
3all: simul.x
4tags: $(TAGS)
5
6simul.x: top.cpp top.desc
7        soclib-cc -P -p top.desc -I. -o simul.x
8
9$(TAGS): top.desc
10        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
11
12clean:
13        soclib-cc -x -p top.desc -I.
14        rm -rf *.o *.x tty* term*
15
16distclean: clean
17        find . -name "*.pyc" -exec rm -f {} \;
18
19.PHONY: simul.x $(TAGS)
20
Note: See TracBrowser for help on using the repository browser.