source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Internal_Banked/Makefile.deps @ 145

Last change on this file since 145 was 145, checked in by rosiere, 14 years ago

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1#
2# $Id: Makefile.deps 145 2010-10-13 18:15:51Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10RegisterFile_Internal_Banked                    = yes
11
12ifndef Behavioural
13include                                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17
18RegisterFile_Internal_Banked_LIBRARY            =       -lRegisterFile_Internal_Banked          \
19                                                        $(Behavioural_LIBRARY) 
20
21#-----[ Rules ]--------------------------------------------
22
23RegisterFile_Internal_Banked_library_only       :
24                                                @\
25                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Internal_Banked --makefile=Makefile;
26       
27RegisterFile_Internal_Banked_library_clean_only :
28                                                @\
29                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/RegisterFile_Internal_Banked --makefile=Makefile clean;
30
31RegisterFile_Internal_Banked_library                    : RegisterFile_Internal_Banked_library_only
32                                                @\
33                                                $(MAKE)  Behavioural_library;
34       
35RegisterFile_Internal_Banked_library_clean      : RegisterFile_Internal_Banked_library_clean_only
36                                                @\
37                                                $(MAKE)  Behavioural_library_clean;
Note: See TracBrowser for help on using the repository browser.