XCOMM $XConsortium: Imakefile /main/11 1996/12/02 10:18:28 lehors $

#include <Server.tmpl>

#define IHaveSubdirs

#ifndef PexDipexCDebugFlags
#define PexDipexCDebugFlags ServerCDebugFlags 
#endif

 CDEBUGFLAGS = PexDipexCDebugFlags

#ifndef Win32Architecture
     SUBDIRS = dipex/dispatch dipex/swap dipex/objects ddpex/mi/level1 \
                ddpex/mi/level2 ddpex/mi/level3 ddpex/mi/level4 \
                ddpex/mi/shared ospex
#else
     SUBDIRS = dipex ddpex ospex
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))
