XCOMM $XConsortium: Imakefile,v 1.5 94/08/24 19:37:04 matt Exp $

#if BuildPhigs

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

SUBDIRS = PHIGS

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

#else /* BuildPhigs */

all::
depend::
clean::

#endif /* BuildPhigs */
