Upgrade Boehm GC to 7.2alpha4.
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / src / atomic_ops / sysdeps / Makefile.am
diff --git a/src/mm/boehm-gc/libatomic_ops-1.2/src/atomic_ops/sysdeps/Makefile.am b/src/mm/boehm-gc/libatomic_ops-1.2/src/atomic_ops/sysdeps/Makefile.am
deleted file mode 100644 (file)
index f47f812..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-#General sysdep utility headers, followed by the arch-specific ones
-nobase_sysdep_HEADERS= generic_pthread.h \
-         atomic_load_store.h \
-         aligned_atomic_load_store.h \
-         acquire_release_volatile.h \
-         char_acquire_release_volatile.h \
-         char_atomic_load_store.h \
-         short_acquire_release_volatile.h \
-         short_aligned_atomic_load_store.h \
-         short_atomic_load_store.h \
-         int_acquire_release_volatile.h \
-         int_aligned_atomic_load_store.h \
-         int_atomic_load_store.h \
-         all_acquire_release_volatile.h \
-         all_aligned_atomic_load_store.h \
-         all_atomic_load_store.h \
-         read_ordered.h \
-         ordered_except_wr.h \
-         ordered.h \
-         ao_t_is_int.h \
-         test_and_set_t_is_ao_t.h \
-         test_and_set_t_is_char.h \
-         emul_cas.h \
-         standard_ao_double_t.h \
-         README \
-       \
-         gcc/alpha.h gcc/arm.h gcc/x86.h \
-         gcc/hppa.h gcc/ia64.h \
-         gcc/powerpc.h gcc/sparc.h \
-         gcc/hppa.h gcc/m68k.h gcc/mips.h gcc/s390.h \
-         gcc/ia64.h gcc/x86_64.h gcc/cris.h \
-       \
-         icc/ia64.h \
-       \
-         msftc/x86.h \
-         msftc/x86_64.h \
-       \
-         hpc/ia64.h hpc/hppa.h \
-       \
-         sunc/sparc.h \
-       \
-         ibmc/powerpc.h
-
-sysdepdir= ${includedir}/atomic_ops/sysdeps
-
-# A few architectures require special .S files
-EXTRA_DIST = sunc/sparc.S