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

    r112 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Divider                 = yes
     10Divider                         = yes
    1111
    1212ifndef Behavioural
     
    2020#-----[ Library ]------------------------------------------
    2121
    22 Divider_LIBRARY         =       -lDivider       \
     22Divider_LIBRARY                 =       -lDivider       \
    2323                                        $(Behavioural_LIBRARY) 
    24 
    25 Divider_DIR_LIBRARY             =       -L$(Divider_DIR)/lib    \
    26                                         $(Behavioural_DIR_LIBRARY)
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Divider_library         :
     27Divider_library_only            :
    3128                                @\
    32                                 $(MAKE) Behavioural_library;            \
    3329                                $(MAKE) --directory=$(Divider_DIR) --makefile=Makefile;
    3430
    35 Divider_library_clean   :
     31Divider_library_clean_only      :
    3632                                @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    3833                                $(MAKE) --directory=$(Divider_DIR) --makefile=Makefile clean;
     34
     35Divider_library                 : Divider_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Divider_library_clean           : Divider_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.