Ignore:
Timestamp:
Jan 19, 2008, 12:09:01 PM (16 years ago)
Author:
rosiere
Message:

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/Makefile.deps

    r43 r71  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
     
    1010Common                  =       yes
    1111
    12 #-----[ Library ]------------------------------------------
     12#-----[ Library ]------------------------------------------
    1313Common_LIBRARY          =       -lCommon
    1414
    1515Common_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Common/lib
    1616
    17 #-----[ Rules ]--------------------------------------------
     17Common_DEPENDENCIES     =
    1818
    19 Common_library          :
    20                                 @$(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile
     19Common_CLEAN            =
     20
     21
     22#-----[ Rules ]--------------------------------------------
     23
     24#.NOTPARALLEL           : Common_library Common_library_clean
     25
     26Common_library          : $(Common_DEPENDENCIES)
     27                        @\
     28                        $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile
    2129       
    22 Common_library_clean    :
    23                                 @$(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean
     30Common_library_clean    : $(Common_CLEAN)
     31                        @\
     32                        $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean
Note: See TracChangeset for help on using the changeset viewer.