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

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Counter                 = yes
     10Counter                         = yes
    1111
    1212ifndef Behavioural
     
    1515
    1616#-----[ Library ]------------------------------------------
    17 Counter_LIBRARY         =       -lCounter       \
     17
     18Counter_LIBRARY                 =       -lCounter       \
    1819                                        $(Behavioural_LIBRARY) 
    19 
    20 Counter_DIR_LIBRARY             =       -L$(DIR_MORPHEO)/Behavioural/Generic/Counter/lib        \
    21                                         $(Behavioural_DIR_LIBRARY)
    2220
    2321#-----[ Rules ]--------------------------------------------
    2422
    25 Counter_library         :
     23Counter_library_only            :
    2624                                @\
    27                                 $(MAKE) Behavioural_library; \
    2825                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile;
    2926       
    30 Counter_library_clean   :
     27Counter_library_clean_only      :
    3128                                @\
    32                                 $(MAKE) Behavioural_library_clean; \
    3329                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Counter --makefile=Makefile clean;
     30
     31Counter_library                 : Counter_library_only
     32                                @\
     33                                $(MAKE) Behavioural_library;
     34       
     35Counter_library_clean           : Counter_library_clean_only
     36                                @\
     37                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.