# # $Id: Makefile.deps 113 2009-04-14 18:39:12Z 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) Queue_Control_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control/lib \ $(Behavioural_DIR_LIBRARY) #-----[ Rules ]-------------------------------------------- #.NOTPARALLEL : Queue_Control_library Queue_Control_library_clean Queue_Control_library : @\ $(MAKE) Behavioural_library;\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile; Queue_Control_library_clean : @\ $(MAKE) Behavioural_library_clean;\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Queue_Control --makefile=Makefile clean;