2004-08-04 15:10:19 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2004/08/04 11:10:19 lukem Exp $
|
2003-09-11 22:37:05 +04:00
|
|
|
|
|
|
|
SUBDIR= X11 ICE Xau .WAIT \
|
|
|
|
SM Xext .WAIT \
|
|
|
|
Xt Xpm Xrender GL .WAIT \
|
|
|
|
Xmu dps .WAIT \
|
|
|
|
FS GLU GLw OSmesa XRes XTrap Xaw Xaw6 Xcursor Xdmcp Xext Xft Xft1 \
|
|
|
|
Xfontcache Xi Xinerama Xmuu Xp Xrandr Xrender Xss Xtst Xv XvMC \
|
|
|
|
Xxf86dga Xxf86misc Xxf86vm dpstk expat font fontconfig fontenc \
|
2004-02-06 17:55:48 +03:00
|
|
|
freetype2 lbxutil psres oldX xkbfile xkbui xtrans
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKPIC} != "no"
|
2004-02-06 19:41:28 +03:00
|
|
|
SUBDIR+= xlibi18n
|
2004-02-06 17:55:48 +03:00
|
|
|
.endif
|
2003-09-11 22:37:05 +04:00
|
|
|
|
2004-08-04 15:10:19 +04:00
|
|
|
# Cache .OBJDIRS of LIBDPLIBS commonly used in SUBDIRs.
|
|
|
|
#
|
|
|
|
LIBDPLIBS= X11 X11/dynamic \
|
|
|
|
Xext Xext \
|
|
|
|
ICE ICE \
|
|
|
|
SM SM \
|
|
|
|
Xt Xt
|
|
|
|
|
|
|
|
libinstall::
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
2003-09-11 22:37:05 +04:00
|
|
|
.include <bsd.subdir.mk>
|