Ignore:
Timestamp:
Jul 17, 2009, 10:59:05 AM (15 years ago)
Author:
rosiere
Message:

1) Add Vhdl component
2) Inhib VHDL Seltest interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod_queue/Makefile.deps

    r82 r135  
    1313include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
     15ifndef Queue
     16include                         $(DIR_MORPHEO)/Behavioural/Generic/Queue/Makefile.deps
     17endif
    1518
    1619#-----[ Directory ]----------------------------------------
     
    2124
    2225Decod_queue_LIBRARY             =       -lDecod_queue   \
     26                                        $(Queue_LIBRARY)                \
    2327                                        $(Behavioural_LIBRARY) 
    2428
    2529Decod_queue_DIR_LIBRARY         =       -L$(Decod_queue_DIR)/lib        \
     30                                        $(Queue_DIR_LIBRARY)            \
    2631                                        $(Behavioural_DIR_LIBRARY)
    2732
     
    3136                                @\
    3237                                $(MAKE) Behavioural_library;            \
     38                                $(MAKE) Queue_library;                  \
    3339                                $(MAKE) --directory=$(Decod_queue_DIR) --makefile=Makefile;
    3440
     
    3642                                @\
    3743                                $(MAKE) Behavioural_library_clean;      \
     44                                $(MAKE) Queue_library_clean;            \
    3845                                $(MAKE) --directory=$(Decod_queue_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.