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

Last change on this file since 142 was 142, checked in by rosiere, 14 years ago

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1#
2# $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Functionnal_unit                        = yes
11
12ifndef Behavioural
13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15ifndef Custom
16include                                 $(DIR_MORPHEO)/Behavioural/Custom/Makefile.deps
17endif
18ifndef Shifter
19include                                 $(DIR_MORPHEO)/Behavioural/Generic/Shifter/Makefile.deps
20endif
21
22#-----[ Library ]------------------------------------------
23Functionnal_unit_LIBRARY                =       -lFunctionnal_unit      \
24                                                $(Custom_LIBRARY)       \
25                                                $(Behavioural_LIBRARY)  \
26                                                $(Shifter_LIBRARY)     
27
28#-----[ Rules ]--------------------------------------------
29
30Functionnal_unit_library_only           :
31                                        @\
32                                        $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit --makefile=Makefile;
33
34Functionnal_unit_library_clean_only     :
35                                        @\
36                                        $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit --makefile=Makefile clean;
37
38Functionnal_unit_library                : Functionnal_unit_library_only
39                                        @\
40                                        $(MAKE) Custom_library;         \
41                                        $(MAKE) Behavioural_library;    \
42                                        $(MAKE) Shifter_library;
43
44Functionnal_unit_library_clean          : Functionnal_unit_library_clean_only
45                                        @\
46                                        $(MAKE) Custom_library_clean;           \
47                                        $(MAKE) Behavioural_library_clean;      \
48                                        $(MAKE) Shifter_library_clean;
Note: See TracBrowser for help on using the repository browser.