|
|
1.1 root 1: #
2: # Makefile for kpatch command
3: #
4:
5: kpatch: y.tab.o lex.yy.o kpatch.o
6: $(CC) -o $@ $< -ly -ll
7: strip $@
8:
9: y.tab.c: kpatch.yy patchl.h
10: yacc kpatch.yy
11:
12: y.tab.o: y.tab.c
13: cc -c y.tab.c
14:
15: lex.yy.c: kpatch.ll patchl.h
16: lex kpatch.ll
17:
18: lex.yy.o: lex.yy.c
19: cc -c lex.yy.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.