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

Last change on this file since 48 was 48, checked in by rosiere, 17 years ago

Modification des Makefile : pas de creation inutile de shell

File size: 2.3 KB
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10ifndef Behavioural
11include $(DIR_MORPHEO)/Behavioural/Makefile.deps
12endif
13ifndef Branch_History_Table
14include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/Makefile.deps
15endif
16ifndef Pattern_History_Table
17include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Pattern_History_Table/Makefile.deps
18endif
19ifndef Two_Level_Branch_Predictor_Glue
20include $(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
21endif
22
23Two_Level_Branch_Predictor                      = yes
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.