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

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

reconf: improve platform configuration scripts for OpenMP

  • Property svn:executable set to *
File size: 408 bytes
RevLine 
[756]1TAGS := cscope.out
[904]2SOCLIB_CC_ARGS :=
3
[756]4all: simul.x
5tags: $(TAGS)
6
[747]7simul.x: top.cpp top.desc
[906]8        soclib-cc $(SOCLIB_CC_ARGS) -P -p top.desc -I. -o simul.x
[747]9
[756]10$(TAGS): top.desc
11        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
12
[747]13clean:
14        soclib-cc -x -p top.desc -I.
15        rm -rf *.o *.x tty* term*
16
[776]17distclean: clean
[890]18        rm -f $(TAGS) hard_config.h
[776]19        find . -name "*.pyc" -exec rm -f {} \;
20
[756]21.PHONY: simul.x $(TAGS)
[747]22
Note: See TracBrowser for help on using the repository browser.