# # $Id: Makefile 81 2008-04-15 18:40:01Z rosiere $ # # [ Description ] # # Makefile # #-----[ Directory ]---------------------------------------- DIR_COMPONENT = ../ include $(DIR_COMPONENT)/Makefile.defs LIBRARY = $(@COMPONENT_LIBRARY) DIR_LIBRARY = $(@COMPONENT_DIR_LIBRARY) #-----[ include ]------------------------------------------ all : @$(MAKE) all_selftest library : @COMPONENT_library library_clean : @COMPONENT_library_clean include $(DIR_COMPONENT)/Makefile.deps include $(DIR_MORPHEO)/Behavioural/Makefile.flags include $(DIR_MORPHEO)/Behavioural/Makefile.Common include $(DIR_MORPHEO)/Behavioural/Makefile.Selftest include $(DIR_MORPHEO)/Behavioural/Makefile.Synthesis