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

    r81 r142  
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2121
    2222Ifetch_unit_Glue_LIBRARY                =       -lIfetch_unit_Glue      \
    23                                         $(Behavioural_LIBRARY) 
     23                                                $(Behavioural_LIBRARY) 
    2424
    25 Ifetch_unit_Glue_DIR_LIBRARY            =       -L$(Ifetch_unit_Glue_DIR)/lib   \
    26                                         $(Behavioural_DIR_LIBRARY)
    2725
    2826#-----[ Rules ]--------------------------------------------
    2927
    30 Ifetch_unit_Glue_library                :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile;
     28Ifetch_unit_Glue_library_only           :
     29                                        @\
     30                                        $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile;
    3431
    35 Ifetch_unit_Glue_library_clean  :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile clean;
     32Ifetch_unit_Glue_library_clean_only     :
     33                                        @\
     34                                        $(MAKE) --directory=$(Ifetch_unit_Glue_DIR) --makefile=Makefile clean;
     35
     36Ifetch_unit_Glue_library                : Ifetch_unit_Glue_library_only
     37                                        @\
     38                                        $(MAKE) Behavioural_library;
     39
     40Ifetch_unit_Glue_library_clean          : Ifetch_unit_Glue_library_clean_only
     41                                        @\
     42                                        $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.