Home | History | Annotate | Line # | Download | only in userspace-rcu
      1 # $Makefile$
      2 
      3 URCU:= ${.PARSEDIR}
      4 URCU_DIST= ${URCU}/dist
      5 
      6 .PATH.c: ${URCU_DIST}/src
      7 
      8 CPPFLAGS+=	-DHAVE_CONFIG_H -include ${URCU}/include/urcu/config.h
      9 CPPFLAGS+=	-I${URCU}/include -I${URCU_DIST}/include
     10 CFLAGS+=	-pthread
     11 LDFLAGS+=	-pthread
     12