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

    r138 r142  
    2222Behavioural_LIBRARY             =       -lBehavioural   \
    2323                                        -lCommon
    24                                                                                
    25 Behavioural_DIR_LIBRARY         =       -L$(Behavioural_DIR)/lib        \
    26                                         -L$(Common_DIR)/lib
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Behavioural_library             :
     27Behavioural_library_only        :
    3128                                @\
    32                                 $(MAKE) Common_library;         \
    3329                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
    3430
    35 Behavioural_library_clean       :
     31Behavioural_library_clean_only  :
    3632                                @\
    37                                 $(MAKE) Common_library_clean;   \
    3833                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
     34
     35Behavioural_library             : Behavioural_library_only
     36                                @\
     37                                $(MAKE) Common_library;
     38
     39Behavioural_library_clean       : Behavioural_library_clean_only
     40                                @\
     41                                $(MAKE) Common_library_clean;
Note: See TracChangeset for help on using the changeset viewer.