Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r81 r88  
    1212ifndef Behavioural
    1313include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     14endif
     15ifndef Execute_loop_Glue
     16include                         $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Execute_loop_Glue/Makefile.deps
    1417endif
    1518ifndef Read_unit
     
    4346Execute_loop_LIBRARY            =       -lExecute_loop                          \
    4447                                        $(Behavioural_LIBRARY)                  \
     48                                        $(Execute_loop_Glue_LIBRARY)            \
    4549                                        $(Read_unit_LIBRARY)                    \
    4650                                        $(Functionnal_unit_LIBRARY)             \
     
    5458Execute_loop_DIR_LIBRARY        =       -L$(Execute_loop_DIR)/lib                       \
    5559                                        $(Behavioural_DIR_LIBRARY)                      \
    56                                         $(Behavioural_DIR_LIBRARY)                      \
     60                                        $(Execute_loop_Glue_DIR_LIBRARY)                \
    5761                                        $(Read_unit_DIR_LIBRARY)                        \
    5862                                        $(Functionnal_unit_DIR_LIBRARY)                 \
     
    6973                                @\
    7074                                $(MAKE) Behavioural_library;                    \
     75                                $(MAKE) Execute_loop_Glue_library;              \
    7176                                $(MAKE) Read_unit_library;                      \
    7277                                $(MAKE) Functionnal_unit_library;               \
     
    8186                                @\
    8287                                $(MAKE) Behavioural_library_clean;                      \
     88                                $(MAKE) Execute_loop_Glue_library_clean;                \
    8389                                $(MAKE) Read_unit_library_clean;                        \
    8490                                $(MAKE) Functionnal_unit_library_clean;                 \
Note: See TracChangeset for help on using the changeset viewer.