Annotation of 43BSDReno/usr.bin/eqn/neqn/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    5.6 (Berkeley) 6/24/90
        !             2: 
        !             3: PROG=  neqn
        !             4: CFLAGS+=-DNEQN -I. -I${.CURDIR}/../common_source
        !             5: YFLAGS=        -d
        !             6: SRCS=  diacrit.c eqnbox.c font.c fromto.c funny.c glob.c integral.c io.c \
        !             7:        lex.c lookup.c mark.c matrix.c move.c over.c paren.c pile.c shift.c \
        !             8:        size.c sqrt.c text.c
        !             9: OBJS+= e.o
        !            10: NOMAN= noman
        !            11: .PATH: ${.CURDIR}/../common_source
        !            12: CLEANFILES+=e.c e.def y.tab.h
        !            13: 
        !            14: e.c:
        !            15:        ${YACC} ${YFLAGS} ${.CURDIR}/../common_source/e.y
        !            16:        mv y.tab.c e.c
        !            17:        mv y.tab.h e.def
        !            18: 
        !            19: .include "../../Makefile.inc"
        !            20: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.