implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / src / atomic_ops / sysdeps / Makefile.am
1 #General sysdep utility headers, followed by the arch-specific ones
2 nobase_sysdep_HEADERS= generic_pthread.h \
3           atomic_load_store.h \
4           aligned_atomic_load_store.h \
5           acquire_release_volatile.h \
6           char_acquire_release_volatile.h \
7           char_atomic_load_store.h \
8           short_acquire_release_volatile.h \
9           short_aligned_atomic_load_store.h \
10           short_atomic_load_store.h \
11           int_acquire_release_volatile.h \
12           int_aligned_atomic_load_store.h \
13           int_atomic_load_store.h \
14           all_acquire_release_volatile.h \
15           all_aligned_atomic_load_store.h \
16           all_atomic_load_store.h \
17           read_ordered.h \
18           ordered_except_wr.h \
19           ordered.h \
20           ao_t_is_int.h \
21           test_and_set_t_is_ao_t.h \
22           test_and_set_t_is_char.h \
23           emul_cas.h \
24           standard_ao_double_t.h \
25           README \
26         \
27           armcc/arm_v6.h \
28         \
29           gcc/alpha.h gcc/arm.h gcc/avr32.h gcc/cris.h \
30           gcc/hexagon.h gcc/hppa.h gcc/ia64.h gcc/m68k.h \
31           gcc/mips.h gcc/powerpc.h gcc/s390.h \
32           gcc/sh.h gcc/sparc.h gcc/x86.h gcc/x86_64.h \
33         \
34           hpc/hppa.h hpc/ia64.h \
35         \
36           ibmc/powerpc.h \
37         \
38           icc/ia64.h \
39         \
40           msftc/arm.h msftc/common32_defs.h msftc/x86.h \
41           msftc/x86_64.h \
42         \
43           sunc/sparc.h sunc/x86.h sunc/x86_64.h
44
45 sysdepdir= ${includedir}/atomic_ops/sysdeps
46
47 # A few architectures require special .S files
48 EXTRA_DIST = sunc/sparc.S