| # Copyright 2010 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. |
| # Makefile for commands written in C. |
| ifeq (windows,$(findstring windows, $(shell uname | tr A-Z a-z | sed 's/mingw/windows/'))) |
| $(TARG): $(OFILES) $(LIB) |
| $(HOST_LD) -o $(TARG) -L"$(GOROOT)"/lib $(OFILES) $(LIB) -lmach -lbio -l9 -lm $(HOST_LDFLAGS) |
| rm -f *.$(HOST_O) $(TARG) $(CLEANFILES) |
| install: $(QUOTED_GOBIN)/$(TARG) |
| $(QUOTED_GOBIN)/$(TARG): $(TARG) |
| cp $(TARG) "$(GOBIN)"/$(TARG) |
| bison -y $(HOST_YFLAGS) $(YFILES) |
| test -f y.tab.c && touch y.tab.c |
| # Use $(PWD)/$*.c so that gdb shows full path in stack traces. |
| $(HOST_CC) $(HOST_CFLAGS) -c "$(PWD)/$*.c" |
| # These are used by enough different Makefiles to be |
| # worth writing down in one place, even if they don't |
| # apply to every command that builds with Make.ccmd |
| cd ../$*l; $(MAKE) enam.o |