Home | History | Annotate | Line # | Download | only in libtre
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2011/11/06 18:42:53 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.3  christos # Remove the following 2 lines once the standard tests have been fixed.
     11  1.3  christos PROGS=
     12  1.3  christos TESTS_SH=
     13  1.3  christos 
     14  1.1  christos LCREGEX=${.CURDIR}/../libc/regex
     15  1.1  christos .PATH: ${LCREGEX}
     16  1.1  christos .include "${LCREGEX}/Makefile"
     17  1.1  christos 
     18