# # $Id$ # # [ 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) Load_Store_pointer_unit_DIR_LIBRARY = -L$(Load_Store_pointer_unit_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Load_Store_pointer_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile; Load_Store_pointer_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile clean;