blob: b01d7bae22fd3e838adca88924740bf9bba89b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
XCOMM $XConsortium: Imakefile /main/1 1996/12/02 10:18:43 lehors $
XCOMM This is only used on NT where we do not know how to jump over this dir
#ifdef Win32Architecture
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = mi
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))
#endif
|