source: trunk/IPs/systemC/processor/Morpheo/Behavioural/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: 816 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Behavioural                     = yes
11
12ifndef Common
13include $(DIR_MORPHEO)/Common/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17Behavioural_LIBRARY             =       -lBehavioural                           
18
19Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
20
21Behavioural_DEPENDENCIES        =       Common_library
22
23Behavioural_CLEAN               =       Common_library_clean
24
25
26#-----[ Rules ]--------------------------------------------
27
28#.NOTPARALLEL                   : Behavioural_library Behavioural_library_clean
29
30Behavioural_library             : $(Behavioural_DEPENDENCIES)
31                                @\
32                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ;
33       
34Behavioural_library_clean       : $(Behavioural_CLEAN)
35                                @\
36                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.