github.com/peggyl/go@v0.0.0-20151008231540-ae315999c2d5/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