source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/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: 1.2 KB
RevLine 
[2]1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
[53]10Two_Level_Branch_Predictor_Glue                 = yes
11
[2]12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Library ]------------------------------------------
17Two_Level_Branch_Predictor_Glue_LIBRARY         =       -lTwo_Level_Branch_Predictor_Glue       \
18                                        $(Behavioural_LIBRARY) 
19
[48]20Two_Level_Branch_Predictor_Glue_DIR_LIBRARY             =       -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue/lib     \
[2]21                                        $(Behavioural_DIR_LIBRARY)
22
23#-----[ Rules ]--------------------------------------------
24
25Two_Level_Branch_Predictor_Glue_library         :
[48]26                                @\
27                                $(MAKE) Behavioural_library;\
28                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue --makefile=Makefile;
[2]29       
30Two_Level_Branch_Predictor_Glue_library_clean   :
[48]31                                @\
32                                $(MAKE) Behavioural_library_clean;\
33                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Two_Level_Branch_Predictor_Glue --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.