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

    r81 r142  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
     
    1414endif
    1515
    16 #-----[ Library ]------------------------------------------
     16#-----[ Library ]------------------------------------------
     17
    1718Shifter_LIBRARY                 =       -lShifter       \
    1819                                        $(Behavioural_LIBRARY) 
    1920
    20 Shifter_DIR_LIBRARY             =       -L$(DIR_MORPHEO)/Behavioural/Generic/Shifter/lib        \
    21                                         $(Behavioural_DIR_LIBRARY)
     21#-----[ Rules ]--------------------------------------------
    2222
    23 #-----[ Rules ]--------------------------------------------
    24 
    25 Shifter_library         :
     23Shifter_library_only            :
    2624                                @\
    27                                 $(MAKE) Behavioural_library;\
    2825                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Shifter --makefile=Makefile;
    2926       
    30 Shifter_library_clean   :
     27Shifter_library_clean_only      :
    3128                                @\
    32                                 $(MAKE) Behavioural_library_clean;\
    3329                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Shifter --makefile=Makefile clean;
     30
     31Shifter_library                 : Shifter_library_only
     32                                @\
     33                                $(MAKE) Behavioural_library;
     34       
     35Shifter_library_clean           : Shifter_library_clean_only
     36                                @\
     37                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.