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

Last change on this file since 60 was 60, checked in by rosiere, 17 years ago
File size: 1011 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Register_unit_Glue                      = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17Register_unit_Glue_LIBRARY              =       -lRegister_unit_Glue    \
18                                        $(Behavioural_LIBRARY) 
19
20Register_unit_Glue_DIR_LIBRARY          =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/lib  \
21                                        $(Behavioural_DIR_LIBRARY)
22
23#-----[ Rules ]--------------------------------------------
24
25Register_unit_Glue_library              :
26                                @\
27                                $(MAKE) Behavioural_library; \
28                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue --makefile=Makefile;
29       
30Register_unit_Glue_library_clean        :
31                                @\
32                                $(MAKE) Behavioural_library_clean; \
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.