Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / x11 / lib / Makefile
blobffa02713077331b517fdf9e6180e361737eb4b6d
1 # $NetBSD: Makefile,v 1.9 2005/07/22 08:47:20 martin Exp $
3 # we encode the inter-library dependencies in the SUBDIR order:
4 # each library depends on at least one library in the previous group.
6 SUBDIR=\
7 X11 ICE Xau freetype2 expat FS fontenc lbxutil psres xtrans Xdmcp \
8 .WAIT \
9 SM Xext oldX fontconfig Xmuu Xpm \
10 .WAIT \
11 Xt Xrender GL Xfontcache font xkbfile XRes Xi Xinerama Xp Xss Xtst \
12 Xv XvMC Xxf86dga Xxf86misc Xxf86vm dmx \
13 .WAIT \
14 Xmu dps XTrap GLU GLw OSmesa Xcursor Xrandr Xft Xft1 xkbui \
15 .WAIT \
16 Xaw Xaw6 dpstk
19 .include <bsd.own.mk>
21 .if ${MKPIC} != "no"
22 SUBDIR+= xlibi18n
23 .endif
25 # Cache .OBJDIRS of LIBDPLIBS commonly used in SUBDIRs.
27 LIBDPLIBS=\
28 X11 ${.CURDIR}/X11/dynamic \
29 Xext ${.CURDIR}/Xext \
30 ICE ${.CURDIR}/ICE \
31 SM ${.CURDIR}/SM \
32 Xt ${.CURDIR}/Xt
34 libinstall::
37 .include <bsd.lib.mk>
38 .include <bsd.subdir.mk>