# # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Special_Register_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Special_Register_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Special_Register_unit #-----[ Library ]------------------------------------------ Special_Register_unit_LIBRARY = -lSpecial_Register_unit \ $(Behavioural_LIBRARY) Special_Register_unit_DIR_LIBRARY = -L$(Special_Register_unit_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Special_Register_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile; Special_Register_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile clean;