# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined OOO_Engine_Glue = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- OOO_Engine_Glue_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/OOO_Engine_Glue #-----[ Library ]------------------------------------------ OOO_Engine_Glue_LIBRARY = -lOOO_Engine_Glue \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- OOO_Engine_Glue_library_only : @\ $(MAKE) --directory=$(OOO_Engine_Glue_DIR) --makefile=Makefile; OOO_Engine_Glue_library_clean_only : @\ $(MAKE) --directory=$(OOO_Engine_Glue_DIR) --makefile=Makefile clean; OOO_Engine_Glue_library : OOO_Engine_Glue_library_only @\ $(MAKE) Behavioural_library; OOO_Engine_Glue_library_clean : OOO_Engine_Glue_library_clean_only @\ $(MAKE) Behavioural_library_clean;