# # $Id: Makefile.deps 97 2008-12-19 15:34:00Z 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) Update_Prediction_Table_DIR_LIBRARY = -L$(Update_Prediction_Table_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Update_Prediction_Table_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile; Update_Prediction_Table_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Update_Prediction_Table_DIR) --makefile=Makefile clean;