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