aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/newlink/testdata/Makefile
blob: d5df474248d6e5bd07d38d62ebe081b96b628e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ALL=\
	autosection.6\
	autoweak.6\
	dead.6\
	hello.6\
	layout.6\
	pclntab.6\

all: $(ALL)

%.6: %.s
	GOARCH=amd64 GOOS=darwin go tool asm -o $*.6 -I $(shell go env GOROOT)/pkg/include -trimpath=$(shell pwd) $*.s

pclntab.s: genpcln.go
	go run genpcln.go >pclntab.s