Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 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_Front_end/Front_end/Decod_unit/Decod/Makefile.deps

    r81 r88  
    1313include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
     15ifndef Priority
     16include                         $(DIR_MORPHEO)/Behavioural/Generic/Priority/Makefile.deps
     17endif
    1518ifndef Custom
    1619include                         $(DIR_MORPHEO)/Behavioural/Custom/Makefile.deps
     
    2528Decod_LIBRARY                   =       -lDecod \
    2629                                        $(Custom_LIBRARY)               \
     30                                        $(Priority_LIBRARY)             \
    2731                                        $(Behavioural_LIBRARY) 
    2832
    29 Decod_DIR_LIBRARY               =       -L$(Decod_DIR)/lib      \
     33Decod_DIR_LIBRARY               =       -L$(Decod_DIR)/lib              \
    3034                                        $(Custom_DIR_LIBRARY)           \
     35                                        $(Priority_DIR_LIBRARY)         \
    3136                                        $(Behavioural_DIR_LIBRARY)
    3237
     
    3641                                @\
    3742                                $(MAKE) Behavioural_library;            \
     43                                $(MAKE) Priority_library;               \
    3844                                $(MAKE) Custom_library;                 \
    3945                                $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile;
     
    4248                                @\
    4349                                $(MAKE) Behavioural_library_clean;      \
     50                                $(MAKE) Priority_library_clean;         \
    4451                                $(MAKE) Custom_library_clean;           \
    4552                                $(MAKE) --directory=$(Decod_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.