boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / 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           gcc/alpha.h gcc/arm.h gcc/x86.h \
28           gcc/hppa.h gcc/ia64.h \
29           gcc/powerpc.h gcc/sparc.h \
30           gcc/hppa.h gcc/m68k.h gcc/mips.h gcc/s390.h \
31           gcc/ia64.h gcc/x86_64.h gcc/cris.h \
32         \
33           icc/ia64.h \
34         \
35           msftc/x86.h \
36           msftc/x86_64.h \
37         \
38           hpc/ia64.h hpc/hppa.h \
39         \
40           sunc/sparc.h \
41         \
42           ibmc/powerpc.h
43
44 sysdepdir= ${includedir}/atomic_ops/sysdeps
45
46 # A few architectures require special .S files
47 EXTRA_DIST = sunc/sparc.S