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