Ignore:
Timestamp:
Dec 8, 2007, 5:12:36 PM (16 years ago)
Author:
rosiere
Message:

read_queue : systemC et vhdl ok !
queue : quelques petits modif pour avoir une queue de taille 1
nettoyage des fichiers *mkf*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/Makefile.deps

    r54 r68  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
     
    1313include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
     15ifndef Queue
     16include                         $(DIR_MORPHEO)/Behavioural/Generic/Queue/Makefile.deps
     17endif
    1518
    16 #-----[ Library ]------------------------------------------
    17 Read_queue_LIBRARY              =       -lRead_queue    \
     19#-----[ Library ]------------------------------------------
     20Read_queue_LIBRARY              =       -lRead_queue            \
     21                                        $(Queue_LIBRARY)        \
    1822                                        $(Behavioural_LIBRARY) 
    1923
    2024Read_queue_DIR_LIBRARY          =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/lib      \
     25                                        $(Queue_DIR_LIBRARY) \
    2126                                        $(Behavioural_DIR_LIBRARY)
    2227
    23 #-----[ Rules ]--------------------------------------------
     28Read_queue_DEPENDENCIES         =       Queue_library   \
     29                                        Behavioural_library
    2430
    25 Read_queue_library              :
     31Read_queue_CLEAN                =       Queue_library_clean     \
     32                                        Behavioural_library_clean
     33
     34#-----[ Rules ]--------------------------------------------
     35
     36.NOTPARALLEL                    : Read_queue_library Read_queue_library_clean
     37
     38Read_queue_library              : $(Read_queue_DEPENDENCIES)
    2639                                @\
    27                                 $(MAKE) Behavioural_library; \
    2840                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue --makefile=Makefile;
    2941       
    30 Read_queue_library_clean        :
     42Read_queue_library_clean        : $(Read_queue_CLEAN)
    3143                                @\
    32                                 $(MAKE) Behavioural_library_clean; \
    3344                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.