blob: 823355d858d6174b500b73f031735b57d53572bd [file] [log] [blame]
Russ Cox079c00a2008-11-17 12:34:03 -08001# 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 Coxda392d92010-08-18 10:08:49 -04005include ../../Make.inc
Russ Cox079c00a2008-11-17 12:34:03 -08006
Russ Cox3b864e42009-08-12 13:18:37 -07007TARG=strconv
8GOFILES=\
Rob Pike4b404262010-03-25 11:50:07 -07009 atob.go\
Russ Cox3b864e42009-08-12 13:18:37 -070010 atof.go\
11 atoi.go\
12 decimal.go\
13 ftoa.go\
14 itoa.go\
15 quote.go\
Russ Cox079c00a2008-11-17 12:34:03 -080016
Sergio Luis O. B. Correia6fc82072009-11-23 17:32:51 -080017include ../../Make.pkg