github.com/d4l3k/go@v0.0.0-20151015000803-65fc379daeda/src/cmd/newlink/testdata/Makefile (about) 1 ALL=\ 2 autosection.6\ 3 autoweak.6\ 4 dead.6\ 5 hello.6\ 6 layout.6\ 7 pclntab.6\ 8 9 all: $(ALL) 10 11 %.6: %.s 12 GOARCH=amd64 GOOS=darwin go tool asm -o $*.6 -I $(shell go env GOROOT)/pkg/include -trimpath=$(shell pwd) $*.s 13 14 pclntab.s: genpcln.go 15 go run genpcln.go >pclntab.s