diff options
Diffstat (limited to 'src/pkg/testing/iotest/Makefile')
| -rw-r--r-- | src/pkg/testing/iotest/Makefile | 59 |
1 files changed, 5 insertions, 54 deletions
diff --git a/src/pkg/testing/iotest/Makefile b/src/pkg/testing/iotest/Makefile index 1d01041f53..b223fb9321 100644 --- a/src/pkg/testing/iotest/Makefile +++ b/src/pkg/testing/iotest/Makefile @@ -2,60 +2,11 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -# DO NOT EDIT. Automatically generated by gobuild. -# gobuild -m >Makefile - -D=/testing/ - include $(GOROOT)/src/Make.$(GOARCH) -AR=gopack - -default: packages - -clean: - rm -rf *.[$(OS)] *.a [$(OS)].out _obj - -test: packages - gotest - -coverage: packages - gotest - 6cov -g `pwd` | grep -v '_test\.go:' - -%.$O: %.go - $(GC) -I_obj $*.go - -%.$O: %.c - $(CC) $*.c - -%.$O: %.s - $(AS) $*.s - -O1=\ - logger.$O\ - reader.$O\ - - -phases: a1 -_obj$D/iotest.a: phases - -a1: $(O1) - $(AR) grc _obj$D/iotest.a logger.$O reader.$O - rm -f $(O1) - - -newpkg: clean - mkdir -p _obj$D - $(AR) grc _obj$D/iotest.a - -$(O1): newpkg -$(O2): a1 - -nuke: clean - rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D/iotest.a -packages: _obj$D/iotest.a +TARG=testing/iotest +GOFILES=\ + logger.go\ + reader.go\ -install: packages - test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D - cp _obj$D/iotest.a $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D/iotest.a +include $(GOROOT)/src/Make.pkg |
