XCOMM $XConsortium: Imakefile,v 1.3 95/01/06 20:58:21 kaleb Exp $
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga2/drivers/Imakefile,v 3.3 1994/12/25 12:33:27 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs

SUBDIRS = XF86Vga2Drivers

SRCS = */?*.c 

OBJS = */?*_drv.o 

NormalDepLibraryTarget(driver2,$(SUBDIRS),$(OBJS))

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

