Fix ARM bootstrap failure due to an odd warning:
[official-gcc.git] / gotools / Makefile.in
blob941a82336ac57e241738bb64cdd02ab25e422d24
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 (C) 2015-2016 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) $(XGCC_FLAGS_FOR_TARGET)
260 GOCOMPILE = $(GOCOMPILER) $(GOCFLAGS)
261 AM_GOCFLAGS = -I $(libgodir)
262 AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs
263 GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
264 cmdsrcdir = $(srcdir)/../libgo/go/cmd
265 go_cmd_go_files = \
266 $(cmdsrcdir)/go/alldocs.go \
267 $(cmdsrcdir)/go/bug.go \
268 $(cmdsrcdir)/go/build.go \
269 $(cmdsrcdir)/go/clean.go \
270 $(cmdsrcdir)/go/context.go \
271 $(cmdsrcdir)/go/discovery.go \
272 $(cmdsrcdir)/go/doc.go \
273 $(cmdsrcdir)/go/env.go \
274 $(cmdsrcdir)/go/fix.go \
275 $(cmdsrcdir)/go/fmt.go \
276 $(cmdsrcdir)/go/generate.go \
277 $(cmdsrcdir)/go/get.go \
278 $(cmdsrcdir)/go/go11.go \
279 $(cmdsrcdir)/go/help.go \
280 $(cmdsrcdir)/go/http.go \
281 $(cmdsrcdir)/go/list.go \
282 $(cmdsrcdir)/go/main.go \
283 $(cmdsrcdir)/go/note.go \
284 $(cmdsrcdir)/go/pkg.go \
285 $(cmdsrcdir)/go/run.go \
286 $(cmdsrcdir)/go/signal.go \
287 $(cmdsrcdir)/go/signal_unix.go \
288 $(cmdsrcdir)/go/test.go \
289 $(cmdsrcdir)/go/testflag.go \
290 $(cmdsrcdir)/go/tool.go \
291 $(cmdsrcdir)/go/vcs.go \
292 $(cmdsrcdir)/go/version.go \
293 $(cmdsrcdir)/go/vet.go \
294 $(libgodir)/zstdpkglist.go
296 go_cmd_gofmt_files = \
297 $(cmdsrcdir)/gofmt/doc.go \
298 $(cmdsrcdir)/gofmt/gofmt.go \
299 $(cmdsrcdir)/gofmt/internal.go \
300 $(cmdsrcdir)/gofmt/rewrite.go \
301 $(cmdsrcdir)/gofmt/simplify.go
303 go_cmd_cgo_files = \
304 $(cmdsrcdir)/cgo/ast.go \
305 $(cmdsrcdir)/cgo/doc.go \
306 $(cmdsrcdir)/cgo/gcc.go \
307 $(cmdsrcdir)/cgo/godefs.go \
308 $(cmdsrcdir)/cgo/main.go \
309 $(cmdsrcdir)/cgo/out.go \
310 $(cmdsrcdir)/cgo/util.go
312 GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')
313 GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
314 GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
315 MOSTLYCLEANFILES = zdefaultcc.go s-zdefaultcc
317 # For a native build we build the programs using the newly built libgo
318 # and install them as regular programs.
319 @NATIVE_TRUE@bin_PROGRAMS = go$(EXEEXT) gofmt$(EXEEXT)
320 @NATIVE_TRUE@noinst_PROGRAMS = cgo$(EXEEXT)
321 @NATIVE_TRUE@man_MANS = go.1 gofmt.1
322 all: all-am
324 .SUFFIXES:
325 .SUFFIXES: .c .o .obj
326 am--refresh: Makefile
328 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
329 @for dep in $?; do \
330 case '$(am__configure_deps)' in \
331 *$$dep*) \
332 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
333 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
334 && exit 0; \
335 exit 1;; \
336 esac; \
337 done; \
338 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
339 $(am__cd) $(top_srcdir) && \
340 $(AUTOMAKE) --foreign Makefile
341 .PRECIOUS: Makefile
342 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343 @case '$?' in \
344 *config.status*) \
345 echo ' $(SHELL) ./config.status'; \
346 $(SHELL) ./config.status;; \
347 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
350 esac;
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 $(SHELL) ./config.status --recheck
355 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 $(am__cd) $(srcdir) && $(AUTOCONF)
357 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
359 $(am__aclocal_m4_deps):
360 install-binPROGRAMS: $(bin_PROGRAMS)
361 @$(NORMAL_INSTALL)
362 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
363 if test -n "$$list"; then \
364 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
365 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
366 fi; \
367 for p in $$list; do echo "$$p $$p"; done | \
368 sed 's/$(EXEEXT)$$//' | \
369 while read p p1; do if test -f $$p; \
370 then echo "$$p"; echo "$$p"; else :; fi; \
371 done | \
372 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
373 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
374 sed 'N;N;N;s,\n, ,g' | \
375 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
376 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
377 if ($$2 == $$4) files[d] = files[d] " " $$1; \
378 else { print "f", $$3 "/" $$4, $$1; } } \
379 END { for (d in files) print "f", d, files[d] }' | \
380 while read type dir files; do \
381 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
382 test -z "$$files" || { \
383 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
384 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
386 ; done
388 uninstall-binPROGRAMS:
389 @$(NORMAL_UNINSTALL)
390 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
391 files=`for p in $$list; do echo "$$p"; done | \
392 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
393 -e 's/$$/$(EXEEXT)/' `; \
394 test -n "$$list" || exit 0; \
395 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
396 cd "$(DESTDIR)$(bindir)" && rm -f $$files
398 clean-binPROGRAMS:
399 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
401 clean-noinstPROGRAMS:
402 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
403 @NATIVE_FALSE@cgo$(EXEEXT): $(cgo_OBJECTS) $(cgo_DEPENDENCIES) $(EXTRA_cgo_DEPENDENCIES)
404 @NATIVE_FALSE@ @rm -f cgo$(EXEEXT)
405 @NATIVE_FALSE@ $(LINK) $(cgo_OBJECTS) $(cgo_LDADD) $(LIBS)
406 @NATIVE_FALSE@go$(EXEEXT): $(go_OBJECTS) $(go_DEPENDENCIES) $(EXTRA_go_DEPENDENCIES)
407 @NATIVE_FALSE@ @rm -f go$(EXEEXT)
408 @NATIVE_FALSE@ $(LINK) $(go_OBJECTS) $(go_LDADD) $(LIBS)
409 @NATIVE_FALSE@gofmt$(EXEEXT): $(gofmt_OBJECTS) $(gofmt_DEPENDENCIES) $(EXTRA_gofmt_DEPENDENCIES)
410 @NATIVE_FALSE@ @rm -f gofmt$(EXEEXT)
411 @NATIVE_FALSE@ $(LINK) $(gofmt_OBJECTS) $(gofmt_LDADD) $(LIBS)
413 mostlyclean-compile:
414 -rm -f *.$(OBJEXT)
416 distclean-compile:
417 -rm -f *.tab.c
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgo.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gofmt.Po@am__quote@
423 .c.o:
424 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
425 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
430 .c.obj:
431 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
432 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
436 install-man1: $(man_MANS)
437 @$(NORMAL_INSTALL)
438 @list1=''; \
439 list2='$(man_MANS)'; \
440 test -n "$(man1dir)" \
441 && test -n "`echo $$list1$$list2`" \
442 || exit 0; \
443 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
444 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
445 { for i in $$list1; do echo "$$i"; done; \
446 if test -n "$$list2"; then \
447 for i in $$list2; do echo "$$i"; done \
448 | sed -n '/\.1[a-z]*$$/p'; \
449 fi; \
450 } | while read p; do \
451 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
452 echo "$$d$$p"; echo "$$p"; \
453 done | \
454 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
455 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
456 sed 'N;N;s,\n, ,g' | { \
457 list=; while read file base inst; do \
458 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
459 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
460 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
461 fi; \
462 done; \
463 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
464 while read files; do \
465 test -z "$$files" || { \
466 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
467 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
468 done; }
470 uninstall-man1:
471 @$(NORMAL_UNINSTALL)
472 @list=''; test -n "$(man1dir)" || exit 0; \
473 files=`{ for i in $$list; do echo "$$i"; done; \
474 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
475 sed -n '/\.1[a-z]*$$/p'; \
476 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
477 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
478 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
480 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
481 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
482 unique=`for i in $$list; do \
483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484 done | \
485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486 END { if (nonempty) { for (i in files) print i; }; }'`; \
487 mkid -fID $$unique
488 tags: TAGS
490 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
491 $(TAGS_FILES) $(LISP)
492 set x; \
493 here=`pwd`; \
494 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495 unique=`for i in $$list; do \
496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497 done | \
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 END { if (nonempty) { for (i in files) print i; }; }'`; \
500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
511 ctags: CTAGS
512 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
513 $(TAGS_FILES) $(LISP)
514 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515 unique=`for i in $$list; do \
516 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517 done | \
518 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519 END { if (nonempty) { for (i in files) print i; }; }'`; \
520 test -z "$(CTAGS_ARGS)$$unique" \
521 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
522 $$unique
524 GTAGS:
525 here=`$(am__cd) $(top_builddir) && pwd` \
526 && $(am__cd) $(top_srcdir) \
527 && gtags -i $(GTAGS_ARGS) "$$here"
529 distclean-tags:
530 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531 check-am: all-am
532 check: check-am
533 all-am: Makefile $(PROGRAMS) $(MANS)
534 installdirs:
535 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
536 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
537 done
538 install: install-am
539 install-exec: install-exec-am
540 install-data: install-data-am
541 uninstall: uninstall-am
543 install-am: all-am
544 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546 installcheck: installcheck-am
547 install-strip:
548 if test -z '$(STRIP)'; then \
549 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551 install; \
552 else \
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557 mostlyclean-generic:
558 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
560 clean-generic:
562 distclean-generic:
563 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566 maintainer-clean-generic:
567 @echo "This command is intended for maintainers to use"
568 @echo "it deletes files that may require special tools to rebuild."
569 @NATIVE_FALSE@install-exec-local:
570 @NATIVE_FALSE@uninstall-local:
571 clean: clean-am
573 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
574 mostlyclean-am
576 distclean: distclean-am
577 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
578 -rm -rf ./$(DEPDIR)
579 -rm -f Makefile
580 distclean-am: clean-am distclean-compile distclean-generic \
581 distclean-tags
583 dvi: dvi-am
585 dvi-am:
587 html: html-am
589 html-am:
591 info: info-am
593 info-am:
595 install-data-am: install-man
597 install-dvi: install-dvi-am
599 install-dvi-am:
601 install-exec-am: install-binPROGRAMS install-exec-local
603 install-html: install-html-am
605 install-html-am:
607 install-info: install-info-am
609 install-info-am:
611 install-man: install-man1
613 install-pdf: install-pdf-am
615 install-pdf-am:
617 install-ps: install-ps-am
619 install-ps-am:
621 installcheck-am:
623 maintainer-clean: maintainer-clean-am
624 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
625 -rm -rf $(top_srcdir)/autom4te.cache
626 -rm -rf ./$(DEPDIR)
627 -rm -f Makefile
628 maintainer-clean-am: distclean-am maintainer-clean-generic
630 mostlyclean: mostlyclean-am
632 mostlyclean-am: mostlyclean-compile mostlyclean-generic
634 pdf: pdf-am
636 pdf-am:
638 ps: ps-am
640 ps-am:
642 uninstall-am: uninstall-binPROGRAMS uninstall-local uninstall-man
644 uninstall-man: uninstall-man1
646 .MAKE: install-am install-strip
648 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
649 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS ctags \
650 distclean distclean-compile distclean-generic distclean-tags \
651 dvi dvi-am html html-am info info-am install install-am \
652 install-binPROGRAMS install-data install-data-am install-dvi \
653 install-dvi-am install-exec install-exec-am install-exec-local \
654 install-html install-html-am install-info install-info-am \
655 install-man install-man1 install-pdf install-pdf-am install-ps \
656 install-ps-am install-strip installcheck installcheck-am \
657 installdirs maintainer-clean maintainer-clean-generic \
658 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
659 ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
660 uninstall-local uninstall-man uninstall-man1
663 zdefaultcc.go: s-zdefaultcc; @true
664 s-zdefaultcc: Makefile
665 echo 'package main' > zdefaultcc.go.tmp
666 echo 'const defaultGCCGO = "$(bindir)/$(GCCGO_INSTALL_NAME)"' >> zdefaultcc.go.tmp
667 echo 'const defaultCC = "$(bindir)/$(GCC_INSTALL_NAME)"' >> zdefaultcc.go.tmp
668 echo 'const defaultCXX = "$(bindir)/$(GXX_INSTALL_NAME)"' >> zdefaultcc.go.tmp
669 echo 'const defaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
670 $(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
671 $(STAMP) $@
673 @NATIVE_TRUE@go$(EXEEXT): $(go_cmd_go_files) zdefaultcc.go $(LIBGODEP)
674 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_go_files) zdefaultcc.go $(LIBS) $(NET_LIBS)
675 @NATIVE_TRUE@gofmt$(EXEEXT): $(go_cmd_gofmt_files) $(LIBGODEP)
676 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_gofmt_files) $(LIBS) $(NET_LIBS)
677 @NATIVE_TRUE@cgo$(EXEEXT): $(go_cmd_cgo_files) zdefaultcc.go $(LIBGODEP)
678 @NATIVE_TRUE@ $(GOLINK) $(go_cmd_cgo_files) zdefaultcc.go $(LIBS) $(NET_LIBS)
680 @NATIVE_TRUE@install-exec-local: cgo$(EXEEXT)
681 @NATIVE_TRUE@ $(MKDIR_P) $(DESTDIR)$(libexecsubdir)
682 @NATIVE_TRUE@ rm -f $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
683 @NATIVE_TRUE@ $(INSTALL_PROGRAM) cgo$(exeext) $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
685 @NATIVE_TRUE@uninstall-local:
686 @NATIVE_TRUE@ rm -f $(DESTDIR)$(libexecsubdir)/cgo$(exeext)
688 # For a non-native build we have to build the programs using a
689 # previously built host (or build -> host) Go compiler. We should
690 # only do this if such a compiler is available. We also need to get
691 # the right values for GOARCH and GOOS in the default build context in
692 # the go/build package. Figure this out later.
694 # Tell versions [3.59,3.63) of GNU make to not export all variables.
695 # Otherwise a system limit (for SysV at least) may be exceeded.
696 .NOEXPORT: