# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z 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) #-----[ Rules ]-------------------------------------------- Execute_loop_Glue_library_only : @\ $(MAKE) --directory=$(Execute_loop_Glue_DIR) --makefile=Makefile; Execute_loop_Glue_library_clean_only : @\ $(MAKE) --directory=$(Execute_loop_Glue_DIR) --makefile=Makefile clean; Execute_loop_Glue_library : Execute_loop_Glue_library_only @\ $(MAKE) Behavioural_library; Execute_loop_Glue_library_clean : Execute_loop_Glue_library_clean_only @\ $(MAKE) Behavioural_library_clean;