|
|
1.1 ! root 1: CFLAGS = -O -I../hp-include ! 2: EXECUTABLES = hpxt chatr ! 3: ! 4: all : $(EXECUTABLES) ! 5: ! 6: clean : ! 7: rm -f *.o $(EXECUTABLES) ! 8: ! 9: hpxt : hpxt.o ioutil.o ! 10: $(CC) -o hpxt hpxt.o ioutil.o ! 11: ! 12: chatr : chatr.o ioutil.o ! 13: $(CC) -o chatr chatr.o ioutil.o ! 14: ! 15: hpxt.o chatr.o : ioutil.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.