Deleted Added
full compact
Makefile.in (185573) Makefile.in (186647)
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006 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.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006 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/sys/bsm/Makefile.in#2 $
18# $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/Makefile.in#4 $
19#
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644

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

43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config/config.h
48CONFIG_CLEAN_FILES =
49SOURCES =
50DIST_SOURCES =
19#
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644

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

43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config/config.h
48CONFIG_CLEAN_FILES =
49SOURCES =
50DIST_SOURCES =
51am__openbsm_HEADERS_DIST = audit.h audit_internal.h audit_kevents.h \
52 audit_record.h
51am__openbsm_HEADERS_DIST = audit.h audit_errno.h audit_internal.h \
52 audit_kevents.h audit_record.h
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \
57 esac;
58am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59am__installdirs = "$(DESTDIR)$(openbsmdir)"
60openbsmHEADERS_INSTALL = $(INSTALL_HEADER)

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

168srcdir = @srcdir@
169sysconfdir = @sysconfdir@
170target_alias = @target_alias@
171top_builddir = @top_builddir@
172top_srcdir = @top_srcdir@
173@USE_NATIVE_INCLUDES_FALSE@openbsmdir = $(includedir)/bsm
174@USE_NATIVE_INCLUDES_FALSE@openbsm_HEADERS = \
175@USE_NATIVE_INCLUDES_FALSE@ audit.h \
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \
57 esac;
58am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59am__installdirs = "$(DESTDIR)$(openbsmdir)"
60openbsmHEADERS_INSTALL = $(INSTALL_HEADER)

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

168srcdir = @srcdir@
169sysconfdir = @sysconfdir@
170target_alias = @target_alias@
171top_builddir = @top_builddir@
172top_srcdir = @top_srcdir@
173@USE_NATIVE_INCLUDES_FALSE@openbsmdir = $(includedir)/bsm
174@USE_NATIVE_INCLUDES_FALSE@openbsm_HEADERS = \
175@USE_NATIVE_INCLUDES_FALSE@ audit.h \
176@USE_NATIVE_INCLUDES_FALSE@ audit_errno.h \
176@USE_NATIVE_INCLUDES_FALSE@ audit_internal.h \
177@USE_NATIVE_INCLUDES_FALSE@ audit_kevents.h \
178@USE_NATIVE_INCLUDES_FALSE@ audit_record.h
179
180all: all-am
181
182.SUFFIXES:
183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)

--- 229 unchanged lines hidden ---
177@USE_NATIVE_INCLUDES_FALSE@ audit_internal.h \
178@USE_NATIVE_INCLUDES_FALSE@ audit_kevents.h \
179@USE_NATIVE_INCLUDES_FALSE@ audit_record.h
180
181all: all-am
182
183.SUFFIXES:
184$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)

--- 229 unchanged lines hidden ---