Ignore:
Timestamp:
Jan 30, 2008, 5:24:14 PM (16 years ago)
Author:
rosiere
Message:

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File:
1 edited

Legend:

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

    r71 r74  
    1414endif
    1515
     16#-----[ Directory ]----------------------------------------
     17
     18@COMPONENT_DIR                  =       $(DIR_MORPHEO)/Behavioural/@DIRECTORY
     19
    1620#-----[ Library ]------------------------------------------
    1721@COMPONENT_LIBRARY              =       -l@COMPONENT    \
    1822                                        $(Behavioural_LIBRARY) 
    1923
    20 @COMPONENT_DIR_LIBRARY          =       -L$(DIR_MORPHEO)/Behavioural/@DIRECTORY/lib     \
     24@COMPONENT_DIR_LIBRARY          =       -L$(@COMPONENT_DIR)/lib \
    2125                                        $(Behavioural_DIR_LIBRARY)
    2226
     
    2731#-----[ Rules ]--------------------------------------------
    2832
    29 .NOTPARALLEL                    : @COMPONENT_library @COMPONENT_library_clean
     33#.NOTPARALLEL                   : @COMPONENT_library @COMPONENT_library_clean
    3034
    3135@COMPONENT_library              : $(@COMPONENT_DEPENDENCIES)
    3236                                @\
    33                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile;
     37                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile;
    3438
    3539@COMPONENT_library_clean        : $(@COMPONENT_CLEAN)
    3640                                @\
    37                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile clean;
     41                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.