|
|
1.1 root 1: #
2: # Copyright (c) 1988 Regents of the University of California.
3: # All rights reserved.
4: #
5: # Redistribution and use in source and binary forms are permitted
6: # provided that this notice is preserved and that due credit is given
7: # to the University of California at Berkeley. The name of the University
8: # may not be used to endorse or promote products derived from this
9: # software without specific prior written permission. This software
10: # is provided ``as is'' without express or implied warranty.
11: #
12: # @(#)makefile 3.1 (Berkeley) 3/28/88
13: #
14: # msdos versus unix defines
15: O = .o
16: #PC_O = .obj
17:
18: X =
19: #PC_X = .exe
20:
21: L =
22: #PC_L = -link
23:
24: CC = cc
25: #PC_CC = cl
26:
27: MV = mv
28: #PC_MV = rename
29:
30: RM = rm -f
31: #PC_RM= erase
32:
33: LINT_ARGS =
34: #PC_LINT_ARGS = -DLINT_ARGS
35:
36: DEBUG_FLAGS = -g
37: #PC_DEBUG_FLAGS = -Zi -Od
38:
39: AR = ar
40: AR1 = cr
41: AR2 =
42: AR3 =
43: #PC_AR = lib
44: #PC_AR1 =
45: #PC_AR2 = +
46: #PC_AR3 = ";"
47:
48: RANLIB = ranlib
49: #PC_RANLIB = echo "Done with "
50:
51: PRINT = lpr -p
52:
53: ALLC =
54: ALLH = telnet.h
55:
56: ALLPRINT = ${ALLH} ${ALLC}
57:
58: ALLSOURCE = ${ALLPRINT} makefile makefile.mak
59:
60: clean:
61:
62: sccsclean:
63: -sccs clean
64: -sccs get makefile
65:
66: action:
67: ${ACTION}
68:
69: print:
70: ${PRINT} ${ALLPRINT}
71:
72:
73: sourcelist: ${ALLSOURCE}
74: @for i in ${ALLSOURCE}; \
75: do (echo ${DIRPATH}$$i); done
76:
77: .DEFAULT:
78: sccs get $<
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.