# # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Front_end_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Front_end_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Front_end_Glue #-----[ Library ]------------------------------------------ Front_end_Glue_LIBRARY = -lFront_end_Glue \ $(Behavioural_LIBRARY) Front_end_Glue_DIR_LIBRARY = -L$(Front_end_Glue_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Front_end_Glue_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Front_end_Glue_DIR) --makefile=Makefile; Front_end_Glue_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Front_end_Glue_DIR) --makefile=Makefile clean;