XCOMM $XConsortium: Imakefile /main/9 1996/02/24 10:04:59 kaleb $ XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/mono/drivers/Imakefile,v 3.10 1997/01/05 11:58:44 dawes Exp $ #include #define IHaveSubdirs SUBDIRS = XF86MonoDrivers #ifndef OS2Architecture SRCS = */?*.c OBJS = */?*_drv.o #else SRCS = apollo/?*.c hgc1280/?*.c sigma/?*.c hercules/?*.c OBJS = apollo/?*_drv.o hgc1280/?*_drv.o sigma/?*_drv.o hercules/?*_drv.o #endif #if MakeHasPosixVariableSubstitutions DONES=$(SUBDIRS:%=%/DONE) NormalDepLibraryTarget(monodrv,$(SUBDIRS) $(DONES),$(OBJS)) #else NormalDepLibraryTarget(monodrv,$(SUBDIRS),$(OBJS)) #endif NormalLibraryObjectRule() ForceSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/mono)