XCOMM $Xorg: Imakefile,v 1.1 2002/02/10 19:44:00 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags

XCOMM xpxmprintshell and xpawprintshell use Motif widgets
#if HasMotif2
XCOMM Solaris's Motif version is broken and misses XmPrintShell
XCOMM (see http://xprint.mozdev.org/bugs/show_bug.cgi?id=1366)
#ifndef SunArchitecture
    XPXMHELLOWORLDDIR = xpxmhelloworld
#endif /* SunArchitecture */
    XPAWHELLOWORLDDIR = xpawhelloworld
#endif /* HasMotif2 */
    XPXTHELLOWORLDDIR = xpxthelloworld
      XPHELLOWORLDDIR = xphelloworld
XPSIMPLEHELLOWORLDDIR = xpsimplehelloworld

SUBDIRS = \
	$(XPXMHELLOWORLDDIR) \
	$(XPAWHELLOWORLDDIR) \
	$(XPXTHELLOWORLDDIR) \
	$(XPHELLOWORLDDIR) \
	$(XPSIMPLEHELLOWORLDDIR)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(LINTSUBDIRS))
MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln)

