Deleted Added
full compact
Makefile.am (185573) Makefile.am (186647)
1#
1#
2# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#4 $
2# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#6 $
3#
4
5if USE_NATIVE_INCLUDES
6INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7else
8INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9endif
10
11sbin_PROGRAMS = audit
12audit_LDADD = $(top_builddir)/libbsm/libbsm.la
13man8_MANS = audit.8
14
15if USE_MACH_IPC
3#
4
5if USE_NATIVE_INCLUDES
6INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7else
8INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
9endif
10
11sbin_PROGRAMS = audit
12audit_LDADD = $(top_builddir)/libbsm/libbsm.la
13man8_MANS = audit.8
14
15if USE_MACH_IPC
16audit_SOURCES = auditd_control_user.c audit.c
17CLEANFILES = auditd_control_user.c auditd_control_user.h
16audit_SOURCES = auditd_controlUser.c audit.c
17CLEANFILES = auditd_controlUser.c auditd_control.h
18
18
19auditd_control_user.c: $(top_srcdir)/bin/auditd/auditd_control.defs
20 $(MIG) -user auditd_control_user.c -header auditd_control_user.h -server /dev/null -sheader /dev/null $(top_srcdir)/bin/auditd/auditd_control.defs
19auditd_controlUser.c auditd_control.h: $(top_srcdir)/bin/auditd/auditd_control.defs
20 $(MIG) -user auditd_controlUser.c -header auditd_control.h -server /dev/null -sheader /dev/null $(top_srcdir)/bin/auditd/auditd_control.defs
21else
22audit_SOURCES = audit.c
23endif
21else
22audit_SOURCES = audit.c
23endif