#include <Server.tmpl>

SRCS = ac.c atom.c devices.c dispatch.c diautils.c initatoms.c main.c \
	property.c  resource.c globals.c tables.c events.c \
	extension.c swaprep.c swapreq.c task.c
OBJS = ac.o atom.o devices.o dispatch.o diautils.o initatoms.o main.o \
	property.o resource.o globals.o tables.o events.o \
	extension.o swaprep.o swapreq.o task.o


    INCLUDES = -I. -I../../include -I../include -I$(INCLUDESRC)
    LINTLIBS = ../os/4.2bsd/llib-los.ln

NormalLibraryObjectRule()
NormalLibraryTarget(dia,$(OBJS))
LintLibraryTarget(dia,$(SRCS))
NormalLintTarget($(SRCS))

SpecialObjectRule(globals.o, $(IRULESRC)/Imake.tmpl,)

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

DependTarget()
