XCOMM $XConsortium: Imakefile /main/8 1996/12/02 10:21:32 lehors $
#include <Server.tmpl>

SRCS = 	Args.c \
	Color.c \
	Cursor.c \
	Display.c \
	Events.c \
	Font.c \
	GC.c \
	GCOps.c \
	GetTime.c \
	Handlers.c \
	Init.c \
	Keyboard.c \
	Pixmap.c \
	Pointer.c \
	Screen.c \
	TestExt.c \
	Visual.c \
	Window.c \
	stubs.c

OBJS = 	Args.o \
	Color.o \
	Cursor.o \
	Display.o \
	Events.o \
	Font.o \
	GC.o \
	GCOps.o \
	GetTime.o \
	Handlers.o \
	Init.o \
	Keyboard.o \
	Pixmap.o \
	Pointer.o \
	Screen.o \
	TestExt.o \
	Visual.o \
	Window.o \
	stubs.o

INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
	   -I../../mi -I../../include -I../../os  \
           -I$(EXTINCSRC) -I$(XINCLUDESRC)

LinkSourceFile(stubs.c,../../Xi)
SpecialCObjectRule(Init,$(ICONFIGFILES),$(EXT_DEFINES))

NormalLibraryObjectRule()
NormalLibraryTarget(xnest,$(OBJS))

InstallManPage(Xnest,$(MANDIR))

InstallLinkKitLibrary(xnest,$(LINKKITDIR)/lib)

DependTarget()
