Last change
on this file was
142,
checked in by rosiere, 14 years ago
|
1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity
|
-
Property svn:keywords set to
Id
|
File size:
317 bytes
|
Line | |
---|
1 | #-----[ Rules ]-------------------------------------------- |
---|
2 | |
---|
3 | all : only |
---|
4 | |
---|
5 | clean : clean_only |
---|
6 | |
---|
7 | clean_all : clean |
---|
8 | |
---|
9 | only : |
---|
10 | @$(MAKE) all_environment |
---|
11 | |
---|
12 | clean_only : |
---|
13 | @$(MAKE) environment_clean; $(RM) tty_* |
---|
14 | |
---|
15 | help : |
---|
16 | @$(MAKE) environment_help |
---|
17 | |
---|
18 | include ../Makefile.Environment |
---|
Note: See
TracBrowser
for help on using the repository browser.