What are the braces in this makefile rule for?
问题 I am reading a makefile for a Qt-created project that has the following: {backend}.cpp{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << (above code is using \t for recipe and is as written in makefile) Both the rule and the recipe confuse me. I'll start with {backend} in the rule. Obviously the same confusion for {release} as well. I assume this is a reference to a particular sub-directory named backend . I guess that ..\backend\release\bar.obj would be found as a