|
|
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
1.1.1.2 ! root 10: $(CC) $(CFLAGS) -o hpxt hpxt.o ioutil.o
1.1 root 11:
12: chatr : chatr.o ioutil.o
1.1.1.2 ! root 13: $(CC) $(CFLAGS) -o chatr chatr.o ioutil.o
1.1 root 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.