# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Dependency_checking_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Dependency_checking_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Dependency_checking_unit #-----[ Library ]------------------------------------------ Dependency_checking_unit_LIBRARY = -lDependency_checking_unit \ $(Behavioural_LIBRARY) Dependency_checking_unit_DIR_LIBRARY = -L$(Dependency_checking_unit_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Dependency_checking_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile; Dependency_checking_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile clean;