|
|
1.1 root 1: OBJS=translate.o ../config/config.o ../common/common.a ../libc/libc.a
2: SRCS=translate.c ../common/aux.c ../common/string.c ../common/mail.c
3: CFLAGS=${UNIX} -g -I. -I../libc -I../common ${SCFLAGS}
4: LFLAGS=-g ${SLFLAGS}
5: LIB=/usr/lib/upas
6:
7: .c.o: ; $(CC) -c $(CFLAGS) $*.c
8:
9: all: translate
10:
11: translate: $(OBJS)
12: $(CC) $(LFLAGS) $(OBJS) -o translate
13:
14: translate.o: ../common/mail.h ../common/string.h ../common/aux.h
15:
16: cyntax:
17: cyntax $(CFLAGS) $(SRCS)
18:
19: install: translate
20: mv translate $(LIB)
21:
22: clean:
23: -rm -f *.[oO] translate core a.out *.sL
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.