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/IPs/systemC/Environment/Endianness/Makefile

    r113 r142  
    11#-----[ Rules ]--------------------------------------------
    22
    3 all                             :
     3all                             : only
     4
     5clean                           : clean_only
     6
     7clean_all                       : clean
     8
     9only                            :
    410                                @\
    511                                $(MAKE) all_environment;
    612
    7 clean                           :
     13clean_only                      :
    814                                @\
    915                                $(MAKE) environment_clean;
    10 
    11 clean_all                       : clean
    1216
    1317help                            :
Note: See TracChangeset for help on using the changeset viewer.