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/Queue/Makefile

    r113 r142  
    11#-----[ Rules ]--------------------------------------------
    22
    3 all                             :
    4                                 @$(MAKE) all_environment
     3all                             : only
    54
    6 clean                           :
    7                                 @$(MAKE) environment_clean
     5clean                           : clean_only
    86
    97clean_all                       : clean
     8
     9only                            :
     10                                @\
     11                                $(MAKE)                          all_environment;
     12
     13clean_only                      :
     14                                @\
     15                                $(MAKE)                          environment_clean;
    1016
    1117help                            :
Note: See TracChangeset for help on using the changeset viewer.