Prechádzať zdrojové kódy

snappy: delete Makefiles.

R=rsc
CC=golang-dev
http://codereview.appspot.com/5629048
Nigel Tao 14 rokov pred
rodič
commit
f23747f902
3 zmenil súbory, kde vykonal 3 pridanie a 30 odobranie
  1. 0 16
      Makefile
  2. 3 0
      README
  3. 0 14
      snappy/Makefile

+ 0 - 16
Makefile

@@ -1,16 +0,0 @@
-# Copyright 2011 The Snappy-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 $(GOROOT)/src/Make.inc
-
-all: install
-
-# The order matters: earlier packages may not depend on later ones.
-DIRS=\
-	snappy\
-
-install clean nuke:
-	for dir in $(DIRS); do \
-		$(MAKE) -C $$dir $@ || exit 1; \
-	done

+ 3 - 0
README

@@ -1,5 +1,8 @@
 This is a Snappy library for the Go programming language.
 
+To download and install from source:
+$ go get code.google.com/p/snappy-go/snappy
+
 Unless otherwise noted, the Snappy-Go source files are distributed
 under the BSD-style license found in the LICENSE file.
 

+ 0 - 14
snappy/Makefile

@@ -1,14 +0,0 @@
-# Copyright 2011 The Snappy-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 $(GOROOT)/src/Make.inc
-
-TARG=code.google.com/p/snappy-go/snappy
-GOFILES=\
-	decode.go\
-	encode.go\
-	snappy.go\
-
-include $(GOROOT)/src/Make.pkg
-