| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 # Copyright 2009 The Go Authors. All rights reserved. | 1 # Copyright 2009 The 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 ../../Make.inc | 5 include ../../Make.inc |
| 6 | 6 |
| 7 TARG=xml | 7 TARG=xml |
| 8 | 8 |
| 9 GOFILES=\ | 9 GOFILES=\ |
| 10 marshal.go\ | |
| 10 read.go\ | 11 read.go\ |
| 11 xml.go\ | 12 xml.go\ |
| 12 | 13 |
| 13 include ../../Make.pkg | 14 include ../../Make.pkg |
| OLD | NEW |