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

    r81 r142  
    3131                                        $(Behavioural_LIBRARY) 
    3232
    33 Custom_DIR_LIBRARY              =       -L$(Custom_DIR)/lib             \
    34                                         $(Operation_DIR_LIBRARY)        \
    35                                         $(Instruction_DIR_LIBRARY)      \
    36                                         $(Behavioural_DIR_LIBRARY)
    37 
    3833#-----[ Rules ]--------------------------------------------
    3934
    40 Custom_library                  :
     35Custom_library_only             :
     36                                @\
     37                                $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile;
     38
     39Custom_library_clean_only       :
     40                                @\
     41                                $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile clean;
     42
     43Custom_library                  : Custom_library_only
    4144                                @\
    4245                                $(MAKE) Behavioural_library;            \
    4346                                $(MAKE) Instruction_library;            \
    44                                 $(MAKE) Operation_library;              \
    45                                 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile;
     47                                $(MAKE) Operation_library;
    4648
    47 
    48 Custom_library_clean            :
     49Custom_library_clean            : Custom_library_clean_only
    4950                                @\
    5051                                $(MAKE) Behavioural_library_clean;      \
    5152                                $(MAKE) Instruction_library_clean;      \
    52                                 $(MAKE) Operation_library_clean;        \
    53                                 $(MAKE) --directory=$(Custom_DIR) --makefile=Makefile clean;
     53                                $(MAKE) Operation_library_clean;
Note: See TracChangeset for help on using the changeset viewer.