Ignore:
Timestamp:
Feb 2, 2008, 12:39:01 PM (16 years ago)
Author:
rosiere
Message:

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe
Files:
1 copied
1 moved

Legend:

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

    r74 r76  
    2525                                        $(Behavioural_DIR_LIBRARY)
    2626
    27 @COMPONENT_DEPENDENCIES         =       Behavioural_library
    28 
    29 @COMPONENT_CLEAN                =       Behavioural_library_clean
    30 
    3127#-----[ Rules ]--------------------------------------------
    3228
    33 #.NOTPARALLEL                   : @COMPONENT_library @COMPONENT_library_clean
    34 
    35 @COMPONENT_library              : $(@COMPONENT_DEPENDENCIES)
     29@COMPONENT_library              :
    3630                                @\
     31                                $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile;
    3732                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile;
    3833
    39 @COMPONENT_library_clean        : $(@COMPONENT_CLEAN)
     34@COMPONENT_library_clean        :
    4035                                @\
     36                                $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean;
    4137                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.