# # $Id: Makefile.deps 83 2008-05-09 18:00:21Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Context_State = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Context_State_DIR = $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Context_State #-----[ Library ]------------------------------------------ Context_State_LIBRARY = -lContext_State \ $(Behavioural_LIBRARY) Context_State_DIR_LIBRARY = -L$(Context_State_DIR)/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- Context_State_library : @\ $(MAKE) Behavioural_library; \ $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile; Context_State_library_clean : @\ $(MAKE) Behavioural_library_clean; \ $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile clean;