# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z 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) #-----[ Rules ]-------------------------------------------- Context_State_library_only : @\ $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile; Context_State_library_clean_only: @\ $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile clean; Context_State_library : Context_State_library_only @\ $(MAKE) Behavioural_library; Context_State_library_clean : Context_State_library_clean_only @\ $(MAKE) Behavioural_library_clean;