XCOMM $XConsortium: Imakefile,v 1.1 94/03/28 21:33:46 dpw Exp $
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga16/drivers/Imakefile,v 3.2 1994/06/05 05:58:27 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs

SUBDIRS = XF86Vga16Drivers

SRCS = */?*.c 

OBJS = */?*_drv.o 

NormalDepLibraryTarget(driver16,$(SUBDIRS),$(OBJS))

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

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