Home | History | Annotate | Line # | Download | only in lint1
Makefile revision 1.47.6.1
      1  1.47.6.1       tls #	$NetBSD: Makefile,v 1.47.6.1 2013/06/23 06:29:02 tls Exp $
      2      1.17   thorpej 
      3      1.17   thorpej .include <bsd.own.mk>
      4       1.1       cgd 
      5      1.21        tv PROG=		lint1
      6  1.47.6.1       tls SRCS=		cgram.y decl.c emit.c emit1.c err.c func.c init.c inittyp.c \
      7  1.47.6.1       tls 		main1.c mem.c mem1.c print.c scan.l tree.c tyname.c
      8  1.47.6.1       tls 
      9      1.21        tv MAN=		lint.7
     10      1.21        tv YHEADER=
     11      1.47  christos #DBG=-g
     12      1.43  christos #CPPFLAGS+=-DYYDEBUG=1
     13      1.47  christos #YFLAGS+=-v
     14      1.19   thorpej 
     15      1.35  christos CPPFLAGS+=	-I${.CURDIR} -I. -DPASS=\"${PROG}.h\"
     16      1.17   thorpej 
     17      1.21        tv LINTFLAGS=	-aehpz
     18      1.21        tv BINDIR=		/usr/libexec
     19       1.9  christos 
     20      1.21        tv CLEANFILES+=	${MAN}
     21      1.22        tv 
     22      1.22        tv .if ${USETOOLS} == "yes"
     23      1.22        tv LINT1=		${TOOLDIR}/libexec/${MACHINE_GNU_PLATFORM}-lint1
     24      1.22        tv .endif
     25      1.22        tv LINT1?=		./${PROG}
     26      1.22        tv 
     27      1.22        tv ${MAN}:		makeman ${LINT1:C/^\.\///} Makefile
     28      1.34     lukem 	${_MKTARGET_CREATE}
     29      1.33     lukem 	${HOST_SH} ${.ALLSRC:M*makeman} ${LINT1} -m >${.TARGET}
     30       1.1       cgd 
     31      1.26     lukem LDADD+=		-lm
     32      1.27       dbj .ifndef HOSTPROG
     33      1.26     lukem DPADD+=		${LIBM}
     34      1.26     lukem 
     35      1.26     lukem LDADD+=		-ll
     36      1.26     lukem DPADD+=		${LIBL}
     37      1.28     lukem .endif
     38      1.24        tv 
     39      1.46  christos .include "Makefile.ops-h"
     40      1.46  christos .include "Makefile.ops-c"
     41      1.46  christos 
     42       1.1       cgd .include <bsd.prog.mk>
     43