# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1.1.1 91/08/23 16:01:14 afuller Exp ]$
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#ifndef ATD
#ifdef UWSBuild
       FONTBITS = fontbits
       FONTSTROKES = fontstrokes
#else
       FONTBITS = 
       FONTSTROKES = 
#endif
#else
       FONTBITS = 
       FONTSTROKES =
#endif

        SUBDIRS = include lib tools $(FONTBITS) $(FONTSTROKES)
   INSTALLFLAGS = $(INSTINCFLAGS)

#ifdef UWSBuild
build:	$(IMAKE) $(DEPEND)
	$(RM) Makefile.bak
	$(MV) Makefile Makefile.bak
	$(MAKE) -f Makefile.bak $(MFLAGS) Makefile
	$(MAKE) $(MFLAGS) Makefiles
	$(MAKE) $(MFLAGS) depend
	$(MAKE) $(MFLAGS) all
#ifndef ATD
	$(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)
#endif

#endif /* UWS Build */

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

