[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Annotation of src/usr.bin/xlint/lint1/Makefile, Revision 1.11

1.11    ! mycroft     1: #      $NetBSD: Makefile,v 1.10 2000/07/06 01:21:46 christos Exp $
1.1       cgd         2:
                      3: PROG=  lint1
1.6       tv          4: SRCS=  cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
1.1       cgd         5:        init.c emit.c emit1.c
1.9       christos    6: MAN=   lint.7
1.1       cgd         7: LDADD+=        -ll
                      8: DPADD+=        ${LIBL}
1.6       tv          9: YHEADER=1
1.8       matt       10: CPPFLAGS+=-I${.CURDIR} -I.
1.1       cgd        11: LINTFLAGS=-aehpz
                     12:
                     13: BINDIR=        /usr/libexec
1.6       tv         14:
                     15: scan.c: cgram.h
1.9       christos   16:
1.10      christos   17: lint.7:        ${PROG}
1.9       christos   18:        sh ${.CURDIR}/makeman ${.OBJDIR}/${PROG} -m > ${.TARGET}
1.10      christos   19:
1.11    ! mycroft    20: realall: lint.7
1.10      christos   21:
                     22: CLEANFILES+=${MAN}
1.1       cgd        23:
                     24: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>