2002-10-29 22:51:00 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
# DCE 1.1 UUID implementation sources
|
|
|
|
|
|
2002-11-18 04:50:57 -05:00
|
|
|
.PATH: ${.CURDIR}/uuid
|
2002-10-29 22:51:00 -05:00
|
|
|
|
|
|
|
|
SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
|
2008-08-14 18:23:16 -04:00
|
|
|
uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_stream.c \
|
|
|
|
|
uuid_to_string.c
|
2006-03-12 20:15:01 -05:00
|
|
|
SYM_MAPS+= ${.CURDIR}/uuid/Symbol.map
|
2002-10-29 22:51:00 -05:00
|
|
|
|
|
|
|
|
MAN+= uuid.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_compare.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_create.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_create_nil.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_equal.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_from_string.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_hash.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_is_nil.3
|
2008-08-14 18:23:16 -04:00
|
|
|
MLINKS+=uuid.3 uuid_enc_le.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_dec_le.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_enc_be.3
|
|
|
|
|
MLINKS+=uuid.3 uuid_dec_be.3
|
2002-10-29 22:51:00 -05:00
|
|
|
MLINKS+=uuid.3 uuid_to_string.3
|