: .packs: .PHONY: : : $(MAKE) -f : $(MAKE) -f : : mkdir -p /config cp /config xsltproc -o $@ support/Build/ToVCXProj.xsl : support/Build/ToTargetMakefile.xsl mkdir -p $(dir $@) xsltproc -o $@ support/Build/ToTargetMakefile.xsl $< : support/Build/ToTargetConfigFile.xsl mkdir -p $(dir $@) xsltproc -o $@ support/Build/ToTargetConfigFile.xsl $< : support/Build/ToOneTarget.xsl bin/.build/Makefile.expanded Makefile.build mkdir -p $(dir $@) xsltproc -o $@ -param nameTarget "' '" support/Build/ToOneTarget.xsl bin/.build/Makefile.expanded .PHONY: .packs : .packs : .packs @echo "+ [.packs]" @echo "- [.pack|.vcxproj]" .PHONY: _list _list: @echo "The defined targets (-) and groups of targets (+) are:" @echo "+ [.packs]" .PHONY: .packs