|
|
1.1 ! root 1: CFLAGS = -g ! 2: test: rtsinit rtsresp ! 3: ! 4: # local files we need to test our special version of rtsap ! 5: ROFILES = ! 6: support.c rtsinit.c rtsresp.c: support.h ! 7: ! 8: rts: rtsinit rtsresp ! 9: ! 10: orts: ortsinit ortsresp ! 11: ! 12: rtsinit: rtsinit.o support.o $(ROFILES) ! 13: $(CC) -o rtsinit rtsinit.o support.o $(ROFILES) \ ! 14: ../../libisode.a /usr/lib/isode/libisode.a -ldbm ! 15: ! 16: ortsinit: rtsinit.o support.o ! 17: $(CC) -o ortsinit rtsinit.o support.o /usr/lib/isode/libisode.a -ldbm ! 18: ! 19: ! 20: rtsresp: rtsresp.o support.o $(ROFILES) ! 21: $(CC) -o rtsresp rtsresp.o support.o $(ROFILES) ../../libisode.a \ ! 22: /usr/lib/isode/libisode.a -ldbm ! 23: ! 24: ortsresp: rtsresp.o support.o ! 25: $(CC) -o ortsresp rtsresp.o support.o /usr/lib/isode/libisode.a -ldbm
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.