XCOMM $XConsortium: Imakefile,v 1.25 94/02/06 11:32:25 rws Exp $

#include <Server.tmpl>

SRCS =	\
	pmacIo.c \
	pmacKbd.c \
	pmacMouse.c \
	pmacKMap.c \
	pmacInitS.c \
	pmacColor.c \
	pmac8Init.c \
	pmac16Init.c \
	pmac32Init.c \
	linux-pmac.c \
	mgabitblt.c \
	mgafillrct.c \
	mgapntwin.c \
	imsbitblt.c \
	mach64blt.c \
	mach64fs.c \
	mach64line.c \
	mach64seg.c \
	mach64gc.c \
	mach64orect.c \
	mach64setup.c \
	mach64frect.c \
	mach64im.c \
	mach64pntwn.c \
	mach64win.c \
	ct_FillRct.c \
	ct_FillSt.c \
	ct_blitter.c \
	ct_blt16.c \
	ct_colexp.c \
	ct_solid.c \
	ct_teblt8.c \
	ct_setup.c \
	rage128blt.c \
	rage128fs.c \
	rage128line.c \
	rage128seg.c \
	rage128gc.c \
	rage128orect.c \
	rage128setup.c \
	rage128frect.c \
	rage128im.c \
	rage128pntwn.c \
	rage128win.c \
	videoprobe.c


OBJS = \
	pmacIo.o \
	pmacKbd.o \
	pmacMouse.o \
	pmacKMap.o \
	pmacInitS.o \
	pmacColor.o \
	pmac8Init.o \
	pmac16Init.o \
	pmac32Init.o \
	linux-pmac.o \
	mgabitblt.o \
	mgafillrct.o \
	mgapntwin.o \
	imsbitblt.o \
	mach64blt.o \
	mach64fs.o \
	mach64line.o \
	mach64seg.o \
	mach64gc.o \
	mach64orect.o \
	mach64setup.o \
	mach64frect.o \
	mach64im.o \
	mach64pntwn.o \
	mach64win.o \
	ct_FillRct.o \
	ct_FillSt.o \
	ct_blitter.o \
	ct_blt16.o \
	ct_colexp.o \
	ct_solid.o \
	ct_teblt8.o \
	ct_setup.o \
	rage128blt.o \
	rage128fs.o \
	rage128line.o \
	rage128seg.o \
	rage128gc.o \
	rage128orect.o \
	rage128setup.o \
	rage128frect.o \
	rage128im.o \
	rage128pntwn.o \
	rage128win.o \
	videoprobe.o


   DEFINES = $(SIGNAL_DEFINES) -DMAXSCREENS=6 -DXTESTEXT1 -DXPMAC_SERVER ServerOSDefines

   INCLUDES = -I.  -I../../include -I../../mi -I../../mfb -I../../cfb \
	      -I../../../../include \
	      -I$(INCLUDESRC) -I$(FONTINCSRC) -I$(EXTINCSRC)  -I$(SERVERSRC)/os

NormalLibraryObjectRule()
NormalLibraryTarget(pmac,$(OBJS))
NormalLintTarget($(SRCS))
SingleProgramTarget(screenrestore,screenrestore.o,,)
InstallProgram(screenrestore,$(BINDIR))
DependTarget()
InstallManPage(Xpmac,$(MANDIR))
