#
# Name:			Imakefile
# Product:		Reflection X
# Copyright:	(C) 1996, WRQ, Inc. All Rights Reserved.
# Purpose:		X11 Imakefile for xlp program.
#

DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
SRCS = xlp.c wrq_xprn.c wrq_xprn.h
OBJS = xlp.o wrq_xprn.o

ComplexProgramTarget(xlp)
