Russ Cox | 079c00a | 2008-11-17 12:34:03 -0800 | [diff] [blame] | 1 | # Copyright 2009 The Go Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style |
| 3 | # license that can be found in the LICENSE file. |
| 4 | |
Russ Cox | da392d9 | 2010-08-18 10:08:49 -0400 | [diff] [blame] | 5 | include ../../Make.inc |
Russ Cox | 079c00a | 2008-11-17 12:34:03 -0800 | [diff] [blame] | 6 | |
Russ Cox | 3b864e4 | 2009-08-12 13:18:37 -0700 | [diff] [blame] | 7 | TARG=strconv |
| 8 | GOFILES=\ |
Rob Pike | 4b40426 | 2010-03-25 11:50:07 -0700 | [diff] [blame] | 9 | atob.go\ |
Russ Cox | 3b864e4 | 2009-08-12 13:18:37 -0700 | [diff] [blame] | 10 | atof.go\ |
| 11 | atoi.go\ |
| 12 | decimal.go\ |
| 13 | ftoa.go\ |
| 14 | itoa.go\ |
| 15 | quote.go\ |
Russ Cox | 079c00a | 2008-11-17 12:34:03 -0800 | [diff] [blame] | 16 | |
Sergio Luis O. B. Correia | 6fc8207 | 2009-11-23 17:32:51 -0800 | [diff] [blame] | 17 | include ../../Make.pkg |