XCOMM $XFree86: mit/lib/nls/Imakefile,v 1.2 1993/03/20 03:42:55 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 22:44:07 gildea Exp $

#ifndef Amoeba

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

INSTALLFLAGS = $(INSTDATFLAGS)

#ifndef BuildXimp
#define BuildXimp NO
#endif
#ifndef BuildXsi
#if !BuildXimp
#define BuildXsi YES
#endif
#endif

#if BuildXsi
SUBDIRS = Xsi
#endif

#if BuildXimp
SUBDIRS = Ximp
#endif /* BuildXsi */

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

#else  /* Amoeba */
/*
 * Do not install the nls libraries for Amoeba, since the parsing
 * routines in the X library require a lot of stack space (256Kb)
 * when parsing these files. This is only a temporary measure.
 */
all:;
depend:;
#endif /* Amoeba */
