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
RevLine 
[72]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
[142]13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
[72]14endif
15ifndef Custom
[142]16include                                 $(DIR_MORPHEO)/Behavioural/Custom/Makefile.deps
[72]17endif
[116]18ifndef Shifter
[142]19include                                 $(DIR_MORPHEO)/Behavioural/Generic/Shifter/Makefile.deps
[116]20endif
[72]21
22#-----[ Library ]------------------------------------------
[142]23Functionnal_unit_LIBRARY                =       -lFunctionnal_unit      \
24                                                $(Custom_LIBRARY)       \
25                                                $(Behavioural_LIBRARY)  \
26                                                $(Shifter_LIBRARY)     
[72]27
[142]28#-----[ Rules ]--------------------------------------------
[72]29
[142]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;
[72]33
[142]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;
[72]37
[142]38Functionnal_unit_library                : Functionnal_unit_library_only
39                                        @\
40                                        $(MAKE) Custom_library;         \
41                                        $(MAKE) Behavioural_library;    \
42                                        $(MAKE) Shifter_library;
[72]43
[142]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.