#include "defines.imake"

  STD_DEFINES = StandardDefines -D$(WIDGETSET)

#define IHaveSubdirs
#define PassCDebugFlags

  LIBTIFF = libtiff
    TOOLS = tools
 X11TOOLS = X11tools

/**/#
/**/# Preserve this order!
/**/#
   LIBDIRSTOMAKE = \
		$(LIBTIFF)
CLIENTDIRSTOMAKE = \
		$(TOOLS) \
		$(X11TOOLS)
      DIRSTOMAKE = \
		$(LIBDIRSTOMAKE) \
		$(CLIENTDIRSTOMAKE) 
         SUBDIRS = \
		$(DIRSTOMAKE)

MakeSubdirs($(SUBDIRS))

MakeDirectories(install.ln, $(LINTLIBDIR))

MakeLintSubdirs($(LNINSTALLDIRS),install.ln,install.ln)

MakeLintSubdirs($(LNINSTALLDIRS),external.ln,lintlib)

DependSubdirs($(SUBDIRS))
