/vendor/gc/libatomic_ops-1.2/src/atomic_ops/Makefile.in

http://github.com/feyeleanor/RubyGoLightly · Autoconf · 480 lines · 415 code · 45 blank · 20 comment · 92 complexity · 020e1dcb30d680492e01766dd18735ca MD5 · raw file

  1. # Makefile.in generated by automake 1.9.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ../..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. subdir = src/atomic_ops
  37. DIST_COMMON = $(private_HEADERS) $(srcdir)/Makefile.am \
  38. $(srcdir)/Makefile.in
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  44. CONFIG_HEADER = $(top_builddir)/src/config.h
  45. CONFIG_CLEAN_FILES =
  46. SOURCES =
  47. DIST_SOURCES =
  48. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  49. html-recursive info-recursive install-data-recursive \
  50. install-exec-recursive install-info-recursive \
  51. install-recursive installcheck-recursive installdirs-recursive \
  52. pdf-recursive ps-recursive uninstall-info-recursive \
  53. uninstall-recursive
  54. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  55. am__vpath_adj = case $$p in \
  56. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  57. *) f=$$p;; \
  58. esac;
  59. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  60. am__installdirs = "$(DESTDIR)$(privatedir)"
  61. privateHEADERS_INSTALL = $(INSTALL_HEADER)
  62. HEADERS = $(private_HEADERS)
  63. ETAGS = etags
  64. CTAGS = ctags
  65. DIST_SUBDIRS = $(SUBDIRS)
  66. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  67. ACLOCAL = @ACLOCAL@
  68. AMDEP_FALSE = @AMDEP_FALSE@
  69. AMDEP_TRUE = @AMDEP_TRUE@
  70. AMTAR = @AMTAR@
  71. AUTOCONF = @AUTOCONF@
  72. AUTOHEADER = @AUTOHEADER@
  73. AUTOMAKE = @AUTOMAKE@
  74. AWK = @AWK@
  75. CC = @CC@
  76. CCAS = @CCAS@
  77. CCASFLAGS = @CCASFLAGS@
  78. CCDEPMODE = @CCDEPMODE@
  79. CFLAGS = @CFLAGS@
  80. CPP = @CPP@
  81. CPPFLAGS = @CPPFLAGS@
  82. CYGPATH_W = @CYGPATH_W@
  83. DEFS = @DEFS@
  84. DEPDIR = @DEPDIR@
  85. ECHO_C = @ECHO_C@
  86. ECHO_N = @ECHO_N@
  87. ECHO_T = @ECHO_T@
  88. EGREP = @EGREP@
  89. EXEEXT = @EXEEXT@
  90. INSTALL_DATA = @INSTALL_DATA@
  91. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  92. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  93. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  94. LDFLAGS = @LDFLAGS@
  95. LIBOBJS = @LIBOBJS@
  96. LIBS = @LIBS@
  97. LTLIBOBJS = @LTLIBOBJS@
  98. MAKEINFO = @MAKEINFO@
  99. NEED_ASM_FALSE = @NEED_ASM_FALSE@
  100. NEED_ASM_TRUE = @NEED_ASM_TRUE@
  101. OBJEXT = @OBJEXT@
  102. PACKAGE = @PACKAGE@
  103. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  104. PACKAGE_NAME = @PACKAGE_NAME@
  105. PACKAGE_STRING = @PACKAGE_STRING@
  106. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  107. PACKAGE_VERSION = @PACKAGE_VERSION@
  108. PATH_SEPARATOR = @PATH_SEPARATOR@
  109. PICFLAG = @PICFLAG@
  110. RANLIB = @RANLIB@
  111. SET_MAKE = @SET_MAKE@
  112. SHELL = @SHELL@
  113. STRIP = @STRIP@
  114. VERSION = @VERSION@
  115. ac_ct_CC = @ac_ct_CC@
  116. ac_ct_RANLIB = @ac_ct_RANLIB@
  117. ac_ct_STRIP = @ac_ct_STRIP@
  118. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  119. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  120. am__include = @am__include@
  121. am__leading_dot = @am__leading_dot@
  122. am__quote = @am__quote@
  123. am__tar = @am__tar@
  124. am__untar = @am__untar@
  125. bindir = @bindir@
  126. build = @build@
  127. build_alias = @build_alias@
  128. build_cpu = @build_cpu@
  129. build_os = @build_os@
  130. build_vendor = @build_vendor@
  131. datadir = @datadir@
  132. exec_prefix = @exec_prefix@
  133. host = @host@
  134. host_alias = @host_alias@
  135. host_cpu = @host_cpu@
  136. host_os = @host_os@
  137. host_vendor = @host_vendor@
  138. includedir = @includedir@
  139. infodir = @infodir@
  140. install_sh = @install_sh@
  141. libdir = @libdir@
  142. libexecdir = @libexecdir@
  143. localstatedir = @localstatedir@
  144. mandir = @mandir@
  145. mkdir_p = @mkdir_p@
  146. oldincludedir = @oldincludedir@
  147. prefix = @prefix@
  148. program_transform_name = @program_transform_name@
  149. sbindir = @sbindir@
  150. sharedstatedir = @sharedstatedir@
  151. sysconfdir = @sysconfdir@
  152. target = @target@
  153. target_alias = @target_alias@
  154. target_cpu = @target_cpu@
  155. target_os = @target_os@
  156. target_vendor = @target_vendor@
  157. SUBDIRS = sysdeps
  158. EXTRA_DIST = generalize-small.template
  159. #Private Headers
  160. private_HEADERS = generalize.h generalize-small.h
  161. privatedir = ${includedir}/atomic_ops/
  162. all: all-recursive
  163. .SUFFIXES:
  164. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  165. @for dep in $?; do \
  166. case '$(am__configure_deps)' in \
  167. *$$dep*) \
  168. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  169. && exit 0; \
  170. exit 1;; \
  171. esac; \
  172. done; \
  173. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/atomic_ops/Makefile'; \
  174. cd $(top_srcdir) && \
  175. $(AUTOMAKE) --gnu src/atomic_ops/Makefile
  176. .PRECIOUS: Makefile
  177. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  178. @case '$?' in \
  179. *config.status*) \
  180. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  181. *) \
  182. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  183. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  184. esac;
  185. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(top_srcdir)/configure: $(am__configure_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  190. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  191. uninstall-info-am:
  192. install-privateHEADERS: $(private_HEADERS)
  193. @$(NORMAL_INSTALL)
  194. test -z "$(privatedir)" || $(mkdir_p) "$(DESTDIR)$(privatedir)"
  195. @list='$(private_HEADERS)'; for p in $$list; do \
  196. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  197. f=$(am__strip_dir) \
  198. echo " $(privateHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(privatedir)/$$f'"; \
  199. $(privateHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(privatedir)/$$f"; \
  200. done
  201. uninstall-privateHEADERS:
  202. @$(NORMAL_UNINSTALL)
  203. @list='$(private_HEADERS)'; for p in $$list; do \
  204. f=$(am__strip_dir) \
  205. echo " rm -f '$(DESTDIR)$(privatedir)/$$f'"; \
  206. rm -f "$(DESTDIR)$(privatedir)/$$f"; \
  207. done
  208. # This directory's subdirectories are mostly independent; you can cd
  209. # into them and run `make' without going through this Makefile.
  210. # To change the values of `make' variables: instead of editing Makefiles,
  211. # (1) if the variable is set in `config.status', edit `config.status'
  212. # (which will cause the Makefiles to be regenerated when you run `make');
  213. # (2) otherwise, pass the desired values on the `make' command line.
  214. $(RECURSIVE_TARGETS):
  215. @set fnord $$MAKEFLAGS; amf=$$2; \
  216. dot_seen=no; \
  217. target=`echo $@ | sed s/-recursive//`; \
  218. list='$(SUBDIRS)'; for subdir in $$list; do \
  219. echo "Making $$target in $$subdir"; \
  220. if test "$$subdir" = "."; then \
  221. dot_seen=yes; \
  222. local_target="$$target-am"; \
  223. else \
  224. local_target="$$target"; \
  225. fi; \
  226. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  227. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  228. done; \
  229. if test "$$dot_seen" = "no"; then \
  230. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  231. fi; test -z "$$fail"
  232. mostlyclean-recursive clean-recursive distclean-recursive \
  233. maintainer-clean-recursive:
  234. @set fnord $$MAKEFLAGS; amf=$$2; \
  235. dot_seen=no; \
  236. case "$@" in \
  237. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  238. *) list='$(SUBDIRS)' ;; \
  239. esac; \
  240. rev=''; for subdir in $$list; do \
  241. if test "$$subdir" = "."; then :; else \
  242. rev="$$subdir $$rev"; \
  243. fi; \
  244. done; \
  245. rev="$$rev ."; \
  246. target=`echo $@ | sed s/-recursive//`; \
  247. for subdir in $$rev; do \
  248. echo "Making $$target in $$subdir"; \
  249. if test "$$subdir" = "."; then \
  250. local_target="$$target-am"; \
  251. else \
  252. local_target="$$target"; \
  253. fi; \
  254. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  255. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  256. done && test -z "$$fail"
  257. tags-recursive:
  258. list='$(SUBDIRS)'; for subdir in $$list; do \
  259. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  260. done
  261. ctags-recursive:
  262. list='$(SUBDIRS)'; for subdir in $$list; do \
  263. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  264. done
  265. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  266. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  267. unique=`for i in $$list; do \
  268. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  269. done | \
  270. $(AWK) ' { files[$$0] = 1; } \
  271. END { for (i in files) print i; }'`; \
  272. mkid -fID $$unique
  273. tags: TAGS
  274. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  275. $(TAGS_FILES) $(LISP)
  276. tags=; \
  277. here=`pwd`; \
  278. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  279. include_option=--etags-include; \
  280. empty_fix=.; \
  281. else \
  282. include_option=--include; \
  283. empty_fix=; \
  284. fi; \
  285. list='$(SUBDIRS)'; for subdir in $$list; do \
  286. if test "$$subdir" = .; then :; else \
  287. test ! -f $$subdir/TAGS || \
  288. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  289. fi; \
  290. done; \
  291. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  292. unique=`for i in $$list; do \
  293. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  294. done | \
  295. $(AWK) ' { files[$$0] = 1; } \
  296. END { for (i in files) print i; }'`; \
  297. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  298. test -n "$$unique" || unique=$$empty_fix; \
  299. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  300. $$tags $$unique; \
  301. fi
  302. ctags: CTAGS
  303. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  304. $(TAGS_FILES) $(LISP)
  305. tags=; \
  306. here=`pwd`; \
  307. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  308. unique=`for i in $$list; do \
  309. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  310. done | \
  311. $(AWK) ' { files[$$0] = 1; } \
  312. END { for (i in files) print i; }'`; \
  313. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  314. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  315. $$tags $$unique
  316. GTAGS:
  317. here=`$(am__cd) $(top_builddir) && pwd` \
  318. && cd $(top_srcdir) \
  319. && gtags -i $(GTAGS_ARGS) $$here
  320. distclean-tags:
  321. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  322. distdir: $(DISTFILES)
  323. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  324. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  325. list='$(DISTFILES)'; for file in $$list; do \
  326. case $$file in \
  327. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  328. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  329. esac; \
  330. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  331. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  332. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  333. dir="/$$dir"; \
  334. $(mkdir_p) "$(distdir)$$dir"; \
  335. else \
  336. dir=''; \
  337. fi; \
  338. if test -d $$d/$$file; then \
  339. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  340. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  341. fi; \
  342. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  343. else \
  344. test -f $(distdir)/$$file \
  345. || cp -p $$d/$$file $(distdir)/$$file \
  346. || exit 1; \
  347. fi; \
  348. done
  349. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  350. if test "$$subdir" = .; then :; else \
  351. test -d "$(distdir)/$$subdir" \
  352. || $(mkdir_p) "$(distdir)/$$subdir" \
  353. || exit 1; \
  354. distdir=`$(am__cd) $(distdir) && pwd`; \
  355. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  356. (cd $$subdir && \
  357. $(MAKE) $(AM_MAKEFLAGS) \
  358. top_distdir="$$top_distdir" \
  359. distdir="$$distdir/$$subdir" \
  360. distdir) \
  361. || exit 1; \
  362. fi; \
  363. done
  364. check-am: all-am
  365. check: check-recursive
  366. all-am: Makefile $(HEADERS)
  367. installdirs: installdirs-recursive
  368. installdirs-am:
  369. for dir in "$(DESTDIR)$(privatedir)"; do \
  370. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  371. done
  372. install: install-recursive
  373. install-exec: install-exec-recursive
  374. install-data: install-data-recursive
  375. uninstall: uninstall-recursive
  376. install-am: all-am
  377. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  378. installcheck: installcheck-recursive
  379. install-strip:
  380. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  381. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  382. `test -z '$(STRIP)' || \
  383. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  384. mostlyclean-generic:
  385. clean-generic:
  386. distclean-generic:
  387. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  388. maintainer-clean-generic:
  389. @echo "This command is intended for maintainers to use"
  390. @echo "it deletes files that may require special tools to rebuild."
  391. clean: clean-recursive
  392. clean-am: clean-generic mostlyclean-am
  393. distclean: distclean-recursive
  394. -rm -f Makefile
  395. distclean-am: clean-am distclean-generic distclean-tags
  396. dvi: dvi-recursive
  397. dvi-am:
  398. html: html-recursive
  399. info: info-recursive
  400. info-am:
  401. install-data-am: install-privateHEADERS
  402. install-exec-am:
  403. install-info: install-info-recursive
  404. install-man:
  405. installcheck-am:
  406. maintainer-clean: maintainer-clean-recursive
  407. -rm -f Makefile
  408. maintainer-clean-am: distclean-am maintainer-clean-generic
  409. mostlyclean: mostlyclean-recursive
  410. mostlyclean-am: mostlyclean-generic
  411. pdf: pdf-recursive
  412. pdf-am:
  413. ps: ps-recursive
  414. ps-am:
  415. uninstall-am: uninstall-info-am uninstall-privateHEADERS
  416. uninstall-info: uninstall-info-recursive
  417. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  418. clean clean-generic clean-recursive ctags ctags-recursive \
  419. distclean distclean-generic distclean-recursive distclean-tags \
  420. distdir dvi dvi-am html html-am info info-am install \
  421. install-am install-data install-data-am install-exec \
  422. install-exec-am install-info install-info-am install-man \
  423. install-privateHEADERS install-strip installcheck \
  424. installcheck-am installdirs installdirs-am maintainer-clean \
  425. maintainer-clean-generic maintainer-clean-recursive \
  426. mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
  427. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  428. uninstall-info-am uninstall-privateHEADERS
  429. generalize-small.h: generalize-small.template
  430. sed -e s:XSIZE:char:g -e s:XCTYPE:char:g $? > $@
  431. sed -e s:XSIZE:short:g -e s:XCTYPE:short:g $? >> $@
  432. sed -e s:XSIZE:int:g -e s:XCTYPE:int:g $? >> $@
  433. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  434. # Otherwise a system limit (for SysV at least) may be exceeded.
  435. .NOEXPORT: