#
# If you XMLIB is defined in your Imake.tmpl comment out the
# following line
#
XMLIB	       =  -lXm
# for initiall development
#CC = gcc
#CDEBUGFLAGS = -g
#
#
INCLUDES      = -I$(TOP)/lib -I$(TOP)
TERMLIB = /usr/lib/client.a

# 
# Define SLOW_X_SERVER here if you have an X server that is too slow to draw
# the stippling on pushbuttons that have temporarily been desensitized (aka
# greyed out). On Suns with the MIT sample server, it is VERY painful.
# HP's product X11 server, on the other hand, is quite fast and has no such
# problems, even in color.
#
# This does not seem to be a problem even on the Suns RMC.
#
DEFINES       = -DAPPDEFAULTSDIR=\"$(XAPPLOADDIR)\" -DTERM
HDRS	      = user_prefs.h \
		xwebster.h
LOCAL_LIBRARIES = $(XMLIB) \
		$(XTOOLLIB) \
		$(XLIB) \
		$(TERMLIB)
OBJS	      = controlpanel.o \
		display_def.o \
		wordlist.o \
		xwebster.o
SRCS	      = controlpanel.c \
		display_def.c \
		wordlist.c \
		xwebster.c

ComplexProgramTarget(xwebster)
InstallAppDefaults(Xwebster)
