# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Load_Store_pointer_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Load_Store_pointer_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Load_Store_pointer_unit #-----[ Library ]------------------------------------------ Load_Store_pointer_unit_LIBRARY = -lLoad_Store_pointer_unit \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Load_Store_pointer_unit_library_only : @\ $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile; Load_Store_pointer_unit_library_clean_only : @\ $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile clean; Load_Store_pointer_unit_library : Load_Store_pointer_unit_library_only @\ $(MAKE) Behavioural_library; Load_Store_pointer_unit_library_clean : Load_Store_pointer_unit_library_clean_only @\ $(MAKE) Behavioural_library_clean;