source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/Makefile.deps @ 74

Last change on this file since 74 was 74, checked in by rosiere, 16 years ago

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File size: 978 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10@COMPONENT                      = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Directory ]----------------------------------------
17
18@COMPONENT_DIR                  =       $(DIR_MORPHEO)/Behavioural/@DIRECTORY
19
20#-----[ Library ]------------------------------------------
21@COMPONENT_LIBRARY              =       -l@COMPONENT    \
22                                        $(Behavioural_LIBRARY) 
23
24@COMPONENT_DIR_LIBRARY          =       -L$(@COMPONENT_DIR)/lib \
25                                        $(Behavioural_DIR_LIBRARY)
26
27@COMPONENT_DEPENDENCIES         =       Behavioural_library
28
29@COMPONENT_CLEAN                =       Behavioural_library_clean
30
31#-----[ Rules ]--------------------------------------------
32
33#.NOTPARALLEL                   : @COMPONENT_library @COMPONENT_library_clean
34
35@COMPONENT_library              : $(@COMPONENT_DEPENDENCIES)
36                                @\
37                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile;
38
39@COMPONENT_library_clean        : $(@COMPONENT_CLEAN)
40                                @\
41                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.