Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File:
1 edited

Legend:

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

    r81 r83  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
     
    4545
    4646test_env                        :
    47                                 @$(ECHO) "-------------------| $(ENTITY)"
    4847ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
    4948                                $(error "variable MORPHEO_TOPLEVEL is undefined");
     
    5554                                $(error "variable DIR_MORPHEO      is undefined");
    5655endif
     56                                @$(ECHO) "-------------------| $(ENTITY)"
     57
    5758
    5859$(DIR_OBJ)/%.o                  : $(DIR_SRC)/%.cpp $(HEADERS)
     
    6869common_clean                    :
    6970                                @\
    70                                 $(ECHO) "Delete     temporary files in directory "$(PWD);\
     71                                $(ECHO) "Delete     temporary files in directory $(PWD)";\
    7172                                $(RM)   $(DIR_OBJ)      \
    7273                                        $(DIR_BIN)      \
Note: See TracChangeset for help on using the changeset viewer.