1 # $NetBSD: Makefile,v 1.3 2011/11/06 18:42:53 christos Exp $ 2 3 LDADD+=-ltre 4 DPADD+=${LIBTRE} 5 TESTSDIR= ${TESTSBASE}/lib/libtre 6 # XXX: tre eats copious amounts of memory even 9 does not work 7 IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2 8 SKIPASSOC=right 9 10 # Remove the following 2 lines once the standard tests have been fixed. 11 PROGS= 12 TESTS_SH= 13 14 LCREGEX=${.CURDIR}/../libc/regex 15 .PATH: ${LCREGEX} 16 .include "${LCREGEX}/Makefile" 17 18