ceed063efefc73bf88f5461b9bcbbf7351a58d9f
[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 noinst_HEADERS= generic_pthread.h \
4           atomic_load_store.h \
5           aligned_atomic_load_store.h \
6           acquire_release_volatile.h \
7           char_acquire_release_volatile.h \
8           char_atomic_load_store.h \
9           short_acquire_release_volatile.h \
10           short_aligned_atomic_load_store.h \
11           short_atomic_load_store.h \
12           int_acquire_release_volatile.h \
13           int_aligned_atomic_load_store.h \
14           int_atomic_load_store.h \
15           all_acquire_release_volatile.h \
16           all_aligned_atomic_load_store.h \
17           all_atomic_load_store.h \
18           read_ordered.h \
19           ordered_except_wr.h \
20           ordered.h \
21           ao_t_is_int.h \
22           test_and_set_t_is_ao_t.h \
23           test_and_set_t_is_char.h \
24           emul_cas.h \
25           standard_ao_double_t.h \
26           README \
27         \
28           gcc/alpha.h gcc/arm.h gcc/x86.h \
29           gcc/hppa.h gcc/ia64.h \
30           gcc/powerpc.h gcc/sparc.h \
31           gcc/hppa.h gcc/m68k.h gcc/mips.h gcc/s390.h \
32           gcc/ia64.h gcc/x86_64.h gcc/cris.h \
33         \
34           icc/ia64.h \
35         \
36           msftc/x86.h \
37           msftc/x86_64.h \
38         \
39           hpc/ia64.h hpc/hppa.h \
40         \
41           sunc/sparc.h \
42         \
43           ibmc/powerpc.h
44
45 sysdepdir= ${includedir}/atomic_ops/sysdeps
46
47 # A few architectures require special .S files
48 EXTRA_DIST = sunc/sparc.S