Last change
on this file since 981 was
974,
checked in by cfuguet, 10 years ago
|
reconf: improve reconf:tsar_generic_iob simulation scripts
|
-
Property svn:executable set to
*
|
File size:
552 bytes
|
Line | |
---|
1 | TAGS := cscope.out |
---|
2 | SOCLIB_CC_ARGS := |
---|
3 | SOCLIB_CC_ARGS += -bcaba:reconf:vci_xicu |
---|
4 | SOCLIB_CC_ARGS += -bcaba:vci_iopic |
---|
5 | SOCLIB_CC_ARGS += -bcaba:vci_block_device_tsar |
---|
6 | SOCLIB_CC_ARGS += -v |
---|
7 | |
---|
8 | all: simul.x |
---|
9 | tags: $(TAGS) |
---|
10 | |
---|
11 | simul.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 | |
---|
17 | clean: |
---|
18 | soclib-cc -x -p top.desc -I. |
---|
19 | rm -rf *.o *.x tty* term* |
---|
20 | |
---|
21 | distclean: 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.