XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/mono/drivers/Imakefile,v 3.5 1995/03/11 14:14:27 dawes Exp $ #include #define IHaveSubdirs SUBDIRS = XF86MonoDrivers #ifndef OS2Architecture SRCS = */?*.c OBJS = */?*_drv.o #else SRCS = apollo/?*.c hercules/?*.c hgc1280/?*.c sigma/?*.c OBJS = apollo/?*_drv.o hercules/?*_drv.o hgc1280/?*_drv.o sigma/?*_drv.o #endif NormalDepLibraryTarget(monodrv,$(SUBDIRS),$(OBJS)) NormalLibraryObjectRule() ForceSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) InstallLinkKitNonExecFile(Imakefile,$(LINKKITDIR)/drivers/mono)