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
RevLine 
[756]1TAGS := cscope.out
[904]2SOCLIB_CC_ARGS :=
[974]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
[904]7
[756]8all: simul.x
9tags: $(TAGS)
10
[747]11simul.x: top.cpp top.desc
[906]12        soclib-cc $(SOCLIB_CC_ARGS) -P -p top.desc -I. -o simul.x
[747]13
[756]14$(TAGS): top.desc
15        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
16
[747]17clean:
18        soclib-cc -x -p top.desc -I.
19        rm -rf *.o *.x tty* term*
20
[776]21distclean: clean
[890]22        rm -f $(TAGS) hard_config.h
[776]23        find . -name "*.pyc" -exec rm -f {} \;
24
[756]25.PHONY: simul.x $(TAGS)
[747]26
Note: See TracBrowser for help on using the repository browser.