don't built all sources into all archives it causes us to have deps we

do not want
This commit is contained in:
rtr 2008-08-09 05:26:41 +00:00
parent 65ed99616e
commit f71aace37b
6 changed files with 18 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile,v 1.4 2008/08/09 05:26:41 rtr Exp $
LIBISPRIVATE= yes
LIB= Xext
@ -9,6 +9,8 @@ LIB= Xext
.include "Makefile.Xextmodule"
.include "Makefile.Xext"
SRCS= ${SRCS.Xext} ${SRCS.Xextbuiltin} ${SRCS.Xextmodule}
SUBDIR= Xextbuiltin Xextmodule
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.Xext,v 1.4 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile.Xext,v 1.5 2008/08/09 05:26:41 rtr Exp $
.PATH: ${X11SRCDIR.xorg-server}/Xext
@ -9,7 +9,7 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/xorg
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
CPPFLAGS+= -DHAVE_DIX_CONFIG_H
SRCS+= EVI.c appgroup.c cup.c dpms.c panoramiX.c panoramiXSwap.c \
SRCS.Xext+= EVI.c appgroup.c cup.c dpms.c panoramiX.c panoramiXSwap.c \
panoramiXprocs.c sampleEVI.c saver.c security.c shm.c \
fontcache.c \
xace.c xevie.c xf86bigfont.c xres.c xvdisp.c xvmain.c xvmc.c

View File

@ -1,3 +1,3 @@
# $NetBSD: Makefile.Xextbuiltin,v 1.2 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile.Xextbuiltin,v 1.3 2008/08/09 05:26:41 rtr Exp $
SRCS+= shape.c sleepuntil.c xtest.c
SRCS.Xextbuiltin= shape.c sleepuntil.c xtest.c

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile.Xextmodule,v 1.2 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile.Xextmodule,v 1.3 2008/08/09 05:26:41 rtr Exp $
SRCS.Xextmodule= bigreq.c mitmisc.c sync.c xcmisc.c
SRCS+= bigreq.c mitmisc.c sync.c xcmisc.c
.if ${LIB} == "Xext"
BUILDSYMLINKS= shape.c Xext-shape.c
SRCS+= Xext-shape.c
SRCS.Xextmodule+= Xext-shape.c
.else
SRCS+= shape.c
SRCS.Xextmodule+= shape.c
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile,v 1.4 2008/08/09 05:26:41 rtr Exp $
LIBISPRIVATE= yes
LIB= Xextbuiltin
@ -6,4 +6,6 @@ LIB= Xextbuiltin
.include "../../Makefile.serverlib"
.include "../Makefile.Xextbuiltin"
SRCS= ${SRCS.Xextbuiltin}
.include "../Makefile.Xext"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/08/03 22:06:30 mrg Exp $
# $NetBSD: Makefile,v 1.4 2008/08/09 05:26:41 rtr Exp $
LIBISPRIVATE= yes
LIB= Xextmodule
@ -6,4 +6,6 @@ LIB= Xextmodule
.include "../../Makefile.serverlib"
.include "../Makefile.Xextmodule"
SRCS= ${SRCS.Xextmodule}
.include "../Makefile.Xext"