source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Network/Execution_unit_to_Write_unit/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: 1.1 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Execution_unit_to_Write_unit                    = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Directory ]----------------------------------------
17
18Execution_unit_to_Write_unit_DIR                        =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Network/Execution_unit_to_Write_unit
19
20#-----[ Library ]------------------------------------------
21Execution_unit_to_Write_unit_LIBRARY            =       -lExecution_unit_to_Write_unit  \
22                                        $(Behavioural_LIBRARY) 
23
24Execution_unit_to_Write_unit_DIR_LIBRARY                =       -L$(Execution_unit_to_Write_unit_DIR)/lib       \
25                                        $(Behavioural_DIR_LIBRARY)
26
27#-----[ Rules ]--------------------------------------------
28
29Execution_unit_to_Write_unit_library            :
30                                @\
31                                $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile;
32                                $(MAKE) --directory=$(Execution_unit_to_Write_unit_DIR) --makefile=Makefile;
33
34Execution_unit_to_Write_unit_library_clean      :
35                                @\
36                                $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean;
37                                $(MAKE) --directory=$(Execution_unit_to_Write_unit_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.