# This Makefile compiles the non-X11 (i.e., textonly) version of ibp
# If you want X11 support, create a suitable Makefile from the Imakefile
# by invoking xmkmf.

LDLIBS	= -lcurses -lm
CFLAGS	= -DnoX11

ibp:	ibp.c

ibp.tgz:	ibp.c xdisp.c xdisp.h large.bits.h ibp.1
	tar czvf ibp.tgz ibp.c xdisp.c xdisp.h large.bits.h Makefile Imakefile ibp.1 COPYING
