XCOMM $XConsortium: Imakefile /main/3 1996/01/26 10:54:22 kaleb $





XCOMM $XFree86: xc/programs/Xserver/hw/xfree98/vga16/drivers/Imakefile,v 3.1 1996/01/24 22:03:48 dawes Exp $

#include <Server.tmpl>
#define IHaveSubdirs

SUBDIRS = XF98Vga16Drivers

#ifndef OS2Architecture
SRCS = */?*.c 

OBJS = */?*_drv.o 
#else
SRCS = generic/?*.c

OBJS = generic/?*_drv.o
#endif

#ifdef MakeHasPosixVariableSubstitution
DONES=$(SUBDIRS:%=%/DONE)
NormalDepLibraryTarget(driver16,$(SUBDIRS) $(DONES),$(OBJS))
#else
NormalDepLibraryTarget(driver16,$(SUBDIRS),$(OBJS))
#endif

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

