# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Update_Prediction_Table = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Update_Prediction_Table_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table #-----[ Library ]------------------------------------------ Update_Prediction_Table_LIBRARY = -lUpdate_Prediction_Table \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Update_Prediction_Table_library_only : @\ $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile; Update_Prediction_Table_library_clean_only : @\ $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile clean; Update_Prediction_Table_library : Update_Prediction_Table_library_only @\ $(MAKE) Behavioural_library; Update_Prediction_Table_library_clean : Update_Prediction_Table_library_clean_only @\ $(MAKE) Behavioural_library_clean;