Makefile.in 21 KB

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