Makefile.inc revision 1.3
11.3Sad# $NetBSD: Makefile.inc,v 1.3 2008/02/11 14:21:11 ad Exp $ 21.2Sad 31.3Sad.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c") 41.2Sad 51.2SadSRCS+= atomic_add.S atomic_and.S atomic_cas.S atomic_dec.S \ 61.2Sad atomic_inc.S atomic_or.S atomic_swap.S membar_ops.S 71.2Sad 81.2Sad.endif 91.3Sad 101.3Sad.if defined(LIB) && (${LIB} == "c") 111.3Sad 121.3SadSRCS+= atomic_init_cas.c 131.3Sad 141.3Sad.endif 15