# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Register_unit = yes ifndef RegisterFile include $(DIR_MORPHEO)/Behavioural/Generic/RegisterFile/Makefile.deps endif ifndef Register_unit_Glue include $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/Makefile.deps endif ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Library ]------------------------------------------ Register_unit_LIBRARY = -lRegister_unit \ $(RegisterFile_LIBRARY) \ $(Register_unit_Glue_LIBRARY) \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Register_unit_library_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit --makefile=Makefile; Register_unit_library_clean_only: @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit --makefile=Makefile clean; Register_unit_library : Register_unit_library_only @\ $(MAKE) RegisterFile_library; \ $(MAKE) Register_unit_Glue_library; \ $(MAKE) Behavioural_library; Register_unit_library_clean : Register_unit_library_clean_only @\ $(MAKE) RegisterFile_library_clean; \ $(MAKE) Register_unit_Glue_library_clean; \ $(MAKE) Behavioural_library_clean;