# # $Id: Makefile.deps 81 2008-04-15 18:40:01Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Meta_Predictor = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif ifndef Two_Level_Branch_Predictor include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Makefile.deps endif ifndef Meta_Predictor_Glue include $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Meta_Predictor_Glue/Makefile.deps endif #-----[ Library ]------------------------------------------ Meta_Predictor_LIBRARY = -lMeta_Predictor \ $(Meta_Predictor_Glue_LIBRARY) \ $(Two_Level_Branch_Predictor_LIBRARY) \ $(Behavioural_LIBRARY) Meta_Predictor_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/lib \ $(Meta_Predictor_Glue_DIR_LIBRARY) \ $(Two_Level_Branch_Predictor_DIR_LIBRARY) \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Meta_Predictor_library : @\ $(MAKE) Behavioural_library;\ $(MAKE) Meta_Predictor_Glue_library;\ $(MAKE) Two_Level_Branch_Predictor_library;\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor --makefile=Makefile; Meta_Predictor_library_clean : @\ $(MAKE) Behavioural_library_clean;\ $(MAKE) Meta_Predictor_Glue_library_clean;\ $(MAKE) Two_Level_Branch_Predictor_library_clean;\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor --makefile=Makefile clean;