default:
	@echo "Please see the README file for installation instructions."

hpux:
	make -f hpux.mk

next:
	make -f next.mk

next-thin:
	make -f next.mk "CFLAGS=-O2 -fno-builtin"

next-old:
	make -f next.mk CFLAGS=-O

solaris:
	make -f solaris.mk

ultrix:
	make -f ultrix.mk

using-cc:
	make -f generic.mk

using-gcc:
	make -f generic.mk CC=gcc

using-c89:
	make -f generic.mk CC=c89

clean:
	rm -rf ripwraps.o icntoeps icntotif ripcal ripcal.o
