Annotation of 43BSD/contrib/X/xpr/Makefile, revision 1.1.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}
                      8: XLIB= ../Xlib/libX.a
                      9: C2=/lib/c2
                     10: 
                     11: # if you are not on a 68000 or a Vax, take the next three lines out
                     12: # and add -DNOINLINE to 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.