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

    r113 r142  
    1515
    1616#-----[ Library ]------------------------------------------
     17
    1718Queue_Control_LIBRARY           =       -lQueue_Control \
    18                                 $(Behavioural_LIBRARY) 
    19 
    20 Queue_Control_DIR_LIBRARY       =       -L$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/lib  \
    21                                 $(Behavioural_DIR_LIBRARY)
     19                                        $(Behavioural_LIBRARY) 
    2220
    2321#-----[ Rules ]--------------------------------------------
    2422
    25 #.NOTPARALLEL                   : Queue_Control_library Queue_Control_library_clean
    26 
    27 Queue_Control_library           :
     23Queue_Control_library_only      :
    2824                                @\
    29                                 $(MAKE) Behavioural_library;\
    3025                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile;
    3126
    32 Queue_Control_library_clean     :
     27Queue_Control_library_clean_only:
    3328                                @\
    34                                 $(MAKE) Behavioural_library_clean;\
    3529                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile clean;
     30
     31Queue_Control_library           : Queue_Control_library_only
     32                                @\
     33                                $(MAKE) Behavioural_library;
     34
     35Queue_Control_library_clean     : Queue_Control_library_clean_only
     36                                @\
     37                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.