This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
32 lines
819 B
Makefile
32 lines
819 B
Makefile
# $NetBSD: Makefile,v 1.22 2014/12/30 22:07:21 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "Makefile.common"
|
|
|
|
.if ${XSERVER_NEEDS_XFONT} != "no"
|
|
SUBDIR.xfont=Xfont fontbase
|
|
.else
|
|
SUBDIR.xfont=
|
|
.endif
|
|
|
|
SUBDIR= doc include .WAIT
|
|
SUBDIR+= glx
|
|
SUBDIR+= dix fb mi Xext miext os randr render
|
|
SUBDIR+= Xi xkb xkbstubs dbe record xfixes
|
|
SUBDIR+= damageext composite config .WAIT
|
|
SUBDIR+= hw
|
|
|
|
.PATH: ${X11SRCDIR.xorg-server}
|
|
|
|
PKGCONFIG= xorg-server
|
|
# Use -fvisibility=hidden for symbol_visibility?
|
|
PKGCONFIG_SED_FLAGS= \
|
|
-e "s,@sysconfigdir@,${X11ETCDIR},; \
|
|
s,@SDK_REQUIRED_MODULES@,xproto >= 7.0.17 randrproto >= 1.2.99.3 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 1.9.99.902 kbproto >= 1.0.3 fontsproto,; \
|
|
s,@symbol_visibility@,,"
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.man.mk>
|
|
.include <bsd.subdir.mk>
|