source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Makefile.deps @ 53

Last change on this file since 53 was 53, checked in by rosiere, 17 years ago
  • Banc de registre multi banc
  • Banc de registre générique.
File size: 2.3 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Two_Level_Branch_Predictor                      = yes
11
12ifndef Behavioural
13include $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15ifndef Branch_History_Table
16include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/Makefile.deps
17endif
18ifndef Pattern_History_Table
19include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/Makefile.deps
20endif
21ifndef Two_Level_Branch_Predictor_Glue
22include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/Makefile.deps
23endif
24
25#-----[ Library ]------------------------------------------
26Two_Level_Branch_Predictor_LIBRARY              =       -lTwo_Level_Branch_Predictor                    \
27                                                        $(Two_Level_Branch_Predictor_Glue_LIBRARY)      \
28                                                        $(Branch_History_Table_LIBRARY)                 \
29                                                        $(Pattern_History_Table_LIBRARY)                \
30                                                        $(Behavioural_LIBRARY) 
31
32Two_Level_Branch_Predictor_DIR_LIBRARY          =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/lib     \
33                                                        $(Two_Level_Branch_Predictor_Glue_DIR_LIBRARY)  \
34                                                        $(Branch_History_Table_DIR_LIBRARY)             \
35                                                        $(Pattern_History_Table_DIR_LIBRARY)            \
36                                                        $(Behavioural_DIR_LIBRARY)
37
38#-----[ Rules ]--------------------------------------------
39
40Two_Level_Branch_Predictor_library              :
41                                                @\
42                                                $(MAKE) Behavioural_library;\
43                                                $(MAKE) Branch_History_Table_library;\
44                                                $(MAKE) Pattern_History_Table_library;\
45                                                $(MAKE) Two_Level_Branch_Predictor_Glue_library;\
46                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor --makefile=Makefile ;
47       
48Two_Level_Branch_Predictor_library_clean        :
49                                                @\
50                                                $(MAKE) Behavioural_library_clean;\
51                                                $(MAKE) Branch_History_Table_library_clean;\
52                                                $(MAKE) Pattern_History_Table_library_clean;\
53                                                $(MAKE) Two_Level_Branch_Predictor_Glue_library_clean;\
54                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.