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

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

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

File size: 918 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#-----[ Library ]------------------------------------------
17@COMPONENT_LIBRARY              =       -l@COMPONENT    \
18                                        $(Behavioural_LIBRARY) 
19
20@COMPONENT_DIR_LIBRARY          =       -L$(DIR_MORPHEO)/Behavioural/@DIRECTORY/lib     \
21                                        $(Behavioural_DIR_LIBRARY)
22
23@COMPONENT_DEPENDENCIES         =       Behavioural_library
24
25@COMPONENT_CLEAN                =       Behavioural_library_clean
26
27#-----[ Rules ]--------------------------------------------
28
29.NOTPARALLEL                    : @COMPONENT_library @COMPONENT_library_clean
30
31@COMPONENT_library              : $(@COMPONENT_DEPENDENCIES)
32                                @\
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile;
34
35@COMPONENT_library_clean        : $(@COMPONENT_CLEAN)
36                                @\
37                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.