source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Makefile.deps @ 60

Last change on this file since 60 was 60, checked in by rosiere, 17 years ago
File size: 1.6 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Register_unit                   = yes
11
12
13ifndef RegisterFile
14include                         $(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/Makefile.deps
15endif
16ifndef Register_unit_Glue
17include                         $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/Makefile.deps
18endif
19ifndef Behavioural
20include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
21endif
22
23#-----[ Library ]------------------------------------------
24Register_unit_LIBRARY           =       -lRegister_unit                         \
25                                        $(RegisterFile_LIBRARY)                 \
26                                        $(Register_unit_Glue_LIBRARY)           \
27                                        $(Behavioural_LIBRARY) 
28
29Register_unit_DIR_LIBRARY       =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/lib     \
30                                        $(RegisterFile_DIR_LIBRARY)             \
31                                        $(Register_unit_Glue_DIR_LIBRARY)       \
32                                        $(Behavioural_DIR_LIBRARY)
33
34Register_unit_DEPENDENCIES      =       RegisterFile_library                    \
35                                        Register_unit_Glue_library              \
36                                        Behavioural_library
37
38Register_unit_CLEAN             =       RegisterFile_library_clean              \
39                                        Register_unit_Glue_library_clean        \
40                                        Behavioural_library_clean
41
42#-----[ Rules ]--------------------------------------------
43
44.NOTPARALLEL                    : Register_unit_library Register_unit_library_clean     
45
46Register_unit_library           : $(Register_unit_DEPENDENCIES)
47                                @\
48                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit --makefile=Makefile;
49
50Register_unit_library_clean     : $(Register_unit_CLEAN)
51                                @\
52                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.