head	1.2;
access;
symbols
	netbsd-11-0-RC5:1.2
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.6
	netbsd-11-base:1.2
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.4
	perseant-exfatfs-base:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.2
	netbsd-10-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2021.12.28.17.05.23;	author christos;	state Exp;
branches;
next	1.1;
commitid	UUwlsx6IK7ZtirmD;

1.1
date	2021.12.28.17.04.18;	author christos;	state Exp;
branches;
next	;
commitid	nuXjAc0BbmzairmD;


desc
@@


1.2
log
@remove tools support, not needed, but add the ugcendat Makefile
@
text
@#	$NetBSD: Makefile,v 1.1 2021/12/28 17:04:18 christos Exp $

USE_FORT?=	yes

LIBISPRIVATE=	yes

.include "../../openldap.mk"

LIB=		lunicode

LIBLUNICODE=${LDAP_DISTDIR}/libraries/liblunicode
.PATH:		${LIBLUNICODE} ${LIBLUNICODE}/ucdata ${LIBLUNICODE}/ure
CPPFLAGS+=	-I${LIBLUNICODE} -I${LIBLUNICODE}/ucdata -I.

SRCS+= ucdata.c ure.c urestubs.c ucstr.c

.include <bsd.lib.mk>
@


1.1
log
@Commit a Makefile with tools support
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.6 2021/08/14 16:15:04 christos Exp $
a16 22

.if ${USETOOLS} != "yes"
UCGENDATOBJ!=     cd ${.CURDIR}/ucgendat && ${PRINTOBJDIR}
TOOL_UCGENDAT=   ${UCGENDATDIR}/ucgendat

.PHONY:         ucgendat
includes:       ucgendat
SUBDIR=         ucgendat

ucgendat:
	@@cd ${.CURDIR}/ucgendat && ${MAKE}
.endif

uctable.h: ${TOOL_UCGENDAT} ${LIBLUNICODE}/UnicodeData.txt ${LIBLUNICODE}/CompositionExclusions.txt
	${_MKTARGET_CREATE}
	${TOOL_UCGENDAT} ${LIBLUNICODE}/UnicodeData.txt \
	    -x ${LIBLUNICODE}/CompositionExclusions.txt

ucdata.c: uctable.h
.endif


a17 3
.if ${USETOOLS} != "yes"
.include <bsd.subdir.mk>
.endif
@

