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/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Context_State/Makefile.deps

    r111 r142  
    2323                                        $(Behavioural_LIBRARY) 
    2424
    25 Context_State_DIR_LIBRARY       =       -L$(Context_State_DIR)/lib      \
    26                                         $(Behavioural_DIR_LIBRARY)
    27 
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Context_State_library           :
     27Context_State_library_only      :
    3128                                @\
    32                                 $(MAKE) Behavioural_library;            \
    3329                                $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile;
    3430
    35 Context_State_library_clean     :
     31Context_State_library_clean_only:
    3632                                @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    3833                                $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile clean;
     34
     35Context_State_library           : Context_State_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Context_State_library_clean     : Context_State_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.