#ifndef XCOMM
#define XCOMM /**/#
#endif
XCOMM @(#)Imakefile	4.16 2000/01/17 xlockmore
XCOMM $OpenBSD: Imakefile,v 1.5 2000/04/15 09:45:58 matthieu Exp $
XCOMM Many "ideas" taken from xscreensaver-1.34 by Jamie Zawinski.
XCOMM

VER = xlockmore
DISTVER = xlockmore-4.16

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

SUBDIRS = xlock modes/glx modes xmlock 
XCOMM Do not build by default, since it usually does not work
XCOMM xalock

distclean : clean
	-rm -f Makefile config.status config.cache config.log config.h

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
