|
|
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.2 (Berkeley) 6/18/87
7: #
8: CFLAGS= -O
9: LIBC= /lib/libc.a
10: SRCS= mkfont.c
11: OBJS= mkfont.o
12:
13: all: mkfont
14:
15: mkfont: ${OBJS} ${LIBC}
16: ${CC} -o $@ ${CFLAGS} ${OBJS}
17:
18: clean: FRC
19: rm -f ${OBJS} core mkfont
20:
21: depend: FRC
22: mkdep ${CFLAGS} ${SRCS}
23:
24: install: FRC
25:
26: lint: FRC
27: lint ${CFLAGS} ${SRCS}
28:
29: tags: FRC
30: ctags ${SRCS}
31:
32: FRC:
33:
34: # DO NOT DELETE THIS LINE -- mkdep uses it.
35: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
36:
37: mkfont.o: mkfont.c mkfont1.c
38:
39: # 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.