]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/openbsm/libbsm/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / openbsm / libbsm / Makefile.am
1 ##
2 ## $P4: //depot/projects/trustedbsd/openbsm/libbsm/Makefile.am#10 $
3 ##
4
5 if USE_NATIVE_INCLUDES
6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7 else
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9 endif
10
11 lib_LTLIBRARIES = libbsm.la
12
13 libbsm_la_SOURCES =     \
14         bsm_audit.c     \
15         bsm_class.c     \
16         bsm_control.c   \
17         bsm_domain.c    \
18         bsm_errno.c     \
19         bsm_event.c     \
20         bsm_fcntl.c     \
21         bsm_flags.c     \
22         bsm_io.c        \
23         bsm_mask.c      \
24         bsm_socket_type.c       \
25         bsm_token.c     \
26         bsm_user.c
27
28 if HAVE_AUDIT_SYSCALLS
29 libbsm_la_SOURCES +=    \
30         bsm_notify.c    \
31         bsm_wrappers.c
32 endif
33
34 man3_MANS =             \
35         au_class.3      \
36         au_control.3    \
37         au_domain.3     \
38         au_errno.3      \
39         au_event.3      \
40         au_fcntl_cmd.3  \
41         au_free_token.3 \
42         au_io.3         \
43         au_mask.3       \
44         au_open.3       \
45         au_socket_type.3        \
46         au_token.3      \
47         au_user.3       \
48         libbsm.3
49