# # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Execute_loop_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Execute_loop_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Execute_loop_Glue #-----[ Library ]------------------------------------------ Execute_loop_Glue_LIBRARY = -lExecute_loop_Glue \ $(Behavioural_LIBRARY) Execute_loop_Glue_DIR_LIBRARY = -L$(Execute_loop_Glue_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Execute_loop_Glue_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Execute_loop_Glue_DIR) --makefile=Makefile; Execute_loop_Glue_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Execute_loop_Glue_DIR) --makefile=Makefile clean;