Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.2
      1  1.2     njoly #	$NetBSD: Makefile,v 1.2 2009/10/28 11:20:07 njoly Exp $
      2  1.1  christos 
      3  1.1  christos NOPIC=		# defined
      4  1.1  christos 
      5  1.1  christos .include <bsd.own.mk>
      6  1.1  christos 
      7  1.1  christos LIB=		l
      8  1.1  christos SRCS=		libmain.c libyywrap.c
      9  1.1  christos 
     10  1.1  christos .if ${MKSTATICLIB} != "no"
     11  1.1  christos LINKS=		${LIBDIR}/libl.a ${LIBDIR}/libfl.a
     12  1.1  christos .endif
     13  1.1  christos 
     14  1.1  christos .PATH:		${NETBSDSRCDIR}/usr.bin/lex
     15  1.1  christos 
     16  1.1  christos .if ${MKPROFILE} != "no"
     17  1.1  christos LINKS+=		${LIBDIR}/libl_p.a ${LIBDIR}/libfl_p.a
     18  1.1  christos .endif
     19  1.1  christos 
     20  1.2     njoly .if ${MKDEBUGLIB} != "no"
     21  1.1  christos LINKS+=		${LIBDIR}/libl_g.a ${LIBDIR}/libfl_g.a
     22  1.1  christos .endif
     23  1.1  christos 
     24  1.1  christos .include <bsd.lib.mk>
     25