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

1.1     ! root        1: #      Makefile        4.1     83/02/11
        !             2: 
        !             3: CFLAGS=-O
        !             4: YFLAGS=-d
        !             5: 
        !             6: SOURCE = e.y e.h diacrit.c eqnbox.c font.c fromto.c funny.c glob.c integral.c \
        !             7:  io.c lex.c lookup.c mark.c matrix.c move.c over.c paren.c \
        !             8:  pile.c shift.c size.c sqrt.c text.c
        !             9: 
        !            10: FILES = e.o diacrit.o eqnbox.o font.o fromto.o funny.o glob.o integral.o \
        !            11:  io.o lex.o lookup.o mark.o matrix.o move.o over.o paren.o \
        !            12:  pile.o shift.o size.o sqrt.o text.o
        !            13: 
        !            14: eqn:   $(FILES)
        !            15:        cc $(CFLAGS) $(FILES) -o eqn
        !            16: 
        !            17: e.c:   e.def
        !            18: 
        !            19: e.def: e.y
        !            20:        yacc -d e.y
        !            21:        mv y.tab.c e.c
        !            22:        mv y.tab.h e.def
        !            23: 
        !            24: $(FILES):      e.h e.def
        !            25: 
        !            26: install: eqn
        !            27:        install -s eqn $(DESTDIR)/usr/bin
        !            28: 
        !            29: clean:
        !            30:        rm -f *.o e.c e.def eqn
        !            31:        
        !            32: list:
        !            33:        pr TODO $(SOURCE) makefile
        !            34: 
        !            35: lint:  y.tab.c
        !            36:        lint -spb *.c

unix.superglobalmegacorp.com

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