diff options
Diffstat (limited to 'src/pkg/base64/Makefile')
| -rw-r--r-- | src/pkg/base64/Makefile | 58 |
1 files changed, 4 insertions, 54 deletions
diff --git a/src/pkg/base64/Makefile b/src/pkg/base64/Makefile index 38e7f9bfaf..ff91695224 100644 --- a/src/pkg/base64/Makefile +++ b/src/pkg/base64/Makefile @@ -2,60 +2,10 @@ # 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= - 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=\ - base64.$O\ - - -phases: a1 -_obj$D/base64.a: phases - -a1: $(O1) - $(AR) grc _obj$D/base64.a base64.$O - rm -f $(O1) - - -newpkg: clean - mkdir -p _obj$D - $(AR) grc _obj$D/base64.a - -$(O1): newpkg -$(O2): a1 - -nuke: clean - rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D/base64.a -packages: _obj$D/base64.a +TARG=base64 +GOFILES=\ + base64.go\ -install: packages - test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D - cp _obj$D/base64.a $(GOROOT)/pkg/$(GOOS)_$(GOARCH)$D/base64.a +include $(GOROOT)/src/Make.pkg |
