#include <Server.tmpl>

SRCS =	xfbscrinit.c \
	xfbmisc.c \
	xfbwindow.c \
	xfbxorfix.c \
	xfbbanksw.c \
	xfbbstore.c \
	xfbmap.c \	/* USED TO COMPILE IN X11R5 ENVIRONMENT */
	rop.c \
	ropcolor.c \
	libpip.c

OBJS =	xfbscrinit.o \
	xfbmisc.o \
	xfbwindow.o \
	xfbxorfix.o \
	xfbbanksw.o \
	xfbbstore.o \
	xfbmap.o \	/* USED TO COMPILE IN X11R5 ENVIRONMENT */
	rop.o \
	ropcolor.o \
	libpip.o

INCLUDES = -I. -I../../mfb -I../../mi -I../../cfb \
	-I../../../include -I$(INCLUDESRC) -I$(FONTSRC)/include -I../ws

NormalLibraryObjectRule()
NormalLibraryTarget(tx,$(OBJS))

LintLibraryTarget(tx,$(SRCS))
NormalLintTarget($(SRCS))

#if HasSaberC
saber_src:
	/**/#load $(CFLAGS) $(SRCS)
#endif

DependTarget()
