|
|
1.1 root 1: # /usr/src/libc/gen/Makefile 11/16/92
2:
3: OBJ=\
4: __assertfail.o\
5: _addargs.o\
6: _cleanup.o\
7: _pow10.o\
8: abs.o\
9: atof.o\
10: atoi.o\
11: atol.o\
12: bsearch.o\
13: coffnlist.o\
14: crypt.o\
15: ctime.o\
16: ctol.o\
17: decvax_d.o\
18: decvax_f.o\
19: ftok.o\
20: getcwd.o\
21: getenv.o\
22: getgrent.o\
23: getlogin.o\
24: getopt.o\
25: getpass.o\
26: getpw.o\
27: getpwent.o\
28: getwd.o\
29: ieee_d.o\
30: ieee_f.o\
31: isatty.o\
32: labs.o\
33: lockf.o\
34: ltoc.o\
35: mktemp.o\
36: monitor.o\
37: mtype.o\
38: nlist.o\
39: notify.o\
40: path.o\
41: pnmatch.o\
42: putenv.o\
43: qsort.o\
44: rand.o\
45: shellsort.o\
46: sleep.o\
47: strtod.o\
48: strtol.o\
49: swab.o\
50: sys_err.o\
51: system.o\
52: tempnam.o\
53: ttyname.o\
54: ttyslot.o
55:
56: # Primary target.
57: all: GEN genctype gen$(MCH) genmalloc
58: : libc/gen done.
59:
60: # Pseduotargets.
61: GEN: $(OBJ)
62: $(AR) rkus libc.a $?
63: touch $@
64: genctype:
65: SRCPATH=$(SRCPATH)/ctype make -e
66: gen$(MCH):
67: SRCPATH=$(SRCPATH)/$(MCH) make -e
68: genmalloc:
69: SRCPATH=$(SRCPATH)/malloc make -e
70:
71: # Secondary targets.
72: __assertfail.o: __assertfail.c
73: _addargs.o: _addargs.c
74: _cleanup.o: _cleanup.c
75: _pow10.o: _pow10.c
76: abs.o: abs.c
77: atof.o: atof.c
78: atoi.o: atoi.c
79: atol.o: atol.c
80: bsearch.o: bsearch.c
81: coffnlist.o: coffnlist.c
82: crypt.o: crypt.c
83: ctime.o: ctime.c
84: ctol.o: ctol.c
85: decvax_d.o: decvax_d.c
86: decvax_f.o: decvax_f.c
87: ftok.o: ftok.c
88: getcwd.o: getcwd.c
89: getenv.o: getenv.c
90: getgrent.o: getgrent.c
91: getlogin.o: getlogin.c
92: getopt.o: getopt.c
93: getpass.o: getpass.c
94: getpw.o: getpw.c
95: getpwent.o: getpwent.c
96: getwd.o: getwd.c
97: ieee_d.o: ieee_d.c
98: ieee_f.o: ieee_f.c
99: isatty.o: isatty.c
100: labs.o: labs.c
101: lockf.o: lockf.c
102: ltoc.o: ltoc.c
103: mktemp.o: mktemp.c
104: monitor.o: monitor.c
105: mtype.o: mtype.c
106: nlist.o: nlist.c
107: notify.o: notify.c
108: path.o: path.c
109: pnmatch.o: pnmatch.c
110: putenv.o: putenv.c
111: qsort.o: qsort.c
112: rand.o: rand.c
113: shellsort.o: shellsort.c
114: sleep.o: sleep.c
115: strtod.o: strtod.c
116: strtol.o: strtol.c
117: swab.o: swab.c
118: sys_err.o: sys_err.c
119: system.o: system.c
120: tempnam.o: tempnam.c
121: # N.B. ttyname compilation requires -DNEWTTYS=1, now #defined in the source.
122: ttyname.o: ttyname.c
123: ttyslot.o: ttyslot.c
124:
125: # end of /usr/src/libc/gen/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.