blob: 27b82de504d176593007972ff77ea46213ba657b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
XCOMM $XConsortium: Imakefile,v 1.1 94/04/13 18:06:27 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = Xserver lbxproxy
#if HasParallelMake
MakeMutex($(SUBDIRS))
#endif
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|