XCOMM $XFree86: xc/programs/xkbcomp/geometry/Imakefile,v 3.17 2006/01/09 15:01:18 dawes Exp $

#define IHaveSubdirs

     TESTDATA = 
    DATAFILES = README amiga ataritt chicony dell everex fujitsu hp keytronic \
		kinesis macintosh microsoft nec northgate pc sony \
		sun winbook \
		$(TESTDATA)
      SUBDIRS = digital ibm sgi

all::

MakeXkbDir($(LIBDIR)/xkb,geometry)

/* There might be a directory called "hp" from a previous installation. */
install::
	@if [ -d $(DESTDIR)$(LIBDIR)/xkb/geometry/hp ]; then \
		(set -x; $(RM) -r $(DESTDIR)$(LIBDIR)/xkb/geometry/hp) \
	fi

InstallMultiple($(DATAFILES),$(LIBDIR)/xkb/geometry)
DependSubdirs($(SUBDIRS))
