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