# # $Id: Makefile,v 1.7 2000/01/05 21:39:10 aland Exp $ # LIBS = -L$(X11BASE)/lib -L/usr/local/lib -lX11 -lXext \ -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib CFLAGS += -I$(X11BASE)/include VERSION=2.0 all: isreal isreal: isreal.o $(CC) isreal.o $(LIBS) -o $@ clean: @rm -f *~ *.o isreal dist: cvs export -Dtoday -d isreal-${VERSION} isreal chmod +x isreal-${VERSION}/*.plt tar -cf isreal-${VERSION}.tar isreal-${VERSION} rm -rf isreal-${VERSION}