implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / src / atomic_ops / sysdeps / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # src/atomic_ops/sysdeps/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # 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
17
18
19 pkgdatadir = $(datadir)/libatomic_ops
20 pkgincludedir = $(includedir)/libatomic_ops
21 pkglibdir = $(libdir)/libatomic_ops
22 pkglibexecdir = $(libexecdir)/libatomic_ops
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = i686-pc-linux-gnu
36 host_triplet = i686-pc-linux-gnu
37 target_triplet = i686-pc-linux-gnu
38 subdir = src/atomic_ops/sysdeps
39 DIST_COMMON = README $(nobase_sysdep_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46 CONFIG_HEADER = $(top_builddir)/src/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52 am__vpath_adj = case $$p in \
53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54     *) f=$$p;; \
55   esac;
56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57 am__install_max = 40
58 am__nobase_strip_setup = \
59   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60 am__nobase_strip = \
61   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62 am__nobase_list = $(am__nobase_strip_setup); \
63   for p in $$list; do echo "$$p $$p"; done | \
64   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66     if (++n[$$2] == $(am__install_max)) \
67       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68     END { for (dir in files) print dir, files[dir] }'
69 am__base_list = \
70   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72 am__installdirs = "$(DESTDIR)$(sysdepdir)"
73 HEADERS = $(nobase_sysdep_HEADERS)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run aclocal-1.11
78 AMTAR = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run tar
79 AUTOCONF = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoconf
80 AUTOHEADER = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoheader
81 AUTOMAKE = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run automake-1.11
82 AWK = mawk
83 CC = gcc
84 CCAS = gcc
85 CCASDEPMODE = depmode=gcc3
86 CCASFLAGS = -g -O2
87 CCDEPMODE = depmode=gcc3
88 CFLAGS = -g -O2 -DNDEBUG
89 CPP = gcc -E
90 CPPFLAGS = 
91 CYGPATH_W = echo
92 DEFS = -DHAVE_CONFIG_H
93 DEPDIR = .deps
94 ECHO_C = 
95 ECHO_N = -n
96 ECHO_T = 
97 EGREP = /bin/grep -E
98 EXEEXT = 
99 GREP = /bin/grep
100 INSTALL = /usr/bin/install -c
101 INSTALL_DATA = ${INSTALL} -m 644
102 INSTALL_PROGRAM = ${INSTALL}
103 INSTALL_SCRIPT = ${INSTALL}
104 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
105 LDFLAGS = 
106 LIBOBJS = 
107 LIBS = 
108 LTLIBOBJS = 
109 MAKEINFO = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run makeinfo
110 MKDIR_P = /bin/mkdir -p
111 OBJEXT = o
112 PACKAGE = libatomic_ops
113 PACKAGE_BUGREPORT = 
114 PACKAGE_NAME = libatomic_ops
115 PACKAGE_STRING = libatomic_ops 7.2
116 PACKAGE_TARNAME = libatomic_ops
117 PACKAGE_URL = 
118 PACKAGE_VERSION = 7.2
119 PATH_SEPARATOR = :
120 PICFLAG = -fPIC
121 RANLIB = ranlib
122 SET_MAKE = 
123 SHELL = /bin/bash
124 STRIP = 
125 THREADDLLIBS = -lpthread
126 VERSION = 7.2
127 abs_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps
128 abs_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps
129 abs_top_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
130 abs_top_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
131 ac_ct_CC = gcc
132 am__include = include
133 am__leading_dot = .
134 am__quote = 
135 am__tar = ${AMTAR} chof - "$$tardir"
136 am__untar = ${AMTAR} xf -
137 bindir = ${exec_prefix}/bin
138 build = i686-pc-linux-gnu
139 build_alias = 
140 build_cpu = i686
141 build_os = linux-gnu
142 build_vendor = pc
143 builddir = .
144 datadir = ${datarootdir}
145 datarootdir = ${prefix}/share
146 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
147 dvidir = ${docdir}
148 exec_prefix = ${prefix}
149 host = i686-pc-linux-gnu
150 host_alias = 
151 host_cpu = i686
152 host_os = linux-gnu
153 host_vendor = pc
154 htmldir = ${docdir}
155 includedir = ${prefix}/include
156 infodir = ${datarootdir}/info
157 install_sh = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/install-sh
158 libdir = ${exec_prefix}/lib
159 libexecdir = ${exec_prefix}/libexec
160 localedir = ${datarootdir}/locale
161 localstatedir = ${prefix}/var
162 mandir = ${datarootdir}/man
163 mkdir_p = /bin/mkdir -p
164 oldincludedir = /usr/include
165 pdfdir = ${docdir}
166 prefix = /home/hs/Mate/boehmgc/gc
167 program_transform_name = s,x,x,
168 psdir = ${docdir}
169 sbindir = ${exec_prefix}/sbin
170 sharedstatedir = ${prefix}/com
171 srcdir = .
172 sysconfdir = ${prefix}/etc
173 target = i686-pc-linux-gnu
174 target_alias = 
175 target_cpu = i686
176 target_os = linux-gnu
177 target_vendor = pc
178 top_build_prefix = ../../../
179 top_builddir = ../../..
180 top_srcdir = ../../..
181
182 #General sysdep utility headers, followed by the arch-specific ones
183 nobase_sysdep_HEADERS = generic_pthread.h \
184           atomic_load_store.h \
185           aligned_atomic_load_store.h \
186           acquire_release_volatile.h \
187           char_acquire_release_volatile.h \
188           char_atomic_load_store.h \
189           short_acquire_release_volatile.h \
190           short_aligned_atomic_load_store.h \
191           short_atomic_load_store.h \
192           int_acquire_release_volatile.h \
193           int_aligned_atomic_load_store.h \
194           int_atomic_load_store.h \
195           all_acquire_release_volatile.h \
196           all_aligned_atomic_load_store.h \
197           all_atomic_load_store.h \
198           read_ordered.h \
199           ordered_except_wr.h \
200           ordered.h \
201           ao_t_is_int.h \
202           test_and_set_t_is_ao_t.h \
203           test_and_set_t_is_char.h \
204           emul_cas.h \
205           standard_ao_double_t.h \
206           README \
207         \
208           armcc/arm_v6.h \
209         \
210           gcc/alpha.h gcc/arm.h gcc/avr32.h gcc/cris.h \
211           gcc/hexagon.h gcc/hppa.h gcc/ia64.h gcc/m68k.h \
212           gcc/mips.h gcc/powerpc.h gcc/s390.h \
213           gcc/sh.h gcc/sparc.h gcc/x86.h gcc/x86_64.h \
214         \
215           hpc/hppa.h hpc/ia64.h \
216         \
217           ibmc/powerpc.h \
218         \
219           icc/ia64.h \
220         \
221           msftc/arm.h msftc/common32_defs.h msftc/x86.h \
222           msftc/x86_64.h \
223         \
224           sunc/sparc.h sunc/x86.h sunc/x86_64.h
225
226 sysdepdir = ${includedir}/atomic_ops/sysdeps
227
228 # A few architectures require special .S files
229 EXTRA_DIST = sunc/sparc.S
230 all: all-am
231
232 .SUFFIXES:
233 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
234         @for dep in $?; do \
235           case '$(am__configure_deps)' in \
236             *$$dep*) \
237               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
238                 && { if test -f $@; then exit 0; else break; fi; }; \
239               exit 1;; \
240           esac; \
241         done; \
242         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/atomic_ops/sysdeps/Makefile'; \
243         $(am__cd) $(top_srcdir) && \
244           $(AUTOMAKE) --gnu src/atomic_ops/sysdeps/Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247         @case '$?' in \
248           *config.status*) \
249             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250           *) \
251             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253         esac;
254
255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258 $(top_srcdir)/configure:  $(am__configure_deps)
259         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(am__aclocal_m4_deps):
263 install-nobase_sysdepHEADERS: $(nobase_sysdep_HEADERS)
264         @$(NORMAL_INSTALL)
265         test -z "$(sysdepdir)" || $(MKDIR_P) "$(DESTDIR)$(sysdepdir)"
266         @list='$(nobase_sysdep_HEADERS)'; test -n "$(sysdepdir)" || list=; \
267         $(am__nobase_list) | while read dir files; do \
268           xfiles=; for file in $$files; do \
269             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
270             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
271           test -z "$$xfiles" || { \
272             test "x$$dir" = x. || { \
273               echo "$(MKDIR_P) '$(DESTDIR)$(sysdepdir)/$$dir'"; \
274               $(MKDIR_P) "$(DESTDIR)$(sysdepdir)/$$dir"; }; \
275             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(sysdepdir)/$$dir'"; \
276             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(sysdepdir)/$$dir" || exit $$?; }; \
277         done
278
279 uninstall-nobase_sysdepHEADERS:
280         @$(NORMAL_UNINSTALL)
281         @list='$(nobase_sysdep_HEADERS)'; test -n "$(sysdepdir)" || list=; \
282         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
283         test -n "$$files" || exit 0; \
284         echo " ( cd '$(DESTDIR)$(sysdepdir)' && rm -f" $$files ")"; \
285         cd "$(DESTDIR)$(sysdepdir)" && rm -f $$files
286
287 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
288         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289         unique=`for i in $$list; do \
290             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291           done | \
292           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293               END { if (nonempty) { for (i in files) print i; }; }'`; \
294         mkid -fID $$unique
295 tags: TAGS
296
297 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
298                 $(TAGS_FILES) $(LISP)
299         set x; \
300         here=`pwd`; \
301         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
302         unique=`for i in $$list; do \
303             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304           done | \
305           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
306               END { if (nonempty) { for (i in files) print i; }; }'`; \
307         shift; \
308         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
309           test -n "$$unique" || unique=$$empty_fix; \
310           if test $$# -gt 0; then \
311             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
312               "$$@" $$unique; \
313           else \
314             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
315               $$unique; \
316           fi; \
317         fi
318 ctags: CTAGS
319 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
320                 $(TAGS_FILES) $(LISP)
321         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322         unique=`for i in $$list; do \
323             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324           done | \
325           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326               END { if (nonempty) { for (i in files) print i; }; }'`; \
327         test -z "$(CTAGS_ARGS)$$unique" \
328           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329              $$unique
330
331 GTAGS:
332         here=`$(am__cd) $(top_builddir) && pwd` \
333           && $(am__cd) $(top_srcdir) \
334           && gtags -i $(GTAGS_ARGS) "$$here"
335
336 distclean-tags:
337         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338
339 distdir: $(DISTFILES)
340         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342         list='$(DISTFILES)'; \
343           dist_files=`for file in $$list; do echo $$file; done | \
344           sed -e "s|^$$srcdirstrip/||;t" \
345               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346         case $$dist_files in \
347           */*) $(MKDIR_P) `echo "$$dist_files" | \
348                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349                            sort -u` ;; \
350         esac; \
351         for file in $$dist_files; do \
352           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353           if test -d $$d/$$file; then \
354             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355             if test -d "$(distdir)/$$file"; then \
356               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
357             fi; \
358             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
360               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
361             fi; \
362             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
363           else \
364             test -f "$(distdir)/$$file" \
365             || cp -p $$d/$$file "$(distdir)/$$file" \
366             || exit 1; \
367           fi; \
368         done
369 check-am: all-am
370 check: check-am
371 all-am: Makefile $(HEADERS)
372 installdirs:
373         for dir in "$(DESTDIR)$(sysdepdir)"; do \
374           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
375         done
376 install: install-am
377 install-exec: install-exec-am
378 install-data: install-data-am
379 uninstall: uninstall-am
380
381 install-am: all-am
382         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
384 installcheck: installcheck-am
385 install-strip:
386         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
387           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
388           `test -z '$(STRIP)' || \
389             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
390 mostlyclean-generic:
391
392 clean-generic:
393
394 distclean-generic:
395         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
397
398 maintainer-clean-generic:
399         @echo "This command is intended for maintainers to use"
400         @echo "it deletes files that may require special tools to rebuild."
401 clean: clean-am
402
403 clean-am: clean-generic mostlyclean-am
404
405 distclean: distclean-am
406         -rm -f Makefile
407 distclean-am: clean-am distclean-generic distclean-tags
408
409 dvi: dvi-am
410
411 dvi-am:
412
413 html: html-am
414
415 html-am:
416
417 info: info-am
418
419 info-am:
420
421 install-data-am: install-nobase_sysdepHEADERS
422
423 install-dvi: install-dvi-am
424
425 install-dvi-am:
426
427 install-exec-am:
428
429 install-html: install-html-am
430
431 install-html-am:
432
433 install-info: install-info-am
434
435 install-info-am:
436
437 install-man:
438
439 install-pdf: install-pdf-am
440
441 install-pdf-am:
442
443 install-ps: install-ps-am
444
445 install-ps-am:
446
447 installcheck-am:
448
449 maintainer-clean: maintainer-clean-am
450         -rm -f Makefile
451 maintainer-clean-am: distclean-am maintainer-clean-generic
452
453 mostlyclean: mostlyclean-am
454
455 mostlyclean-am: mostlyclean-generic
456
457 pdf: pdf-am
458
459 pdf-am:
460
461 ps: ps-am
462
463 ps-am:
464
465 uninstall-am: uninstall-nobase_sysdepHEADERS
466
467 .MAKE: install-am install-strip
468
469 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
470         ctags distclean distclean-generic distclean-tags distdir dvi \
471         dvi-am html html-am info info-am install install-am \
472         install-data install-data-am install-dvi install-dvi-am \
473         install-exec install-exec-am install-html install-html-am \
474         install-info install-info-am install-man \
475         install-nobase_sysdepHEADERS install-pdf install-pdf-am \
476         install-ps install-ps-am install-strip installcheck \
477         installcheck-am installdirs maintainer-clean \
478         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
479         pdf-am ps ps-am tags uninstall uninstall-am \
480         uninstall-nobase_sysdepHEADERS
481
482
483 # Tell versions [3.59,3.63) of GNU make to not export all variables.
484 # Otherwise a system limit (for SysV at least) may be exceeded.
485 .NOEXPORT: