XCOMM $XConsortium: Imakefile /main/10 1996/01/30 15:18:35 kaleb $





XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile,v 3.16 1996/10/17 15:20:30 dawes Exp $
#include <Server.tmpl>
#define IHaveSubdirs


SUBDIRS = XF68SvgaDrivers

#ifndef OS2Architecture
SRCS = */?*.c 

OBJS = */?*_drv.o 
#else
SRCS = et4000/?*.c 
XCOMM compaq/?*.c

OBJS = et4000/?*_drv.o
XCOMM compaq/?*_drv.o

#endif

#if MakeHasPosixVariableSubstitutions
DONES = $(SUBDIRS:%=%/DONE)
NormalDepLibraryTarget(drivers,$(SUBDIRS) $(DONES),$(OBJS))
#else
NormalDepLibraryTarget(drivers,$(SUBDIRS),$(OBJS))
#endif

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

