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

    r88 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Decod                   = yes
     10Decod                           = yes
    1111
    1212ifndef Behavioural
     
    3131                                        $(Behavioural_LIBRARY) 
    3232
    33 Decod_DIR_LIBRARY               =       -L$(Decod_DIR)/lib              \
    34                                         $(Custom_DIR_LIBRARY)           \
    35                                         $(Priority_DIR_LIBRARY)         \
    36                                         $(Behavioural_DIR_LIBRARY)
    37 
    3833#-----[ Rules ]--------------------------------------------
    3934
    40 Decod_library                   :
     35Decod_library_only              :
     36                                @\
     37                                $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile;
     38
     39Decod_library_clean_only        :
     40                                @\
     41                                $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile clean;
     42
     43Decod_library                   : Decod_library_only
    4144                                @\
    4245                                $(MAKE) Behavioural_library;            \
    4346                                $(MAKE) Priority_library;               \
    44                                 $(MAKE) Custom_library;                 \
    45                                 $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile;
     47                                $(MAKE) Custom_library;
    4648
    47 Decod_library_clean     :
     49Decod_library_clean             : Decod_library_clean_only
    4850                                @\
    4951                                $(MAKE) Behavioural_library_clean;      \
    5052                                $(MAKE) Priority_library_clean;         \
    51                                 $(MAKE) Custom_library_clean;           \
    52                                 $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile clean;
    53 
     53                                $(MAKE) Custom_library_clean;
Note: See TracChangeset for help on using the changeset viewer.