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 / Makefile.am
1 SUBDIRS=atomic_ops
2
3 AM_CFLAGS=@PICFLAG@
4
5 include_HEADERS=atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
6 lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
7 if NEED_ASM
8 libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
9 else
10 libatomic_ops_a_SOURCES = atomic_ops.c
11 endif
12
13 libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
14
15 EXTRA_DIST=Makefile.msft
16