Subject: CVS commit: src/x11/lib/X11
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/14/2003 07:56:23
Module Name:	src
Committed By:	lukem
Date:		Sun Sep 14 07:56:23 UTC 2003

Modified Files:
	src/x11/lib/X11: Makefile
Added Files:
	src/x11/lib/X11: Makefile.libx11
	src/x11/lib/X11/dynamic: Makefile shlib_version
	src/x11/lib/X11/static: Makefile
Removed Files:
	src/x11/lib/X11: shlib_version

Log Message:
Split build of libX11 into:
	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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/x11/lib/X11/Makefile
cvs rdiff -r0 -r1.1 src/x11/lib/X11/Makefile.libx11
cvs rdiff -r1.1.1.1 -r0 src/x11/lib/X11/shlib_version
cvs rdiff -r0 -r1.1 src/x11/lib/X11/dynamic/Makefile \
    src/x11/lib/X11/dynamic/shlib_version
cvs rdiff -r0 -r1.1 src/x11/lib/X11/static/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.