What is := in makefile?

Hi, what is := in makefile? Also, I’ve seen this in a makefile: SOMENAME:=$(filter-out $(ANOTHERNAME), $(SOMENAME)). Does someone know what this one is all about, when they have two variable names in the same $(…) format?