Home | History | Annotate | Line # | Download | only in libtre
      1  1.4      jmmv #	$NetBSD: Makefile,v 1.4 2012/08/24 20:24:40 jmmv 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.4      jmmv IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2 -DSKIP_RIGHTASSOC
      8  1.1  christos 
      9  1.3  christos # Remove the following 2 lines once the standard tests have been fixed.
     10  1.3  christos PROGS=
     11  1.3  christos TESTS_SH=
     12  1.3  christos 
     13  1.1  christos LCREGEX=${.CURDIR}/../libc/regex
     14  1.1  christos .PATH: ${LCREGEX}
     15  1.1  christos .include "${LCREGEX}/Makefile"
     16  1.1  christos 
     17