source: branches/reconfiguration/platforms/tsar_generic_iob/Makefile @ 974

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

reconf: improve reconf:tsar_generic_iob simulation scripts

  • Property svn:executable set to *
File size: 552 bytes
Line 
1TAGS := cscope.out
2SOCLIB_CC_ARGS :=
3SOCLIB_CC_ARGS += -bcaba:reconf:vci_xicu
4SOCLIB_CC_ARGS += -bcaba:vci_iopic
5SOCLIB_CC_ARGS += -bcaba:vci_block_device_tsar
6SOCLIB_CC_ARGS += -v
7
8all: simul.x
9tags: $(TAGS)
10
11simul.x: top.cpp top.desc
12        soclib-cc $(SOCLIB_CC_ARGS) -P -p top.desc -I. -o simul.x
13
14$(TAGS): top.desc
15        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
16
17clean:
18        soclib-cc -x -p top.desc -I.
19        rm -rf *.o *.x tty* term*
20
21distclean: clean
22        rm -f $(TAGS) hard_config.h
23        find . -name "*.pyc" -exec rm -f {} \;
24
25.PHONY: simul.x $(TAGS)
26
Note: See TracBrowser for help on using the repository browser.