# # $Id: Makefile.deps 88 2008-12-10 18:31:39Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Priority = yes ifndef Common include $(DIR_MORPHEO)/Common/Makefile.deps endif #-----[ Directory ]---------------------------------------- Priority_DIR = $(DIR_MORPHEO)/Behavioural/Generic/Priority #-----[ Library ]------------------------------------------ Priority_LIBRARY = -lPriority\ $(Common_LIBRARY) Priority_DIR_LIBRARY = -L$(Priority_DIR)/lib\ $(Common_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Priority_library : @\ $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile;\ $(MAKE) Common_library; Priority_library_clean : @\ $(MAKE) --directory=$(Priority_DIR) --makefile=Makefile clean;\ $(MAKE) Common_library_clean;