source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/Makefile.deps @ 59

Last change on this file since 59 was 59, checked in by rosiere, 17 years ago

Add Load store queue -> but not terminated and tested
Add article to sympa 2007 -> but no started

File size: 1.3 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Load_store_unit                 = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15ifndef Queue_Control
16include                         $(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/Makefile.deps
17endif
18
19#-----[ Library ]------------------------------------------
20Load_store_unit_LIBRARY         =       -lLoad_store_unit       \
21                                        $(Queue_Control_LIBRARY)\
22                                        $(Behavioural_LIBRARY) 
23
24Load_store_unit_DIR_LIBRARY     =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/lib   \
25                                        $(Queue_Control_DIR_LIBRARY)\
26                                        $(Behavioural_DIR_LIBRARY)
27
28#-----[ Rules ]--------------------------------------------
29
30Load_store_unit_library         :
31                                @\
32                                $(MAKE) Queue_Control_library; \
33                                $(MAKE) Behavioural_library; \
34                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit --makefile=Makefile;
35       
36Load_store_unit_library_clean   :
37                                @\
38                                $(MAKE) Queue_Control_library_clean; \
39                                $(MAKE) Behavioural_library_clean; \
40                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.