mirror of
https://github.com/golang/go
synced 2024-11-11 19:51:37 -07:00
misc/swig: remove old broken Makefile
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7786046
This commit is contained in:
parent
f701e1c320
commit
eeb9822457
@ -1,17 +0,0 @@
|
||||
# Copyright 2011 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 ../../../src/Make.inc
|
||||
|
||||
TARG=swig/file
|
||||
SWIGFILES=\
|
||||
file.swig
|
||||
|
||||
CLEANFILES+=hello
|
||||
|
||||
include ../../../src/Make.pkg
|
||||
|
||||
%: install %.go
|
||||
$(GC) $(GCFLAGS) $(GCIMPORTS) $*.go
|
||||
$(LD) $(SWIG_RPATH) -o $@ $*.$O
|
Loading…
Reference in New Issue
Block a user