|
|
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 6.1 (Berkeley) 11/4/87 ! 7: # ! 8: CFLAGS= -O ! 9: LIBC= /lib/libc.a ! 10: SRCS= fcvt.c rotate.c rotprt.c vfontinfo.c vfw.c vwidth.c ! 11: OBJS= fcvt.o rotate.o rotprt.o vfontinfo.o vfw.o vwidth.o ! 12: ALL= fcvt rotate rotprt vfontinfo vfw vwidth ! 13: ! 14: all: ${ALL} ! 15: ! 16: fcvt: ${LIBC} ! 17: ${CC} -o $@ ${CFLAGS} fcvt.c ! 18: rotate: ${LIBC} ! 19: ${CC} -o $@ ${CFLAGS} rotate.c ! 20: rotprt: ${LIBC} ! 21: ${CC} -o $@ ${CFLAGS} rotprt.c ! 22: vfontinfo: ${LIBC} ! 23: ${CC} -o $@ ${CFLAGS} vfontinfo.c ! 24: vfw: ${LIBC} ! 25: ${CC} -o $@ ${CFLAGS} vfw.c ! 26: vwidth: ${LIBC} ! 27: ${CC} -o $@ ${CFLAGS} vwidth.c ! 28: ! 29: clean: FRC ! 30: rm -f ${OBJS} core ${ALL} ! 31: ! 32: depend: FRC ! 33: mkdep -p ${CFLAGS} ${SRCS} ! 34: ! 35: install: FRC ! 36: install -s -o bin -g bin -m 755 fcvt ${DESTDIR}/usr/old/fcvt ! 37: install -s -o bin -g bin -m 755 rotate ${DESTDIR}/usr/old/rotate ! 38: install -s -o bin -g bin -m 755 rotprt ${DESTDIR}/usr/old/rotprt ! 39: install -s -o bin -g bin -m 755 vfontinfo ${DESTDIR}/usr/old/vfontinfo ! 40: install -s -o bin -g bin -m 755 vfw ${DESTDIR}/usr/old/vfw ! 41: install -s -o bin -g bin -m 755 vwdith ${DESTDIR}/usr/old/vwdith ! 42: ! 43: lint: FRC ! 44: lint ${CFLAGS} ${SRCS} ! 45: ! 46: tags: FRC ! 47: ctags ${SRCS} ! 48: ! 49: FRC: ! 50: ! 51: # DO NOT DELETE THIS LINE -- mkdep uses it. ! 52: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. ! 53: ! 54: fcvt: fcvt.c /usr/include/stdio.h /usr/include/vfont.h ! 55: rotate: rotate.c /usr/include/stdio.h /usr/include/vfont.h ! 56: rotate: /usr/include/sys/types.h /usr/include/sys/stat.h ! 57: rotprt: rotprt.c /usr/include/stdio.h /usr/include/vfont.h ! 58: rotprt: /usr/include/sys/types.h /usr/include/sys/stat.h ! 59: vfontinfo: vfontinfo.c /usr/include/stdio.h /usr/include/ctype.h ! 60: vfontinfo: /usr/include/vfont.h ! 61: vfw: vfw.c /usr/include/stdio.h ! 62: vwidth: vwidth.c /usr/include/stdio.h ! 63: ! 64: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.