blob: 8ab93c011a1ddaaf8ae0f327cbdf1a9111483fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
XCOMM $XConsortium: Imakefile,v 5.10 93/09/04 16:58:00 rws Exp $
#include <Server.tmpl>
#define IHaveSubdirs
#ifndef PexDipexCDebugFlags
#define PexDipexCDebugFlags ServerCDebugFlags
#endif
CDEBUGFLAGS = PexDipexCDebugFlags
SUBDIRS = dipex/dispatch dipex/swap dipex/objects ddpex/mi/level1 \
ddpex/mi/level2 ddpex/mi/level3 ddpex/mi/level4 \
ddpex/mi/shared ospex
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))
|