XCOMM $XConsortium: Imakefile /main/2 1996/09/28 17:06:40 rws $




XCOMM $XFree86: xc/programs/Xserver/dbe/Imakefile,v 3.9 2000/04/06 14:47:46 dawes Exp $

#if DoLoadableServer
#define IHaveSubdirs
#endif

#include <Server.tmpl>

#if DoLoadableServer
    SUBDIRS = module
#endif

       SRCS = dbe.c midbe.c 
       OBJS = dbe.o midbe.o 
   INCLUDES = -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC) -I$(EXTRAINCLUDES)
   LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln

NormalLibraryObjectRule()

NormalLibraryTarget(dbe,$(OBJS))

LintLibraryTarget(dbe,$(SRCS))
NormalLintTarget($(SRCS))

#if DoLoadableServer
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif

DependTarget()

