1 # DragonflyBSD Makefile
5 SRCS
= crc32.c icrc32.c
info.c misc.c stats.c snapshot.c compat.c
7 CFLAGS
+= -I
${.CURDIR
}/..
/..
/sys
10 MAN
+= libhammer_fsinfo
.3
11 MAN
+= libhammer_snapshot
.3
12 MAN
+= libhammer_stats
.3
14 MLINKS
+= libhammer_fsinfo
.3 libhammer_get_fsinfo
.3
15 MLINKS
+= libhammer_fsinfo
.3 libhammer_get_next_pfs
.3
16 MLINKS
+= libhammer_fsinfo
.3 libhammer_get_prev_pfs
.3
17 MLINKS
+= libhammer_fsinfo
.3 libhammer_get_first_pfs
.3
18 MLINKS
+= libhammer_fsinfo
.3 libhammer_get_last_pfs
.3
19 MLINKS
+= libhammer_fsinfo
.3 libhammer_free_fsinfo
.3
21 MLINKS
+= libhammer_snapshot
.3 libhammer_pfs_get_snapshots
.3
22 MLINKS
+= libhammer_snapshot
.3 libhammer_get_next_snap
.3
23 MLINKS
+= libhammer_snapshot
.3 libhammer_get_prev_snap
.3
24 MLINKS
+= libhammer_snapshot
.3 libhammer_get_first_snap
.3
25 MLINKS
+= libhammer_snapshot
.3 libhammer_get_last_snap
.3
26 MLINKS
+= libhammer_snapshot
.3 libhammer_pfs_free_snapshots
.3
28 MLINKS
+= libhammer_stats
.3 libhammer_stats_redo
.3
29 MLINKS
+= libhammer_stats
.3 libhammer_stats_undo
.3
30 MLINKS
+= libhammer_stats
.3 libhammer_stats_commits
.3
31 MLINKS
+= libhammer_stats
.3 libhammer_stats_inode_flushes
.3
32 MLINKS
+= libhammer_stats
.3 libhammer_stats_disk_write
.3
33 MLINKS
+= libhammer_stats
.3 libhammer_stats_disk_read
.3
34 MLINKS
+= libhammer_stats
.3 libhammer_stats_file_iopsw
.3
35 MLINKS
+= libhammer_stats
.3 libhammer_stats_file_iopsr
.3
36 MLINKS
+= libhammer_stats
.3 libhammer_stats_file_write
.3
37 MLINKS
+= libhammer_stats
.3 libhammer_stats_file_read
.3
38 MLINKS
+= libhammer_stats
.3 libhammer_stats_record_iterations
.3
39 MLINKS
+= libhammer_stats
.3 libhammer_stats_root_iterations
.3
40 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_iterations
.3
41 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_splits
.3
42 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_elements
.3
43 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_deletes
.3
44 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_inserts
.3
45 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_lookups
.3
46 MLINKS
+= libhammer_stats
.3 libhammer_stats_btree_searches
.3
47 MLINKS
+= libhammer_stats
.3 libhammer_btree_stats
.3
48 MLINKS
+= libhammer_stats
.3 libhammer_io_stats
.3
50 .PATH
: ${.CURDIR
}/..
/..
/sys
/libkern