]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/uuid/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / uuid / Makefile.inc
1 # $FreeBSD$
2
3 # DCE 1.1 UUID implementation sources
4
5 .PATH: ${.CURDIR}/uuid
6
7 SRCS+=  uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
8         uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_stream.c \
9         uuid_to_string.c
10 SYM_MAPS+=      ${.CURDIR}/uuid/Symbol.map
11
12 MAN+=   uuid.3
13 MLINKS+=uuid.3 uuid_compare.3
14 MLINKS+=uuid.3 uuid_create.3
15 MLINKS+=uuid.3 uuid_create_nil.3
16 MLINKS+=uuid.3 uuid_equal.3
17 MLINKS+=uuid.3 uuid_from_string.3
18 MLINKS+=uuid.3 uuid_hash.3
19 MLINKS+=uuid.3 uuid_is_nil.3
20 MLINKS+=uuid.3 uuid_enc_le.3
21 MLINKS+=uuid.3 uuid_dec_le.3
22 MLINKS+=uuid.3 uuid_enc_be.3
23 MLINKS+=uuid.3 uuid_dec_be.3
24 MLINKS+=uuid.3 uuid_to_string.3