fddccc66c451d27c0355f115144f0a496494af8c
[dragonfly.git] / lib / libtcplay / Makefile
1 LIB=            tcplay
2 SHLIB_MAJOR?=   0
3 WARNS?=         6
4 MAN=            tcplay.3
5
6 MLINKS+=        tcplay.3        tc_api_init.3
7 MLINKS+=        tcplay.3        tc_api_uninit.3
8 MLINKS+=        tcplay.3        tc_api_create_volume.3
9 MLINKS+=        tcplay.3        tc_api_map_volume.3
10 MLINKS+=        tcplay.3        tc_api_unmap_volume.3
11 MLINKS+=        tcplay.3        tc_api_check_cipher.3
12 MLINKS+=        tcplay.3        tc_api_check_prf_hash.3
13 MLINKS+=        tcplay.3        tc_api_get_error_msg.3
14 MLINKS+=        tcplay.3        tc_api_get_summary.3
15
16
17 SRCS+=          tcplay_api.c tcplay.c crc32.c safe_mem.c \
18                 io.c crypto-dev.c hdr.c
19 INCS+=          tcplay_api.h
20
21 LDFLAGS+=       -Wl,-version-script=${.CURDIR}/tcplay.map
22
23 .include <bsd.lib.mk>