XCOMM $XFree86: mit/extensions/Imakefile,v 2.0 1993/12/17 10:57:30 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.13 91/07/16 23:10:30 gildea Exp $
#define IHaveSubdirs
#define PassCDebugFlags

#if BuildServer
  SERVERSUBDIRS = server
#else
#if BuildPexClients
  SERVERSUBDIRS = server/PEX/dipex/swap
#endif
#endif
#if BuildServersOnly
        SUBDIRS = $(SERVERSUBDIRS)
#else
        SUBDIRS = $(SERVERSUBDIRS) lib include test
#endif

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