# # $Id: Makefile 145 2010-10-13 18:15:51Z rosiere $ # # [ Description ] # # Makefile # #-----[ Directory ]---------------------------------------- DIR_COMPONENT = ../ include $(DIR_COMPONENT)/Makefile.defs LIBRARY = $(RegisterFile_Multi_Banked_LIBRARY) DIR_LIBRARY = $(RegisterFile_Multi_Banked_DIR_LIBRARY) #-----[ include ]------------------------------------------ all : @$(MAKE) all_selftest library : RegisterFile_Multi_Banked_library library_clean : RegisterFile_Multi_Banked_library_clean local_clean : include ../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