aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/Imakefile
blob: 1d11c977b6528a472e23c627df66d2a13cbbbbee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define IHaveSubdirs
#define PassCDebugFlags

NULL =

#if BuildX11Lib
X11LIBDIR = X11
#endif

LINTSUBDIRS = \
	$(X11LIBDIR) \
	$(NULL)

SUBDIRS = xtrans $(LINTSUBDIRS)

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