# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z 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) #-----[ Rules ]-------------------------------------------- Front_end_Glue_library_only : @\ $(MAKE) --directory=$(Front_end_Glue_DIR) --makefile=Makefile; Front_end_Glue_library_clean_only : @\ $(MAKE) --directory=$(Front_end_Glue_DIR) --makefile=Makefile clean; Front_end_Glue_library : Front_end_Glue_library_only @\ $(MAKE) Behavioural_library; Front_end_Glue_library_clean : Front_end_Glue_library_clean_only @\ $(MAKE) Behavioural_library_clean;