|
|
1.1 root 1: # /usr/src/libl/Makefile 2/14/91
2:
3: OBJ=\
4: auto.o \
5: back.o \
6: ctab.o \
7: ctxt.o \
8: error.o \
9: less.o \
10: look.o \
11: ltab.o \
12: main.o \
13: more.o \
14: next.o \
15: rjct.o \
16: wrap.o
17:
18: # Primary target.
19: libl.a: $(OBJ)
20: ar rckus $@ $?
21:
22: # Secondary targets.
23: auto.o: auto.c lexlib.h lextype.h
24: back.o: back.c lexlib.h
25: ctab.o: ctab.c lexlib.h
26: ctxt.o: ctxt.c lexlib.h
27: error.o: error.c
28: less.o: less.c lexlib.h
29: look.o: look.c lexlib.h
30: ltab.o: ltab.c lexlib.h
31: main.o: main.c
32: more.o: more.c lexlib.h
33: next.o: next.c lexlib.h
34: rjct.o: rjct.c lexlib.h
35: wrap.o: wrap.c
36:
37: clean: libl.a $(OBJ)
38: rm libl.a $(OBJ)
39:
40: # 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.