Deleted Added
full compact
Makefile.in (156283) Makefile.in (159248)
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile.in#3 $
18# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile.in#4 $
19#
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkgincludedir = $(includedir)/@PACKAGE@

--- 136 unchanged lines hidden (view full) ---

163program_transform_name = @program_transform_name@
164sbindir = @sbindir@
165sharedstatedir = @sharedstatedir@
166sysconfdir = @sysconfdir@
167target_alias = @target_alias@
168openbsmdir = $(includedir)/bsm
169openbsm_HEADERS = \
170 audit.h \
19#
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkgincludedir = $(includedir)/@PACKAGE@

--- 136 unchanged lines hidden (view full) ---

163program_transform_name = @program_transform_name@
164sbindir = @sbindir@
165sharedstatedir = @sharedstatedir@
166sysconfdir = @sysconfdir@
167target_alias = @target_alias@
168openbsmdir = $(includedir)/bsm
169openbsm_HEADERS = \
170 audit.h \
171 audit_filter.h \
171 audit_internal.h \
172 audit_kevents.h \
173 audit_record.h \
174 audit_uevents.h \
175 libbsm.h
176
177all: all-am
178

--- 226 unchanged lines hidden ---
172 audit_internal.h \
173 audit_kevents.h \
174 audit_record.h \
175 audit_uevents.h \
176 libbsm.h
177
178all: all-am
179

--- 226 unchanged lines hidden ---