# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Load_store_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif ifndef Queue_Control include $(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/Makefile.deps endif #-----[ Library ]------------------------------------------ Load_store_unit_LIBRARY = -lLoad_store_unit \ $(Queue_Control_LIBRARY)\ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Load_store_unit_library_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit --makefile=Makefile; Load_store_unit_library_clean_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit --makefile=Makefile clean; Load_store_unit_library : Load_store_unit_library_only @\ $(MAKE) Queue_Control_library; \ $(MAKE) Behavioural_library; Load_store_unit_library_clean : Load_store_unit_library_clean_only @\ $(MAKE) Queue_Control_library_clean; \ $(MAKE) Behavioural_library_clean;