Annotation of 43BSDTahoe/new/X/xpr/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright 1985, Massacusetts Institute of Technology
        !             3: #
        !             4: DESTDIR=
        !             5: CONFDIR= /usr/new
        !             6: INCLUDES= -I../include
        !             7: CFLAGS = -O ${INCLUDES} -DNOINLINE
        !             8: XLIB= ../Xlib/libX.a
        !             9: C2=/lib/c2
        !            10: 
        !            11: # if you are on a 68000 or a Vax, uncomment the next three lines
        !            12: # and remove -DNOINLINE from CFLAGS above
        !            13: #.c.o:
        !            14: #      ${CC} ${CFLAGS} -S $*.c
        !            15: #      ${C2} $*.s | ../inline/inline | ${AS} -o $*.o
        !            16: #      rm -f $*.s
        !            17: 
        !            18: all: xpr
        !            19: 
        !            20: install: all
        !            21:        install xpr ${DESTDIR}${CONFDIR}
        !            22:        install -c xdpr.script ${DESTDIR}${CONFDIR}/xdpr
        !            23: 
        !            24: xpr: xpr.o ../Xlib/Xlib.h
        !            25:        ${CC} ${CFLAGS} -o xpr xpr.o
        !            26: 
        !            27: xpr.o: lncmd.h
        !            28: 
        !            29: clean:
        !            30:        rm -f xpr *~ *.o \#*
        !            31: 

unix.superglobalmegacorp.com

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