# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Branch_Target_Buffer_Register = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Branch_Target_Buffer_Register_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Branch_Target_Buffer/Branch_Target_Buffer_Register #-----[ Library ]------------------------------------------ Branch_Target_Buffer_Register_LIBRARY = -lBranch_Target_Buffer_Register \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Branch_Target_Buffer_Register_library_only : @\ $(MAKE) --directory=$(Branch_Target_Buffer_Register_DIR) --makefile=Makefile; Branch_Target_Buffer_Register_library_clean_only: @\ $(MAKE) --directory=$(Branch_Target_Buffer_Register_DIR) --makefile=Makefile clean; Branch_Target_Buffer_Register_library : Branch_Target_Buffer_Register_library_only @\ $(MAKE) Behavioural_library; Branch_Target_Buffer_Register_library_clean : Branch_Target_Buffer_Register_library_clean_only @\ $(MAKE) Behavioural_library_clean;