source: trunk/IPs/systemC/Environment/Sim2OS/Makefile

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: 520 bytes
RevLine 
[81]1#-----[ Rules ]--------------------------------------------
2
[142]3all                             : only
[81]4                                @\
5                                $(MAKE) --directory=$(DIR_ENDIANNESS) all; \
6                                $(MAKE) all_environment
7
[142]8clean                           : clean_only
[81]9                                @\
[142]10                                $(MAKE) --directory=$(DIR_ENDIANNESS) clean;
[81]11
[88]12clean_all                       : clean
13
[142]14only                            :
15                                @\
16                                $(MAKE) all_environment
17
18clean_only                              :
19                                @\
20                                $(MAKE) environment_clean
21
[81]22help                            :
23                                @$(MAKE) environment_help
24
[113]25include                         Makefile.defs
26include                         $(DIR_ENVIRONMENT)/Makefile.Environment
27
Note: See TracBrowser for help on using the repository browser.