|
|
1.1 root 1: Example: Example.o
2: cc Example.o
3: abs: abs.o
4: cc abs.o
5: access: access.o
6: cc access.o
7: acos: acos.o
8: cc -f acos.o -lm
9: argv: argv.o
10: cc argv.o
11: array: array.o
12: cc array.o
13: asctime: asctime.o
14: cc asctime.o
15: atoi: atoi.o
16: cc atoi.o
17: atol: atol.o
18: cc atol.o
19: buffer: buffer.o
20: cc buffer.o
21: byteordering: byteordering.o
22: cc byteordering.o
23: calloc: calloc.o
24: cc calloc.o
25: ceil: ceil.o
26: cc -f ceil.o -lm
27: cosh: cosh.o
28: cc -f cosh.o -lm
29: ctime: ctime.o
30: cc ctime.o
31: ctype: ctype.o
32: cc ctype.o
33: curses: curses.o
34: cc curses.o -lcurses -lterm
35: __DATE__: __DATE__.o
36: cc __DATE__.o
37: envp: envp.o
38: cc envp.o
39: execve: execve.o
40: cc execve.o
41: exp: exp.o
42: cc -f exp.o -lm
43: fdopen: fdopen.o
44: cc fdopen.o
45: ferror: ferror.o
46: cc ferror.o
47: fgetc: fgetc.o
48: cc fgetc.o
49: fgets: fgets.o
50: cc fgets.o
51: fileno: fileno.o
52: cc fileno.o
53: fopen: fopen.o
54: cc fopen.o
55: fputc: fputc.o
56: cc fputc.o
57: freopen: freopen.o
58: cc freopen.o
59: frexp: frexp.o
60: cc -f frexp.o -lm
61: fscanf: fscanf.o
62: cc fscanf.o
63: fseek: fseek.o
64: cc fseek.o
65: getc: getc.o
66: cc getc.o
67: getenv: getenv.o
68: cc getenv.o
69: gets: gets.o
70: cc gets.o
71: goto: goto.o
72: cc goto.o
73: j0: j0.o
74: cc -f j0.o -lm
75: localtime: localtime.o
76: cc localtime.o
77: malloc: malloc.o
78: cc malloc.o
79: modf: modf.o
80: cc -f modf.o
81: open: open.o
82: cc open.o
83: preproc: preproc.o
84: cc -f preproc.o -lm
85: modulus: modulus.o
86: cc modulus.o
87: printf: printf.o
88: cc -f printf.o
89: putc: putc.o
90: cc putc.o
91: rand: rand.o
92: cc rand.o
93: rindex: rindex.o
94: cc rindex.o
95: scanf: scanf.o
96: cc scanf.o
97: sizeof: sizeof.o
98: cc sizeof.o
99: sscanf: sscanf.o
100: cc sscanf.o
101: stringfun: stringfun.o
102: cc stringfun.o
103: strncpy: strncpy.o
104: cc strncpy.o
105: swab: swab.o
106: cc swab.o
107: system: system.o
108: cc system.o
109: tolower: tolower.o
110: cc tolower.o
111: unlink: unlink.o
112: cc unlink.o
113:
114: all: curses buffer exp getc putc\
115: Example byteordering fdopen getenv rand\
116: __DATE__ calloc ferror gets rindex\
117: abs ceil fgetc goto scanf\
118: access cosh fgets j0 sizeof\
119: acos ctime fileno localtime sscanf\
120: all ctype fopen malloc stringfun\
121: argv fputc modf strncpy\
122: array freopen modulus swab asctime\
123: frexp open system atoi envp\
124: fscanf preproc tolower atol execve\
125: fseek printf unlink
126: >all_done
127:
128: clean:
129: rm -f buffer exp getc putc\
130: Example byteordering fdopen getenv rand\
131: __DATE__ calloc ferror gets rindex\
132: abs ceil fgetc goto scanf\
133: access cosh fgets j0 sizeof\
134: acos ctime fileno localtime sscanf\
135: all ctype fopen malloc stringfun\
136: argv fputc modf strncpy\
137: array freopen modulus swab asctime\
138: frexp open system atoi envp\
139: fscanf preproc tolower atol execve\
140: fseek printf unlink *.o tmpfile\
141: all_done curses
142: echo all clean
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.