Home | History | Annotate | Line # | Download | only in libtre
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2011/11/06 18:37:40 christos Exp $
      2  1.1  christos 
      3  1.1  christos LDADD+=-ltre
      4  1.1  christos DPADD+=${LIBTRE}
      5  1.1  christos TESTSDIR=       ${TESTSBASE}/lib/libtre
      6  1.2  christos # XXX: tre eats copious amounts of memory even 9 does not work
      7  1.2  christos IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2
      8  1.2  christos SKIPASSOC=right
      9  1.1  christos 
     10  1.1  christos LCREGEX=${.CURDIR}/../libc/regex
     11  1.1  christos .PATH: ${LCREGEX}
     12  1.1  christos .include "${LCREGEX}/Makefile"
     13  1.1  christos 
     14