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

    r100 r142  
    2222                                        $(Behavioural_LIBRARY) 
    2323
    24 Queue_DIR_LIBRARY               =       -L$(DIR_MORPHEO)/Behavioural/Generic/Queue/lib  \
    25                                         $(Queue_Control_DIR_LIBRARY)\
    26                                         $(Behavioural_DIR_LIBRARY)
    27 
    2824#-----[ Rules ]--------------------------------------------
    2925
    30 #.NOTPARALLEL                   : Queue_library Queue_library_clean
     26Queue_library_only              :
     27                                @\
     28                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile;
    3129
    32 Queue_library                   :
     30Queue_library_clean_only        :
     31                                @\
     32                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile clean;
     33
     34Queue_library                   : Queue_library_only
    3335                                @\
    3436                                $(MAKE) Behavioural_library;\
    35                                 $(MAKE) Queue_Control_library;\
    36                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile;
     37                                $(MAKE) Queue_Control_library;
    3738
    38 Queue_library_clean             :
     39Queue_library_clean             : Queue_library_clean_only
    3940                                @\
    4041                                $(MAKE) Behavioural_library_clean;\
    41                                 $(MAKE) Queue_Control_library_clean;\
    42                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue --makefile=Makefile clean;
     42                                $(MAKE) Queue_Control_library_clean;
Note: See TracChangeset for help on using the changeset viewer.