Makefile.inc revision 1.3
11.3Sad# $NetBSD: Makefile.inc,v 1.3 2008/02/11 14:21:12 ad Exp $ 21.3Sad 31.3Sad.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c") 41.1Smatt 51.1SmattSRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c atomic_and_32_cas.c \ 61.1Smatt atomic_and_32_nv_cas.c atomic_dec_32_cas.c atomic_dec_32_nv_cas.c \ 71.1Smatt atomic_inc_32_cas.c atomic_inc_32_nv_cas.c atomic_or_32_cas.c \ 81.1Smatt atomic_or_32_nv_cas.c atomic_swap_32_cas.c membar_ops_nop.c 91.1Smatt 101.3Sad.endif 111.3Sad 121.2Sad.if defined(LIB) && (${LIB} == "c") 131.2Sad 141.2SadSRCS+= atomic_init_testset.c 151.2Sad 161.1Smatt.endif 17