# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Queue_Control = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Library ]------------------------------------------ Queue_Control_LIBRARY = -lQueue_Control \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Queue_Control_library_only : @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile; Queue_Control_library_clean_only: @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile clean; Queue_Control_library : Queue_Control_library_only @\ $(MAKE) Behavioural_library; Queue_Control_library_clean : Queue_Control_library_clean_only @\ $(MAKE) Behavioural_library_clean;