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

    r112 r142  
    2323                                        $(Behavioural_LIBRARY) 
    2424
    25 Comparator_DIR_LIBRARY          =       -L$(Comparator_DIR)/lib \
    26                                         $(Behavioural_DIR_LIBRARY)
    27 
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Comparator_library              :
     27Comparator_library_only         :
    3128                                @\
    32                                 $(MAKE) Behavioural_library;            \
    3329                                $(MAKE) --directory=$(Comparator_DIR) --makefile=Makefile;
    3430
    35 Comparator_library_clean        :
     31Comparator_library_clean_only   :
    3632                                @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    3833                                $(MAKE) --directory=$(Comparator_DIR) --makefile=Makefile clean;
     34
     35Comparator_library              : Comparator_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Comparator_library_clean        : Comparator_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.