# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Register_unit_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Library ]------------------------------------------ Register_unit_Glue_LIBRARY = -lRegister_unit_Glue \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Register_unit_Glue_library_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue --makefile=Makefile; Register_unit_Glue_library_clean_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue --makefile=Makefile clean; Register_unit_Glue_library : Register_unit_Glue_library_only @\ $(MAKE) Behavioural_library; Register_unit_Glue_library_clean : Register_unit_Glue_library_clean_only @\ $(MAKE) Behavioural_library_clean;