Makefile.inc revision 1.5
11.5Sad# $NetBSD: Makefile.inc,v 1.5 2008/02/11 14:21:12 ad Exp $ 21.5Sad 31.5Sad.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c") 41.2Sad 51.2SadSRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c atomic_and_32_cas.c \ 61.3Sad atomic_and_32_nv_cas.c atomic_dec_32_cas.c atomic_dec_32_nv_cas.c \ 71.3Sad atomic_inc_32_cas.c atomic_inc_32_nv_cas.c atomic_or_32_cas.c \ 81.2Sad atomic_or_32_nv_cas.c atomic_swap_32_cas.c membar_ops_nop.c 91.2Sad 101.5Sad.endif 111.5Sad 121.4Sad.if defined(LIB) && (${LIB} == "c") 131.4Sad 141.4SadSRCS+= atomic_init_testset.c 151.4Sad 161.2Sad.endif 17