76208c68fd
static libX11.a libX11_p.a libX11.ln dynamic libX11_pic.a libX11.so* This is because the "static" build needs some different sources to the "dynamic" build, and some of the shared sources in the "dynamic" build need different CPPFLAGS for that build.
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/09/14 07:56:16 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= dynamic static
|
|
|
|
INCS= XKBlib.h Xcms.h Xlib.h Xlibint.h Xlocale.h Xresource.h \
|
|
Xutil.h cursorfont.h
|
|
INCSDIR= ${X11INCDIR}/X11
|
|
|
|
FILES= XErrorDB XKeysymDB Xcms.txt
|
|
FILESDIR= ${X11LIBDIR}
|
|
|
|
.PATH: ${X11SRCDIR.xc}/lib/X11
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|