# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ 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) #-----[ Rules ]-------------------------------------------- Dependency_checking_unit_library_only : @\ $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile; Dependency_checking_unit_library_clean_only : @\ $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile clean; Dependency_checking_unit_library : Dependency_checking_unit_library_only @\ $(MAKE) Behavioural_library; Dependency_checking_unit_library_clean : Dependency_checking_unit_library_clean_only @\ $(MAKE) Behavioural_library_clean;