|
|
1.1 root 1: #
2: # Makefile for common directory
3: #
4:
5: SRCS = version.c clientlib.c
6: OBJS = version.o clientlib.o
7: HFILES =
8:
9: clean:
10: rm -f ${OBJS}
11:
12: distrib: clean
13: rm -rf SCCS
14:
15: lint:
16: lint ${SRCS}
17:
18: tags:
19: ctags ${CFILES}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.