# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Prediction_unit_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Prediction_unit_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Prediction_unit_Glue #-----[ Library ]------------------------------------------ Prediction_unit_Glue_LIBRARY = -lPrediction_unit_Glue \ $(Behavioural_LIBRARY) Prediction_unit_Glue_DIR_LIBRARY = -L$(Prediction_unit_Glue_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Prediction_unit_Glue_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Prediction_unit_Glue_DIR) --makefile=Makefile; Prediction_unit_Glue_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Prediction_unit_Glue_DIR) --makefile=Makefile clean;