Plan 9 from Bell Labs’s /usr/web/sources/contrib/lucio/pub/openldap/libraries/liblutil/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

LIB=liblutil.a

OFILES=\
	base64.$O \
	csn.$O \
	entropy.$O \
	sasl.$O \
	signal.$O \
	hash.$O \
	passfile.$O \
	md5.$O \
	passwd.$O \
	sha1.$O \
	getpass.$O \
	lockf.$O \
	utils.$O \
	uuid.$O \
	sockpair.$O \
	avl.$O \
	tavl.$O \
	ldif.$O \
	fetch.$O \
#	detach.$O \

HFILES=\

CLEANFILES=\
	$O.testavl \
	
</sys/src/pub/mkpublib

CFLAGS= $CFLAGS -D_POSIX_SOURCE -DLDAP_DEBUG -D_RESEARCH_SOURCE -D_BSD_EXTENSION -I../../include $APEFLAGS
# LDFLAGS=

# OHFILES=${HFILES:%.h=$PUBINC/%.h}
# install:V:	$OHFILES

$O.testavl: testavl.$O $LIB$O
	$LD $LDFLAGS -o $O.testavl testavl.$O $LIB$O ../liblber/liblber.a$O

test:V:	$O.testavl

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.