[PR67828] don't unswitch on default defs of non-parms
[official-gcc.git] / gotools / Makefile.in
blob4dd3b716bfebe578c5e4f8c1d33467b27069fd67
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Makefile for gotools
19 # Copyright 2015 Free Software Foundation, Inc.
21 # This file is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
31 # You should have received a copy of the GNU General Public License
32 # along with this program; see the file COPYING3. If not see
33 # <http://www.gnu.org/licenses/>.
35 VPATH = @srcdir@
36 am__make_dryrun = \
37 { \
38 am__dry=no; \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
42 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
43 *) \
44 for am__flg in $$MAKEFLAGS; do \
45 case $$am__flg in \
46 *=*|--*) ;; \
47 *n*) am__dry=yes; break;; \
48 esac; \
49 done;; \
50 esac; \
51 test $$am__dry = yes; \
53 pkgdatadir = $(datadir)/@PACKAGE@
54 pkgincludedir = $(includedir)/@PACKAGE@
55 pkglibdir = $(libdir)/@PACKAGE@
56 pkglibexecdir = $(libexecdir)/@PACKAGE@
57 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
58 install_sh_DATA = $(install_sh) -c -m 644
59 install_sh_PROGRAM = $(install_sh) -c
60 install_sh_SCRIPT = $(install_sh) -c
61 INSTALL_HEADER = $(INSTALL_DATA)
62 transform = $(program_transform_name)
63 NORMAL_INSTALL = :
64 PRE_INSTALL = :
65 POST_INSTALL = :
66 NORMAL_UNINSTALL = :
67 PRE_UNINSTALL = :
68 POST_UNINSTALL = :
69 build_triplet = @build@
70 host_triplet = @host@
71 target_triplet = @target@
72 subdir = .
73 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
74 $(srcdir)/Makefile.am $(top_srcdir)/configure \
75 $(am__configure_deps) $(srcdir)/../mkinstalldirs \
76 $(srcdir)/../depcomp
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
79 $(top_srcdir)/../config/depstand.m4 \
80 $(top_srcdir)/../config/lead-dot.m4 \
81 $(top_srcdir)/../config/override.m4 $(top_srcdir)/config/go.m4 \
82 $(top_srcdir)/configure.ac
83 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84 $(ACLOCAL_M4)
85 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
86 configure.lineno config.status.lineno
87 CONFIG_CLEAN_FILES =
88 CONFIG_CLEAN_VPATH_FILES =
89 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
90 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
91 cgo_SOURCES = cgo.c
92 cgo_OBJECTS = cgo.$(OBJEXT)
93 cgo_LDADD = $(LDADD)
94 go_SOURCES = go.c
95 go_OBJECTS = go.$(OBJEXT)
96 go_LDADD = $(LDADD)
97 gofmt_SOURCES = gofmt.c
98 gofmt_OBJECTS = gofmt.$(OBJEXT)
99 gofmt_LDADD = $(LDADD)
100 DEFAULT_INCLUDES = -I.@am__isrc@
101 depcomp = $(SHELL) $(top_srcdir)/../depcomp
102 am__depfiles_maybe = depfiles
103 am__mv = mv -f
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 CCLD = $(CC)
107 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 SOURCES = cgo.c go.c gofmt.c
109 am__can_run_installinfo = \
110 case $$AM_UPDATE_INFO_DIR in \
111 n|no|NO) false;; \
112 *) (install-info --version) >/dev/null 2>&1;; \
113 esac
114 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115 am__vpath_adj = case $$p in \
116 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117 *) f=$$p;; \
118 esac;
119 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120 am__install_max = 40
121 am__nobase_strip_setup = \
122 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123 am__nobase_strip = \
124 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125 am__nobase_list = $(am__nobase_strip_setup); \
126 for p in $$list; do echo "$$p $$p"; done | \
127 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129 if (++n[$$2] == $(am__install_max)) \
130 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131 END { for (dir in files) print dir, files[dir] }'
132 am__base_list = \
133 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135 am__uninstall_files_from_dir = { \
136 test -z "$$files" \
137 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139 $(am__cd) "$$dir" && rm -f $$files; }; \
141 man1dir = $(mandir)/man1
142 NROFF = nroff
143 MANS = $(man_MANS)
144 ETAGS = etags
145 CTAGS = ctags
146 ACLOCAL = @ACLOCAL@
147 AMTAR = @AMTAR@
148 AUTOCONF = @AUTOCONF@
149 AUTOHEADER = @AUTOHEADER@
150 AUTOMAKE = @AUTOMAKE@
151 AWK = @AWK@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPPFLAGS = @CPPFLAGS@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EXEEXT = @EXEEXT@
163 GOC = @GOC@
164 GOCFLAGS = $(CFLAGS_FOR_TARGET)
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 LDFLAGS = @LDFLAGS@
171 LIBOBJS = @LIBOBJS@
172 LIBS = @LIBS@
173 LTLIBOBJS = @LTLIBOBJS@
174 MAINT = @MAINT@
175 MAKEINFO = @MAKEINFO@
176 MKDIR_P = @MKDIR_P@
177 NET_LIBS = @NET_LIBS@
178 OBJEXT = @OBJEXT@
179 PACKAGE = @PACKAGE@
180 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181 PACKAGE_NAME = @PACKAGE_NAME@
182 PACKAGE_STRING = @PACKAGE_STRING@
183 PACKAGE_TARNAME = @PACKAGE_TARNAME@
184 PACKAGE_URL = @PACKAGE_URL@
185 PACKAGE_VERSION = @PACKAGE_VERSION@
186 PATH_SEPARATOR = @PATH_SEPARATOR@
187 SET_MAKE = @SET_MAKE@
188 SHELL = @SHELL@
189 STRIP = @STRIP@
190 VERSION = @VERSION@
191 abs_builddir = @abs_builddir@
192 abs_srcdir = @abs_srcdir@
193 abs_top_builddir = @abs_top_builddir@
194 abs_top_srcdir = @abs_top_srcdir@
195 ac_ct_CC = @ac_ct_CC@
196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
198 am__quote = @am__quote@
199 am__tar = @am__tar@
200 am__untar = @am__untar@
201 bindir = @bindir@
202 build = @build@
203 build_alias = @build_alias@
204 build_cpu = @build_cpu@
205 build_noncanonical = @build_noncanonical@
206 build_os = @build_os@
207 build_vendor = @build_vendor@
208 builddir = @builddir@
209 datadir = @datadir@
210 datarootdir = @datarootdir@
211 docdir = @docdir@
212 dvidir = @dvidir@
213 exec_prefix = @exec_prefix@
214 host = @host@
215 host_alias = @host_alias@
216 host_cpu = @host_cpu@
217 host_noncanonical = @host_noncanonical@
218 host_os = @host_os@
219 host_vendor = @host_vendor@
220 htmldir = @htmldir@
221 includedir = @includedir@
222 infodir = @infodir@
223 install_sh = @install_sh@
224 libdir = @libdir@
225 libexecdir = @libexecdir@
226 localedir = @localedir@
227 localstatedir = @localstatedir@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 oldincludedir = @oldincludedir@
231 pdfdir = @pdfdir@
232 prefix = @prefix@
233 program_transform_name = @program_transform_name@
234 psdir = @psdir@
235 sbindir = @sbindir@
236 sharedstatedir = @sharedstatedir@
237 srcdir = @srcdir@
238 sysconfdir = @sysconfdir@
239 target = @target@
240 target_alias = @target_alias@
241 target_cpu = @target_cpu@
242 target_noncanonical = @target_noncanonical@
243 target_os = @target_os@
244 target_vendor = @target_vendor@
245 top_build_prefix = @top_build_prefix@
246 top_builddir = @top_builddir@
247 top_srcdir = @top_srcdir@
248 ACLOCAL_AMFLAGS = -I ./config -I ../config
249 gcc_version := $(shell $(GCC_FOR_TARGET) -dumpversion)
250 libexecsubdir = $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
251 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
252 PWD_COMMAND = $${PWDCMD-pwd}
253 STAMP = echo timestamp >
254 libgodir = ../$(target_noncanonical)/libgo
255 LIBGODEP = $(libgodir)/libgo.la
256 @NATIVE_FALSE@GOCOMPILER = $(GOC)
258 # Use the compiler we just built.
259 @NATIVE_TRUE@GOCOMPILER = $(GOC_FOR_TARGET)
260 GOCOMPILE = $(GOCOMPILER) $(GOCFLAGS)
261 AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs
262 GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
263 cmdsrcdir = $(srcdir)/../libgo/go/cmd
264 go_cmd_go_files = \
265 $(cmdsrcdir)/go/build.go \
266 $(cmdsrcdir)/go/clean.go \
267 $(cmdsrcdir)/go/context.go \
268 $(cmdsrcdir)/go/discovery.go \
269 $(cmdsrcdir)/go/env.go \
270 $(cmdsrcdir)/go/fix.go \
271 $(cmdsrcdir)/go/fmt.go \
272 $(cmdsrcdir)/go/generate.go \
273 $(cmdsrcdir)/go/get.go \
274 $(cmdsrcdir)/go/go11.go \
275 $(cmdsrcdir)/go/help.go \
276 $(cmdsrcdir)/go/http.go \
277 $(cmdsrcdir)/go/list.go \
278 $(cmdsrcdir)/go/main.go \
279 $(cmdsrcdir)/go/pkg.go \
280 $(cmdsrcdir)/go/run.go \
281 $(cmdsrcdir)/go/signal.go \
282 $(cmdsrcdir)/go/signal_unix.go \
283 $(cmdsrcdir)/go/test.go \
284 $(cmdsrcdir)/go/testflag.go \
285 $(cmdsrcdir)/go/tool.go \
286 $(cmdsrcdir)/go/vcs.go \
287 $(cmdsrcdir)/go/version.go \
288 $(cmdsrcdir)/go/vet.go \
289 $(libgodir)/zstdpkglist.go
291 go_cmd_gofmt_files = \
292 $(cmdsrcdir)/gofmt/doc.go \
293 $(cmdsrcdir)/gofmt/gofmt.go \
294 $(cmdsrcdir)/gofmt/rewrite.go \
295 $(cmdsrcdir)/gofmt/simplify.go
297 go_cmd_cgo_files = \
298 $(cmdsrcdir)/cgo/ast.go \
299 $(cmdsrcdir)/cgo/doc.go \
300 $(cmdsrcdir)/cgo/gcc.go \
301 $(cmdsrcdir)/cgo/godefs.go \
302 $(cmdsrcdir)/cgo/main.go \
303 $(cmdsrcdir)/cgo/out.go \
304 $(cmdsrcdir)/cgo/util.go
306 GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')
307 GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
308 GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
309 MOSTLYCLEANFILES = zdefaultcc.go s-zdefaultcc
311 # For a native build we build the programs using the newly built libgo
312 # and install them as regular programs.
313 @NATIVE_TRUE@bin_PROGRAMS = go$(EXEEXT) gofmt$(EXEEXT)
314 @NATIVE_TRUE@noinst_PROGRAMS = cgo$(EXEEXT)
315 @NATIVE_TRUE@man_MANS = go.1 gofmt.1
316 all: all-am
318 .SUFFIXES:
319 .SUFFIXES: .c .o .obj
320 am--refresh: Makefile
322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
327 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
328 && exit 0; \
329 exit 1;; \
330 esac; \
331 done; \
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
333 $(am__cd) $(top_srcdir) && \
334 $(AUTOMAKE) --foreign Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337 @case '$?' in \
338 *config.status*) \
339 echo ' $(SHELL) ./config.status'; \
340 $(SHELL) ./config.status;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
344 esac;
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 $(SHELL) ./config.status --recheck
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350 $(am__cd) $(srcdir) && $(AUTOCONF)
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
353 $(am__aclocal_m4_deps):
354 install-binPROGRAMS: $(bin_PROGRAMS)
355 @$(NORMAL_INSTALL)
356 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
357 if test -n "$$list"; then \
358 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
359 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
360 fi; \
361 for p in $$list; do echo "$$p $$p"; done | \
362 sed 's/$(EXEEXT)$$//' | \
363 while read p p1; do if test -f $$p; \
364 then echo "$$p"; echo "$$p"; else :; fi; \
365 done | \
366 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
367 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
368 sed 'N;N;N;s,\n, ,g' | \
369 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
370 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
371 if ($$2 == $$4) files[d] = files[d] " " $$1; \
372 else { print "f", $$3 "/" $$4, $$1; } } \
373 END { for (d in files) print "f", d, files[d] }' | \
374 while read type dir files; do \
375 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
376 test -z "$$files" || { \
377 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
378 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
380 ; done
382 uninstall-binPROGRAMS:
383 @$(NORMAL_UNINSTALL)
384 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
385 files=`for p in $$list; do echo "$$p"; done | \
386 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
387 -e 's/$$/$(EXEEXT)/' `; \
388 test -n "$$list" || exit 0; \
389 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
390 cd "$(DESTDIR)$(bindir)" && rm -f $$files
392 clean-binPROGRAMS:
393 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
395 clean-noinstPROGRAMS:
396 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
397 @NATIVE_FALSE@cgo$(EXEEXT): $(cgo_OBJECTS) $(cgo_DEPENDENCIES) $(EXTRA_cgo_DEPENDENCIES)
398 @NATIVE_FALSE@ @rm -f cgo$(EXEEXT)
399 @NATIVE_FALSE@ $(LINK) $(cgo_OBJECTS) $(cgo_LDADD) $(LIBS)
400 @NATIVE_FALSE@go$(EXEEXT): $(go_OBJECTS) $(go_DEPENDENCIES) $(EXTRA_go_DEPENDENCIES)
401 @NATIVE_FALSE@ @rm -f go$(EXEEXT)
402 @NATIVE_FALSE@ $(LINK) $(go_OBJECTS) $(go_LDADD) $(LIBS)
403 @NATIVE_FALSE@gofmt$(EXEEXT): $(gofmt_OBJECTS) $(gofmt_DEPENDENCIES) $(EXTRA_gofmt_DEPENDENCIES)
404 @NATIVE_FALSE@ @rm -f gofmt$(EXEEXT)
405 @NATIVE_FALSE@ $(LINK) $(gofmt_OBJECTS) $(gofmt_LDADD) $(LIBS)
407 mostlyclean-compile:
408 -rm -f *.$(OBJEXT)
410 distclean-compile:
411 -rm -f *.tab.c
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgo.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gofmt.Po@am__quote@
417 .c.o:
418 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
424 .c.obj:
425 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
426 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
430 install-man1: $(man_MANS)
431 @$(NORMAL_INSTALL)
432 @list1=''; \
433 list2='$(man_MANS)'; \
434 test -n "$(man1dir)" \
435 && test -n "`echo $$list1$$list2`" \
436 || exit 0; \
437 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
438 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
439 { for i in $$list1; do echo "$$i"; done; \
440 if test -n "$$list2"; then \
441 for i in $$list2; do echo "$$i"; done \
442 | sed -n '/\.1[a-z]*$$/p'; \
443 fi; \
444 } | while read p; do \
445 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
446 echo "$$d$$p"; echo "$$p"; \
447 done | \
448 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
449 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
450 sed 'N;N;s,\n, ,g' | { \
451 list=; while read file base inst; do \
452 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
453 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
454 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
455 fi; \
456 done; \
457 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
458 while read files; do \
459 test -z "$$files" || { \
460 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
461 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
462 done; }
464 uninstall-man1:
465 @$(NORMAL_UNINSTALL)
466 @list=''; test -n "$(man1dir)" || exit 0; \
467 files=`{ for i in $$list; do echo "$$i"; done; \
468 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
469 sed -n '/\.1[a-z]*$$/p'; \
470 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
471 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
472 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
474 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
475 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476 unique=`for i in $$list; do \
477 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478 done | \
479 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480 END { if (nonempty) { for (i in files) print i; }; }'`; \
481 mkid -fID $$unique
482 tags: TAGS
484 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
485 $(TAGS_FILES) $(LISP)
486 set x; \
487 here=`pwd`; \
488 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
489 unique=`for i in $$list; do \
490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491 done | \
492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493 END { if (nonempty) { for (i in files) print i; }; }'`; \
494 shift; \
495 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496 test -n "$$unique" || unique=$$empty_fix; \
497 if test $$# -gt 0; then \
498 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499 "$$@" $$unique; \
500 else \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 $$unique; \
503 fi; \
505 ctags: CTAGS
506 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
507 $(TAGS_FILES) $(LISP)
508 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
509 unique=`for i in $$list; do \
510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511 done | \
512 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513 END { if (nonempty) { for (i in files) print i; }; }'`; \
514 test -z "$(CTAGS_ARGS)$$unique" \
515 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516 $$unique
518 GTAGS:
519 here=`$(am__cd) $(top_builddir) && pwd` \
520 && $(am__cd) $(top_srcdir) \
521 && gtags -i $(GTAGS_ARGS) "$$here"
523 distclean-tags:
524 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525 check-am: all-am
526 check: check-am
527 all-am: Makefile $(PROGRAMS) $(MANS)
528 installdirs:
529 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
530 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
531 done
532 install: install-am
533 install-exec: install-exec-am
534 install-data: install-data-am
535 uninstall: uninstall-am
537 install-am: all-am
538 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540 installcheck: installcheck-am
541 install-strip:
542 if test -z '$(STRIP)'; then \
543 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545 install; \
546 else \
547 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551 mostlyclean-generic:
552 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
554 clean-generic:
556 distclean-generic:
557 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560 maintainer-clean-generic:
561 @echo "This command is intended for maintainers to use"
562 @echo "it deletes files that may require special tools to rebuild."
563 @NATIVE_FALSE@install-exec-local:
564 @NATIVE_FALSE@uninstall-local:
565 clean: clean-am
567 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
568 mostlyclean-am
570 distclean: distclean-am
571 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
572 -rm -rf ./$(DEPDIR)
573 -rm -f Makefile
574 distclean-am: clean-am distclean-compile distclean-generic \
575 distclean-tags
577 dvi: dvi-am
579 dvi-am:
581 html: html-am
583 html-am:
585 info: info-am
587 info-am:
589 install-data-am: install-man
591 install-dvi: install-dvi-am
593 install-dvi-am:
595 install-exec-am: install-binPROGRAMS install-exec-local
597 install-html: install-html-am
599 install-html-am:
601 install-info: install-info-am
603 install-info-am:
605 install-man: install-man1
607 install-pdf: install-pdf-am
609 install-pdf-am:
611 install-ps: install-ps-am
613 install-ps-am:
615 installcheck-am:
617 maintainer-clean: maintainer-clean-am
618 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
619 -rm -rf $(top_srcdir)/autom4te.cache
620 -rm -rf ./$(DEPDIR)
621 -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
624 mostlyclean: mostlyclean-am
626 mostlyclean-am: mostlyclean-compile mostlyclean-generic
628 pdf: pdf-am
630 pdf-am:
632 ps: ps-am
634 ps-am:
636 uninstall-am: uninstall-binPROGRAMS uninstall-local uninstall-man
638 uninstall-man: uninstall-man1
640 .MAKE: install-am install-strip
642 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
643 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS ctags \
644 distclean distclean-compile distclean-generic distclean-tags \
645 dvi dvi-am html html-am info info-am install install-am \
646 install-binPROGRAMS install-data install-data-am install-dvi \
647 install-dvi-am install-exec install-exec-am install-exec-local \
648 install-html install-html-am install-info install-info-am \
649 install-man install-man1 install-pdf install-pdf-am install-ps \
650 install-ps-am install-strip installcheck installcheck-am \
651 installdirs maintainer-clean maintainer-clean-generic \
652 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
653 ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
654 uninstall-local uninstall-man uninstall-man1
657 zdefaultcc.go: s-zdefaultcc; @true
658 s-zdefaultcc: Makefile
659 echo 'package main' > zdefaultcc.go.tmp
660 echo 'const defaultGCCGO = "$(bindir)/$(GCCGO_INSTALL_NAME)"' >> zdefaultcc.go.tmp
661 echo 'const defaultCC = "$(bindir)/$(GCC_INSTALL_NAME)"' >> zdefaultcc.go.tmp
662 echo 'const defaultCXX = "$(bindir)/$(GXX_INSTALL_NAME)"' >> zdefaultcc.go.tmp
663 $(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
664 $(STAMP) $@
666 @NATIVE_TRUE@go$(EXEEXT): $(go_cmd_go_files) zdefaultcc.go $(LIBGODEP)
667 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_go_files) zdefaultcc.go $(LIBS) $(NET_LIBS)
668 @NATIVE_TRUE@gofmt$(EXEEXT): $(go_cmd_gofmt_files) $(LIBGODEP)
669 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_gofmt_files) $(LIBS) $(NET_LIBS)
670 @NATIVE_TRUE@cgo$(EXEEXT): $(go_cmd_cgo_files) zdefaultcc.go $(LIBGODEP)
671 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_cgo_files) zdefaultcc.go $(LIBS) $(NET_LIBS)
673 @NATIVE_TRUE@install-exec-local: cgo$(EXEEXT)
674 @NATIVE_TRUE@ $(MKDIR_P) $(DESTDIR)$(libexecsubdir)
675 @NATIVE_TRUE@ rm -f $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
676 @NATIVE_TRUE@ $(INSTALL_PROGRAM) cgo$(exeext) $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
678 @NATIVE_TRUE@uninstall-local:
679 @NATIVE_TRUE@ rm -f $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
681 # For a non-native build we have to build the programs using a
682 # previously built host (or build -> host) Go compiler. We should
683 # only do this if such a compiler is available. We also need to get
684 # the right values for GOARCH and GOOS in the default build context in
685 # the go/build package. Figure this out later.
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: