source: trunk/IPs/systemC/processor/Morpheo/Common/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: 629 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Common                  =       yes
11
12#-----[ Library ]------------------------------------------
13Common_LIBRARY          =       -lCommon
14
15Common_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Common/lib
16
17Common_DEPENDENCIES     =
18
19Common_CLEAN            =
20
21
22#-----[ Rules ]--------------------------------------------
23
24#.NOTPARALLEL           : Common_library Common_library_clean
25
26Common_library          : $(Common_DEPENDENCIES)
27                        @\
28                        $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile
29       
30Common_library_clean    : $(Common_CLEAN)
31                        @\
32                        $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean
Note: See TracBrowser for help on using the repository browser.