Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

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

    r48 r53  
    99include                         $(MORPHEO_TOPLEVEL)/Makefile.tools
    1010
    11 #-----[ Directory ]----------------------------------------
     11#-----[ Directory ]----------------------------------------
    1212DIR_INC                         = include
    1313DIR_SRC                         = src
     
    1515DIR_SCRIPT                      = $(MORPHEO_SCRIPT)
    1616
    17 #-----[ Compilation ]--------------------------------------
     17#-----[ Compilation ]--------------------------------------
    1818INCDIR                          = $(SYSTEMC_INCDIR_$(SIMULATOR))        \
    1919                                  -I$(DIR_MORPHEO)
     
    4242LFLAGS                          = $(FLAGS) $(FLAGS_COMMON) $(LIBDIR)
    4343
    44 #-----[ Variable ]-----------------------------------------
     44#-----[ Variable ]-----------------------------------------
    4545
    4646ENTITY                          = `$(BASENAME) $$PWD`
     
    5050HEADERS                         = $(wildcard $(DIR_INC)/*.h)
    5151
    52 #-----[ Rules ]--------------------------------------------
     52#-----[ Rules ]--------------------------------------------
    5353.PRECIOUS                       : $(DIR_OBJ)/%.o
    5454
    5555test_env                        :
    56                                 @$(ECHO) "-------------------[ $(ENTITY) ]"
     56                                @$(ECHO) "-------------------[ $(ENTITY) ]"
    5757ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
    5858                                $(error "variable MORPHEO_TOPLEVEL is undefined");
     
    8686common_help                     :
    8787                                @\
    88                                 $(ECHO) " -----[ Common ]-------------------------------------";\
     88                                $(ECHO) " -----[ Common ]-------------------------------------";\
    8989                                $(ECHO) "";\
    9090                                $(ECHO) " * test_env             : test if environnment's variable is set";\
Note: See TracChangeset for help on using the changeset viewer.