# # $Id: Makefile.deps 110 2009-02-19 16:31:47Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Meta_Predictor_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Meta_Predictor_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Meta_Predictor_Glue #-----[ Library ]------------------------------------------ Meta_Predictor_Glue_LIBRARY = -lMeta_Predictor_Glue \ $(Behavioural_LIBRARY) Meta_Predictor_Glue_DIR_LIBRARY = -L$(Meta_Predictor_Glue_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Meta_Predictor_Glue_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Meta_Predictor_Glue_DIR) --makefile=Makefile; Meta_Predictor_Glue_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Meta_Predictor_Glue_DIR) --makefile=Makefile clean;