Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(787)

Side by Side Diff: snappy/Makefile

Issue 5167058: snappy: add a reader and writer for the frame format.
Patch Set: diff -r fa2afaefa608 https://code.google.com/p/snappy-go/ Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile ('k') | snappy/crc/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 The Snappy-Go Authors. All rights reserved. 1 # Copyright 2011 The Snappy-Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include $(GOROOT)/src/Make.inc 5 include $(GOROOT)/src/Make.inc
6 6
7 TARG=snappy-go.googlecode.com/hg/snappy 7 TARG=snappy-go.googlecode.com/hg/snappy
8 GOFILES=\ 8 GOFILES=\
9 decode.go\ 9 decode.go\
10 encode.go\ 10 encode.go\
11 reader.go\
11 snappy.go\ 12 snappy.go\
13 writer.go\
12 14
13 include $(GOROOT)/src/Make.pkg 15 include $(GOROOT)/src/Make.pkg
14 16
OLDNEW
« no previous file with comments | « Makefile ('k') | snappy/crc/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b