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

    r81 r142  
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
    1616#-----[ Directory ]----------------------------------------
    1717
    18 Sort_DIR                        =       $(DIR_MORPHEO)/Behavioural/Generic/Sort
     18Sort_DIR                =       $(DIR_MORPHEO)/Behavioural/Generic/Sort
    1919
    2020#-----[ Library ]------------------------------------------
    2121
    2222Sort_LIBRARY            =       -lSort  \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Sort_DIR_LIBRARY                =       -L$(Sort_DIR)/lib       \
    26                                         $(Behavioural_DIR_LIBRARY)
     23                                $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Sort_library            :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile;
     27Sort_library_only       :
     28                        @\
     29                        $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile;
    3430
    35 Sort_library_clean      :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile clean;
     31Sort_library_clean_only :
     32                        @\
     33                        $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile clean;
     34
     35Sort_library            : Sort_library_only
     36                        @\
     37                        $(MAKE) Behavioural_library;
     38
     39Sort_library_clean      : Sort_library_clean_only
     40                        @\
     41                        $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.