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