# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z 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) #-----[ Rules ]-------------------------------------------- Meta_Predictor_Glue_library_only : @\ $(MAKE) --directory=$(Meta_Predictor_Glue_DIR) --makefile=Makefile; Meta_Predictor_Glue_library_clean_only : @\ $(MAKE) --directory=$(Meta_Predictor_Glue_DIR) --makefile=Makefile clean; Meta_Predictor_Glue_library : Meta_Predictor_Glue_library_only @\ $(MAKE) Behavioural_library; Meta_Predictor_Glue_library_clean : Meta_Predictor_Glue_library_clean_only @\ $(MAKE) Behavioural_library_clean;