XCOMM $XConsortium: Imakefile /main/38 1996/11/07 14:43:46 kaleb $ XCOMM Some compilers generate fatal errors if an -L directory does XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use. LDPRELIB = LDPRELIBS = #ifdef LocalConfigFiles LOCALFILES = LocalConfigFiles #endif DEFFILES = \ site.def RULEFILES = \ Imake.rules \ Motif.rules \ Win32.rules \ X11.rules \ bsdLib.rules \ cde.rules \ hpLib.rules \ ibmLib.rules \ lnxLib.rules \ necLib.rules \ noop.rules \ oldlib.rules \ os2Lib.rules \ sgiLib.rules \ sunLib.rules \ sv3Lib.rules \ sv4Lib.rules \ xf86.rules TMPLFILES = \ Imake.tmpl \ Library.tmpl \ Motif.tmpl \ Server.tmpl \ Threads.tmpl \ WinLib.tmpl \ X11.tmpl \ bsdLib.tmpl \ cde.tmpl \ hpLib.tmpl \ ibmLib.tmpl \ lnxLib.tmpl \ necLib.tmpl \ os2Lib.tmpl \ sgiLib.tmpl \ sunLib.tmpl \ sv3Lib.tmpl \ sv4Lib.tmpl \ xf86.tmpl CFFILES = \ Imake.cf \ Amoeba.cf \ DGUX.cf \ FreeBSD.cf \ Mips.cf \ NetBSD.cf \ Oki.cf \ Win32.cf \ apollo.cf \ bsd.cf \ convex.cf \ cray.cf \ generic.cf \ hp.cf \ ibm.cf \ isc.cf \ linux.cf \ luna.cf \ macII.cf \ mach.cf \ minix.cf \ moto.cf \ ncr.cf \ nec.cf \ os2.cf \ pegasus.cf \ sequent.cf \ sgi.cf \ sony.cf \ sun.cf \ svr3.cf \ svr4.cf \ ultrix.cf \ x386.cf \ xfree86.cf INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES) all:: InstallMultipleDestFlags(install,$(INSTFILES),$(CONFIGDIR),$(INSTDATFLAGS))