XCOMM $XConsortium: Imakefile /main/6 1996/10/25 15:42:49 kaleb $ XCOMM $XFree86: xc/programs/Xserver/hw/xfree98/vga16/drivers/Imakefile,v 3.5 1996/12/23 07:08:05 dawes Exp $ #include #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)