|
|
1.1 root 1: # /usr/src/libl/Makefile 2/14/92
2:
3: DESTDIR386=/bin386/usr/lib/
4:
5: OBJ=\
6: auto.o \
7: back.o \
8: ctab.o \
9: ctxt.o \
10: error.o \
11: less.o \
12: look.o \
13: ltab.o \
14: main.o \
15: more.o \
16: next.o \
17: rjct.o \
18: wrap.o
19:
20: # Primary target.
21:
22: libl386.a: $(OBJ)
23: $(AR) rckus $(DESTDIR386)libl.a $?
24:
25: # Secondary targets.
26: auto.o: auto.c lexlib.h lextype.h
27: back.o: back.c lexlib.h
28: ctab.o: ctab.c lexlib.h
29: ctxt.o: ctxt.c lexlib.h
30: error.o: error.c
31: less.o: less.c lexlib.h
32: look.o: look.c lexlib.h
33: ltab.o: ltab.c lexlib.h
34: main.o: main.c
35: more.o: more.c lexlib.h
36: next.o: next.c lexlib.h
37: rjct.o: rjct.c lexlib.h
38: wrap.o: wrap.c
39:
40: clean: libl.a $(OBJ)
41: rm libl.a $(OBJ)
42:
43: # end of /usr/src/libl/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.