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

    r88 r142  
    4343                                        $(Behavioural_LIBRARY) 
    4444
    45 Front_end_DIR_LIBRARY           =       -L$(Front_end_DIR)/lib          \
    46                                         $(Ifetch_unit_DIR_LIBRARY)      \
    47                                         $(Prediction_unit_DIR_LIBRARY)  \
    48                                         $(Decod_unit_DIR_LIBRARY)       \
    49                                         $(Context_State_DIR_LIBRARY)    \
    50                                         $(Front_end_Glue_DIR_LIBRARY)   \
    51                                         $(Behavioural_DIR_LIBRARY)
    52 
    5345#-----[ Rules ]--------------------------------------------
    5446
    55 Front_end_library               :
     47Front_end_library_only          :
     48                                @\
     49                                $(MAKE) --directory=$(Front_end_DIR) --makefile=Makefile;
     50
     51Front_end_library_clean_only    :
     52                                @\
     53                                $(MAKE) --directory=$(Front_end_DIR) --makefile=Makefile clean;
     54
     55Front_end_library               : Front_end_library_only
    5656                                @\
    5757                                $(MAKE) Behavioural_library;            \
     
    6060                                $(MAKE) Decod_unit_library;             \
    6161                                $(MAKE) Context_State_library;          \
    62                                 $(MAKE) Front_end_Glue_library;         \
    63                                 $(MAKE) --directory=$(Front_end_DIR) --makefile=Makefile;
     62                                $(MAKE) Front_end_Glue_library;
    6463
    65 Front_end_library_clean :
     64Front_end_library_clean         : Front_end_library_clean_only
    6665                                @\
    6766                                $(MAKE) Behavioural_library_clean;      \
     
    7069                                $(MAKE) Decod_unit_library_clean;       \
    7170                                $(MAKE) Context_State_library_clean;    \
    72                                 $(MAKE) Front_end_Glue_library_clean;   \
    73                                 $(MAKE) --directory=$(Front_end_DIR) --makefile=Makefile clean;
     71                                $(MAKE) Front_end_Glue_library_clean;
Note: See TracChangeset for help on using the changeset viewer.