# # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Commit_unit = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif ifndef Priority include $(DIR_MORPHEO)/Behavioural/Generic/Priority/Makefile.deps endif #-----[ Directory ]---------------------------------------- Commit_unit_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit #-----[ Library ]------------------------------------------ Commit_unit_LIBRARY = -lCommit_unit \ $(Priority_LIBRARY) \ $(Behavioural_LIBRARY) Commit_unit_DIR_LIBRARY = -L$(Commit_unit_DIR)/lib \ $(Priority_DIR_LIBRARY) \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Commit_unit_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) Priority_library; \ $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile; Commit_unit_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) Priority_library_clean; \ $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile clean;