Ignore:
Timestamp:
Aug 4, 2010, 10:09:03 PM (14 years ago)
Author:
rosiere
Message:

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r139 r142  
    171171                                fi;
    172172
    173 execute                         : run
    174 
    175173debug                           :
    176174                                @\
     
    300298                                $(ECHO) "                         set CLEAN    to remove previous log (default : 0)";\
    301299                                $(ECHO) "                         example : make run DATA=debug PRIORITY=10 CLEAN";\
    302                                 $(ECHO) " * execute             : cf 'make run'";\
    303300                                $(ECHO) " * debug               : cf 'make run DATA=debug'";\
    304301                                $(ECHO) " * bench               : cf 'make run DATA=bench'";\
     
    307304                                $(ECHO) " * lib                 : make library";\
    308305                                $(ECHO) " * soft                : make software";\
     306                                $(ECHO) " * env                 : execute rule \"lib\" and \"soft\"";\
    309307                                $(ECHO) " * clean               : erase temporary files";\
    310308                                $(ECHO) " * clean_all           : erase generated files";\
    311309                                $(ECHO) " * help                : print this message";\
     310                                $(ECHO) ""; \
     311                                $(ECHO) "In the compilation, set MORPHEO_TYPE for set/unset flags"; \
     312                                $(ECHO) "MORPHEO_TYPE can be set at $(MORPHEO_TYPE_LIST)"; \
     313                                $(ECHO) "Actual MORPHEO_TYPE is \"$(MORPHEO_TYPE)\""; \
    312314                                $(ECHO) "";
    313315
Note: See TracChangeset for help on using the changeset viewer.