source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table/Makefile.deps @ 97

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

1) Update Prediction Table : statistics
2) Size instruction address on 30 bits
3) Change Log File
4) Add debug_level in simulation configuration file

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1#
2# $Id: Makefile.deps 97 2008-12-19 15:34:00Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Update_Prediction_Table                 = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Directory ]----------------------------------------
17
18Update_Prediction_Table_DIR                     =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table
19
20#-----[ Library ]------------------------------------------
21
22Update_Prediction_Table_LIBRARY         =       -lUpdate_Prediction_Table       \
23                                        $(Behavioural_LIBRARY)
24
25Update_Prediction_Table_DIR_LIBRARY             =       -L$(Update_Prediction_Table_DIR)/lib    \
26                                        $(Behavioural_DIR_LIBRARY)
27
28#-----[ Rules ]--------------------------------------------
29
30Update_Prediction_Table_library         :
31                                @\
32                                $(MAKE) Behavioural_library;            \
33                                $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile;
34
35Update_Prediction_Table_library_clean   :
36                                @\
37                                $(MAKE) Behavioural_library_clean;      \
38                                $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.