Imakefile   [plain text]


XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:16 cpqbld Exp $




XCOMM $XFree86: xc/programs/Xserver/dbe/Imakefile,v 3.11 2001/12/17 20:00:39 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)  $(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()