aboutsummaryrefslogtreecommitdiff
path: root/misc/swig
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2013-03-20 08:06:58 -0700
committerIan Lance Taylor <iant@golang.org>2013-03-20 08:06:58 -0700
commiteeb9822457e398f59b3620e2b719a950dcf891ff (patch)
tree7504a38052ba271f5d90f187d46186f5b51c3139 /misc/swig
parentf701e1c32043116448e7227ee598b21e00ce42c7 (diff)
downloadgo-eeb9822457e398f59b3620e2b719a950dcf891ff.tar.gz
go-eeb9822457e398f59b3620e2b719a950dcf891ff.zip
misc/swig: remove old broken Makefile
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7786046
Diffstat (limited to 'misc/swig')
-rw-r--r--misc/swig/stdio/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/swig/stdio/Makefile b/misc/swig/stdio/Makefile
deleted file mode 100644
index 0f23345e4d..0000000000
--- a/misc/swig/stdio/Makefile
+++ /dev/null
@@ -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