File:  [Early binutils] / binutils / hp-bin / Makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:07:16 2018 UTC (8 years, 2 months ago) by root
Branches: fsf, MAIN
CVS tags: binutils-1991_0417_1_9, HEAD
binutils-1.9

CFLAGS = -O -I../hp-include
EXECUTABLES = hpxt chatr

all : $(EXECUTABLES)

clean :
	rm -f *.o $(EXECUTABLES)

hpxt : hpxt.o ioutil.o
	$(CC) $(CFLAGS) -o hpxt hpxt.o ioutil.o

chatr : chatr.o ioutil.o
	$(CC) $(CFLAGS) -o chatr chatr.o ioutil.o

hpxt.o chatr.o : ioutil.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.