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

    r88 r142  
    2727                                        $(Behavioural_LIBRARY) 
    2828
    29 Core_Glue_DIR_LIBRARY           =       -L$(Core_Glue_DIR)/lib  \
    30                                         $(Priority_DIR_LIBRARY) \
    31                                         $(Behavioural_DIR_LIBRARY)
    32 
    3329#-----[ Rules ]--------------------------------------------
    3430
    35 Core_Glue_library               :
     31Core_Glue_library_only          :
     32                                @\
     33                                $(MAKE) --directory=$(Core_Glue_DIR) --makefile=Makefile;
     34
     35Core_Glue_library_clean_only    :
     36                                @\
     37                                $(MAKE) --directory=$(Core_Glue_DIR) --makefile=Makefile clean;
     38
     39Core_Glue_library               : Core_Glue_library_only
    3640                                @\
    3741                                $(MAKE) Behavioural_library;            \
    38                                 $(MAKE) Priority_library;               \
    39                                 $(MAKE) --directory=$(Core_Glue_DIR) --makefile=Makefile;
     42                                $(MAKE) Priority_library;
    4043
    41 Core_Glue_library_clean         :
     44Core_Glue_library_clean         : Core_Glue_library_clean_only
    4245                                @\
    4346                                $(MAKE) Behavioural_library_clean;      \
    44                                 $(MAKE) Priority_library_clean;         \
    45                                 $(MAKE) --directory=$(Core_Glue_DIR) --makefile=Makefile clean;
     47                                $(MAKE) Priority_library_clean;
Note: See TracChangeset for help on using the changeset viewer.