| # Copyright 2011 The 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. |
| # Only build tools for current architecture, and only tools written in C. |
| # The tools written in Go are managed by ../pkg/Makefile. |
| # Clean applies to all directories, even for other architectures or |
| install: $(patsubst %,%.install,$(DIRS)) |
| clean: $(patsubst %,%.clean,$(CLEANDIRS)) |
| @echo %%%% making $* %%%% |
| gc.install $(O)c.install: cc.install |
| $(O)g.install: gc.install |
| $(O)a.install $(O)c.install $(O)g.install: $(O)l.install |