source: trunk/IPs/systemC/Environment/Queue/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: 430 bytes
RevLine 
[78]1#-----[ Rules ]--------------------------------------------
2
[142]3all                             : only
[78]4
[142]5clean                           : clean_only
[78]6
[88]7clean_all                       : clean
8
[142]9only                            :
10                                @\
11                                $(MAKE)                          all_environment;
12
13clean_only                      :
14                                @\
15                                $(MAKE)                          environment_clean;
16
[78]17help                            :
[80]18                                @$(MAKE) environment_help
[78]19
[113]20include                         Makefile.defs
21include                         $(DIR_ENVIRONMENT)/Makefile.Environment
Note: See TracBrowser for help on using the repository browser.