|
|
1.1 root 1: CFLAGS= -O
2:
3: all: sortit sort_service
4:
5: sortit: sortit.o sort_prot.o
6: ${CC} ${CFLAGS} sortit.o sort_prot.o -o sortit
7:
8: sort_service: sort_service.o sort_prot.o
9: ${CC} ${CFLAGS} sort_service.o sort_prot.o -o sort_service
10:
11: .c.o:
12: ${CC} ${CFLAGS} -c $*.c
13:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.