# # $Id$ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Behavioural = yes ifndef Common include $(DIR_MORPHEO)/Common/Makefile.deps endif #-----[ Library ]------------------------------------------ Behavioural_LIBRARY = -lBehavioural Behavioural_DIR_LIBRARY = -L$(DIR_MORPHEO)/Behavioural/lib Behavioural_DEPENDENCIES = Common_library Behavioural_CLEAN = Common_library_clean #-----[ Rules ]-------------------------------------------- #.NOTPARALLEL : Behavioural_library Behavioural_library_clean Behavioural_library : $(Behavioural_DEPENDENCIES) @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ; Behavioural_library_clean : $(Behavioural_CLEAN) @\ $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;