Makefile.inc revision 1.5
11.5Spooka# $NetBSD: Makefile.inc,v 1.5 2009/01/04 17:54:29 pooka Exp $ 21.3Sad 31.5Spooka.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c" || ${LIB} == "pthread" \ 41.5Spooka || ${LIB} == "rump") 51.1Smatt 61.1SmattSRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c atomic_and_32_cas.c \ 71.1Smatt atomic_and_32_nv_cas.c atomic_dec_32_cas.c atomic_dec_32_nv_cas.c \ 81.1Smatt atomic_inc_32_cas.c atomic_inc_32_nv_cas.c atomic_or_32_cas.c \ 91.1Smatt atomic_or_32_nv_cas.c atomic_swap_32_cas.c membar_ops_nop.c 101.1Smatt 111.3Sad.endif 121.3Sad 131.4Sad.if defined(LIB) && (${LIB} == "c" || ${LIB} == "pthread") 141.2Sad 151.2SadSRCS+= atomic_init_testset.c 161.2Sad 171.1Smatt.endif 18