XCOMM $XConsortium: Imakefile /main/3 1996/09/27 16:19:37 pderr $
#define PassCDebugFlags 
#define IHaveSubdirs

#define UseNullDevice

#if defined(SCOArchitecture) || defined(USLArchitecture) || defined(i386BsdArchitecture) || defined(LinuxArchitecture)
OSS = oss
#undef UseNullDevice
#endif

#ifdef SunArchitecture
SUN = sun
#undef UseNullDevice
#endif

#ifdef AlphaArchitecture
DEC = dec
#undef UseNullDevice
#endif

#ifdef UseNullDevice
NULLDEVICE = null
#endif

LINTSUBDIRS = $(OSS) $(SUN) $(DEC) $(NULLDEVICE)
SUBDIRS = $(LINTSUBDIRS)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)
