XCOMM $XConsortium: Imakefile,v 1.32 94/04/09 21:46:51 rws Exp $
XCOMM $XFree86: xc/config/cf/Imakefile,v 3.4 1995/01/04 04:35:57 dawes Exp $

#ifdef LocalConfigFiles
LOCALFILES = LocalConfigFiles
#endif

DEFFILES = \
xf86site.def \
host.def \
site.def

RULEFILES = \
Imake.rules \
Win32.rules \
hpLib.rules \
bsdLib.rules \
ibmLib.rules \
lnxLib.rules \
lnxdoc.rules \
necLib.rules \
noop.rules \
oldlib.rules \
osfLib.rules \
sgiLib.rules \
sunLib.rules \
sv4Lib.rules \
sv3Lib.rules \
xf86.rules

TMPLFILES = \
Imake.tmpl \
Fresco.tmpl \
Ixx.tmpl \
bsdLib.tmpl \
lnxLib.tmpl \
lnxdoc.tmpl \
Library.tmpl \
Project.tmpl \
Server.tmpl \
Threads.tmpl \
WinLib.tmpl \
hpLib.tmpl \
ibmLib.tmpl \
necLib.tmpl \
osfLib.tmpl \
sunLib.tmpl \
sv4Lib.tmpl \
sv3Lib.tmpl \
xf86.tmpl

CFFILES = \
Imake.cf \
Amoeba.cf \
DGUX.cf \
Mips.cf \
NetBSD.cf \
FreeBSD.cf \
Oki.cf \
Win32.cf \
apollo.cf \
bsd.cf \
bsdi.cf \
convex.cf \
cray.cf \
fujitsu.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 \
osf1.cf \
pegasus.cf \
rtcchack.bac \
sequent.cf \
sgi.cf \
sony.cf \
sun.cf \
svr4.cf \
svr3.cf \
sco.cf \
ultrix.cf \
usl.cf \
x386.cf \
xfree86.cf

INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES)

all::

InstallMultipleDestFlags(install,$(INSTFILES),$(CONFIGDIR),$(INSTDATFLAGS))
