XCOMM $XConsortium: Imakefile,v 1.7 94/12/01 20:42:00 mor Exp $

#include <Server.tmpl>

INCLUDES = -I$(TOP)/include -I$(SERVERSRC)/include -I$(EXTINCSRC) \
           -I$(LIBSRC)/Xau -I../../../include/extensions

    SRCS = main.c dispatch.c wire.c globals.c \
		utils.c stubs.c tables.c init.c \
		cache.c colormap.c lbxfuncs.c reqtype.c \
                resource.c tags.c atomcache.c gfx.c lbxutil.c \
                props.c swapreq.c swaprep.c unsquish.c extensions.c \
		options.c
    OBJS = main.o dispatch.o wire.o globals.o \
		utils.o stubs.o tables.o init.o \
		cache.o colormap.o lbxfuncs.o reqtype.o \
                resource.o tags.o atomcache.o gfx.o lbxutil.o \
                props.o swapreq.o swaprep.o unsquish.o extensions.o \
		options.o

    EXTRA_DEFINES = AllocateLocalDefines
	
NormalLibraryObjectRule()
NormalLibraryTarget(dilbx,$(OBJS))
LintLibraryTarget(dilbx,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()
