source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/Makefile.deps @ 77

Last change on this file since 77 was 77, checked in by rosiere, 16 years ago
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File size: 938 bytes
RevLine 
[73]1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Execute_queue                   = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
[74]16#-----[ Directory ]----------------------------------------
17
18Execute_queue_DIR               =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue
19
[73]20#-----[ Library ]------------------------------------------
21Execute_queue_LIBRARY           =       -lExecute_queue \
22                                        $(Behavioural_LIBRARY) 
23
[74]24Execute_queue_DIR_LIBRARY       =       -L$(Execute_queue_DIR)/lib      \
[73]25                                        $(Behavioural_DIR_LIBRARY)
26
27#-----[ Rules ]--------------------------------------------
28
[77]29Execute_queue_library           :
[73]30                                @\
[77]31                                $(MAKE) Behavioural_library; \
[74]32                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile;
[73]33
[77]34Execute_queue_library_clean     :
[73]35                                @\
[77]36                                $(MAKE) Behavioural_library_clean; \
[74]37                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.