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

1.1     ! root        1: #
        !             2: # Copyright (c) 1987 Regents of the University of California.
        !             3: # All rights reserved.  The Berkeley software License Agreement
        !             4: # specifies the terms and conditions for redistribution.
        !             5: #
        !             6: #      @(#)Makefile    5.1     (Berkeley)      12/12/87
        !             7: #
        !             8: COMMON=        ../common_source
        !             9: CFLAGS=        -O -DNEQN -I. -I${COMMON}
        !            10: YFLAGS=        -d
        !            11: VPATH= ${COMMON}
        !            12: LIBC=  /lib/libc.a
        !            13: SRCS=  e.c diacrit.c eqnbox.c font.c fromto.c funny.c glob.c integral.c \
        !            14:        io.c lex.c lookup.c mark.c matrix.c move.c over.c paren.c pile.c \
        !            15:        shift.c size.c sqrt.c text.c
        !            16: OBJS=  e.o diacrit.o eqnbox.o font.o fromto.o funny.o glob.o integral.o \
        !            17:        io.o lex.o lookup.o mark.o matrix.o move.o over.o paren.o pile.o \
        !            18:        shift.o size.o sqrt.o text.o
        !            19: 
        !            20: all: neqn
        !            21: 
        !            22: neqn: ${OBJS} ${LIBC}
        !            23:        ${CC} -o $@ ${CFLAGS} ${OBJS}
        !            24: 
        !            25: e.c: ${COMMON}/e.y
        !            26:        ${YACC} ${YFLAGS} ${COMMON}/e.y
        !            27:        mv y.tab.h e.def
        !            28:        mv y.tab.c e.c
        !            29: 
        !            30: clean: FRC
        !            31:        rm -f ${OBJS} core neqn e.c e.def
        !            32: 
        !            33: depend: ${SRCS} FRC
        !            34:        mkdep ${CFLAGS} ${SRCS}
        !            35: 
        !            36: install: FRC
        !            37:        install -s -o bin -g bin -m 755 neqn ${DESTDIR}/usr/bin/neqn
        !            38: 
        !            39: lint: ${SRCS} FRC
        !            40:        lint ${CFLAGS} ${SRCS}
        !            41: 
        !            42: tags: ${SRCS} FRC
        !            43:        ctags ${SRCS}
        !            44: 
        !            45: FRC:
        !            46: 
        !            47: # DO NOT DELETE THIS LINE -- mkdep uses it.
        !            48: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
        !            49: 
        !            50: e.o: e.c ../common_source/e.h /usr/include/stdio.h
        !            51: diacrit.o: ../common_source/diacrit.c ../common_source/e.h /usr/include/stdio.h
        !            52: diacrit.o: e.def
        !            53: eqnbox.o: ../common_source/eqnbox.c ../common_source/e.h /usr/include/stdio.h
        !            54: font.o: ../common_source/font.c ../common_source/e.h /usr/include/stdio.h
        !            55: fromto.o: ../common_source/fromto.c ../common_source/e.h /usr/include/stdio.h
        !            56: funny.o: ../common_source/funny.c ../common_source/e.h /usr/include/stdio.h
        !            57: funny.o: e.def
        !            58: glob.o: ../common_source/glob.c ../common_source/e.h /usr/include/stdio.h
        !            59: integral.o: ../common_source/integral.c ../common_source/e.h
        !            60: integral.o: /usr/include/stdio.h e.def
        !            61: io.o: ../common_source/io.c ../common_source/e.h /usr/include/stdio.h
        !            62: lex.o: ../common_source/lex.c ../common_source/e.h /usr/include/stdio.h e.def
        !            63: lookup.o: ../common_source/lookup.c ../common_source/e.h /usr/include/stdio.h
        !            64: lookup.o: e.def
        !            65: mark.o: ../common_source/mark.c ../common_source/e.h /usr/include/stdio.h
        !            66: matrix.o: ../common_source/matrix.c ../common_source/e.h /usr/include/stdio.h
        !            67: move.o: ../common_source/move.c ../common_source/e.h /usr/include/stdio.h e.def
        !            68: over.o: ../common_source/over.c ../common_source/e.h /usr/include/stdio.h
        !            69: paren.o: ../common_source/paren.c ../common_source/e.h /usr/include/stdio.h
        !            70: pile.o: ../common_source/pile.c ../common_source/e.h /usr/include/stdio.h
        !            71: shift.o: ../common_source/shift.c ../common_source/e.h /usr/include/stdio.h
        !            72: shift.o: e.def
        !            73: size.o: ../common_source/size.c ../common_source/e.h /usr/include/stdio.h
        !            74: sqrt.o: ../common_source/sqrt.c ../common_source/e.h /usr/include/stdio.h
        !            75: text.o: ../common_source/text.c ../common_source/e.h /usr/include/stdio.h e.def
        !            76: 
        !            77: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

unix.superglobalmegacorp.com

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