File:  [MW Coherent from dump] / coherent / f / tmp / install / kpatch / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#
#	Makefile for kpatch command
#

kpatch:	y.tab.o lex.yy.o kpatch.o
	$(CC) -o $@ $< -ly -ll
	strip $@

y.tab.c: kpatch.yy patchl.h
	yacc kpatch.yy

y.tab.o: y.tab.c
	cc -c y.tab.c

lex.yy.c: kpatch.ll patchl.h
	lex kpatch.ll

lex.yy.o: lex.yy.c
	cc -c lex.yy.c

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.