source: trunk/IPs/systemC/Environment/RamLock/Makefile @ 142

Last change on this file since 142 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: 345 bytes
RevLine 
[78]1#-----[ Rules ]--------------------------------------------
2
[142]3all                             : only
4
5clean                           : clean_only
6
7clean_all                       : clean
8
9only                            :
[80]10                                @$(MAKE) all_environment
[78]11
[142]12clean_only                      :
[80]13                                @$(MAKE) environment_clean
[78]14
15help                            :
[80]16                                @$(MAKE) environment_help
[78]17
[113]18include                         Makefile.defs
19include                         $(DIR_ENVIRONMENT)/Makefile.Environment
Note: See TracBrowser for help on using the repository browser.