
all: hpheader ifnotps

hpheader: hpheader.c
	cc -o hpheader hpheader.c
	strip hpheader

ifnotps: ifnotps.c
	cc -o ifnotps ifnotps.c
	strip ifnotps

install:
	install -m 555 hpheader ../bin
	install -m 555 ifnotps ../bin
	install -m 555 nlp ../bin
	install -m 555 duplex.header.ps ../lib
	install -m 555 isolatin1.header.ps ../lib
	install -m 555 filter.hplaser.raw ../lib
	install -m 555 filter.hplaser.std ../lib
	install -m 555 filter.hplaser.comp ../lib
	install -m 555 papertray_top.header.ps ../lib
	install -m 555 papertray_button.header.ps ../lib
