Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/minoura-xpg4dl]: src/lib/libxpg4 Missing in the previous commit.



details:   https://anonhg.NetBSD.org/src/rev/530818ce1d60
branches:  minoura-xpg4dl
changeset: 486670:530818ce1d60
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun May 28 22:56:26 2000 +0000

description:
Missing in the previous commit.

diffstat:

 lib/libxpg4/Makefile |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 3264640aae44 -r 530818ce1d60 lib/libxpg4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libxpg4/Makefile      Sun May 28 22:56:26 2000 +0000
@@ -0,0 +1,21 @@
+.include <bsd.own.mk>
+
+LIB=    xpg4
+SHLIB_MAJOR= 1
+SHLIB_MINOR= 0
+WITH_RUNE= yes
+DLRUNE= yes
+
+#XXX
+#SRCS=   setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \
+#      tolower.c toupper.c
+.include "${.CURDIR}/../libc/locale/Makefile.inc" # XXX
+SRCS+= strcoll.c strxfrm.c
+CPPFLAGS+= -Wall -I${.CURDIR}/../libc/locale
+CPPFLAGS+= -I${.CURDIR}/../../include -I${.CURDIR}/../libc/include # XXX
+CFLAGS+=-g
+.PATH: ${.CURDIR}/../libc/locale ${.CURDIR}/../libc/string
+
+NOMAN= YES
+
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index