XCOMM $XConsortium: Imakefile,v 1.1 94/03/28 21:47:31 dpw Exp $
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile,v 3.3 1994/09/25 12:30:38 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs


SUBDIRS = XF86SvgaDrivers

SRCS = */?*.c 

OBJS = */?*_drv.o 

NormalDepLibraryTarget(driver256,$(SUBDIRS),$(OBJS))

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/vga256)

#if XF86LinkKit
#include <LinkKit.tmpl>
#endif
