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/Generic/Priority/Makefile.deps

    r88 r142  
    2222                                        $(Common_LIBRARY)       
    2323
    24 Priority_DIR_LIBRARY            =       -L$(Priority_DIR)/lib\
    25                                         $(Common_DIR_LIBRARY)
    26 
    2724#-----[ Rules ]--------------------------------------------
    2825
    29 Priority_library                :
     26Priority_library_only           :
    3027                                @\
    31                                 $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile;\
     28                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile;
     29
     30Priority_library_clean_only     :
     31                                @\
     32                                $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile clean;
     33
     34Priority_library                : Priority_library_only
     35                                @\
    3236                                $(MAKE) Common_library;
    3337
    34 Priority_library_clean  :
     38Priority_library_clean          : Priority_library_clean_only
    3539                                @\
    36                                 $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile clean;\
    3740                                $(MAKE) Common_library_clean;
Note: See TracChangeset for help on using the changeset viewer.