#	$OpenBSD: Imakefile,v 1.5 2001/06/27 23:19:23 matthieu Exp $

#ifndef XCOMM
#define XCOMM /**/#
#endif
XCOMM @(#)Imakefile	5.01 2001/01/26 xlockmore
XCOMM Many "ideas" taken from xscreensaver-1.34 by Jamie Zawinski.
XCOMM

VER = xlockmore
DISTVER = xlockmore-5.01

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = xlock modes/glx modes xmlock

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

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

