1
0
mirror of https://github.com/golang/go synced 2024-10-05 22:21:23 -06:00
go/src/cmd/5l/Makefile
Wei Guangjing 1aa2d88739 cgo: windows/386 port
R=rsc, peterGo, brainman
CC=golang-dev
https://golang.org/cl/3733046
2011-01-20 10:22:20 -05:00

45 lines
590 B
Makefile

# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include ../../Make.inc
O:=$(HOST_O)
TARG=5l
OFILES=\
asm.$O\
data.$O\
elf.$O\
enam.$O\
ldelf.$O\
ldmacho.$O\
ldpe.$O\
lib.$O\
list.$O\
noop.$O\
obj.$O\
optab.$O\
pass.$O\
prof.$O\
thumb.$O\
softfloat.$O\
span.$O\
symtab.$O\
go.$O\
HFILES=\
l.h\
../5l/5.out.h\
../ld/elf.h\
include ../../Make.ccmd
enam.c: 5.out.h
sh mkenam
CLEANFILES+=enam.c
%.$O: ../ld/%.c
$(HOST_CC) $(HOST_CFLAGS) -c -I. ../ld/$*.c