XCOMM $XConsortium: Imakefile /main/6 1996/10/25 15:42:49 kaleb $





XCOMM $XFree86: xc/programs/Xserver/hw/xfree98/vga16/drivers/Imakefile,v 3.4 1996/10/08 12:43:22 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

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

NormalLibraryObjectRule()

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

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

