# # $Id: Makefile.deps 142 2010-08-04 20:09:03Z rosiere $ # # [ Description ] # # Makefile # # DIR_MORPHEO must be defined Sort = yes ifndef Behavioural include $(DIR_MORPHEO)/Behavioural/Makefile.deps endif #-----[ Directory ]---------------------------------------- Sort_DIR = $(DIR_MORPHEO)/Behavioural/Generic/Sort #-----[ Library ]------------------------------------------ Sort_LIBRARY = -lSort \ $(Behavioural_LIBRARY) #-----[ Rules ]-------------------------------------------- Sort_library_only : @\ $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile; Sort_library_clean_only : @\ $(MAKE) --directory=$(Sort_DIR) --makefile=Makefile clean; Sort_library : Sort_library_only @\ $(MAKE) Behavioural_library; Sort_library_clean : Sort_library_clean_only @\ $(MAKE) Behavioural_library_clean;