XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/Imakefile,v 1.8 2000/05/23 04:47:49 dawes Exp $

#if DoLoadableServer
#define IHaveSubdirs
SUBDIRS = module
#endif

#include <Server.tmpl>

SRCS = vbe.c vbe_module.c

OBJS = vbe.o vbe_module.o

INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86OSSRC) \
           -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
	   -I$(XF86SRC)/int10 -I$(XF86SRC)/ddc \
	   -I$(XF86SRC)/i2c

#if DoLoadableServer
#define IHaveSubdirs
SUBDIRS = module
#endif

SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()

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

DependTarget()

