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/libbsm/Makefile.in#9 $
18# $P4: //depot/projects/trustedbsd/openbsm/libbsm/Makefile.in#12 $
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

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

55 *) f=$$p;; \
56 esac;
57am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
59libLTLIBRARIES_INSTALL = $(INSTALL)
60LTLIBRARIES = $(lib_LTLIBRARIES)
61libbsm_la_LIBADD =
62am__libbsm_la_SOURCES_DIST = bsm_audit.c bsm_class.c bsm_control.c \
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

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

55 *) f=$$p;; \
56 esac;
57am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
59libLTLIBRARIES_INSTALL = $(INSTALL)
60LTLIBRARIES = $(lib_LTLIBRARIES)
61libbsm_la_LIBADD =
62am__libbsm_la_SOURCES_DIST = bsm_audit.c bsm_class.c bsm_control.c \
63 bsm_event.c bsm_flags.c bsm_io.c bsm_mask.c bsm_token.c \
64 bsm_user.c bsm_notify.c bsm_wrappers.c
63 bsm_errno.c bsm_event.c bsm_flags.c bsm_io.c bsm_mask.c \
64 bsm_token.c bsm_user.c bsm_notify.c bsm_wrappers.c
65@HAVE_AUDIT_SYSCALLS_TRUE@am__objects_1 = bsm_notify.lo \
66@HAVE_AUDIT_SYSCALLS_TRUE@ bsm_wrappers.lo
67am_libbsm_la_OBJECTS = bsm_audit.lo bsm_class.lo bsm_control.lo \
65@HAVE_AUDIT_SYSCALLS_TRUE@am__objects_1 = bsm_notify.lo \
66@HAVE_AUDIT_SYSCALLS_TRUE@ bsm_wrappers.lo
67am_libbsm_la_OBJECTS = bsm_audit.lo bsm_class.lo bsm_control.lo \
68 bsm_event.lo bsm_flags.lo bsm_io.lo bsm_mask.lo bsm_token.lo \
69 bsm_user.lo $(am__objects_1)
68 bsm_errno.lo bsm_event.lo bsm_flags.lo bsm_io.lo bsm_mask.lo \
69 bsm_token.lo bsm_user.lo $(am__objects_1)
70libbsm_la_OBJECTS = $(am_libbsm_la_OBJECTS)
71DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@
72depcomp = $(SHELL) $(top_srcdir)/config/depcomp
73am__depfiles_maybe = depfiles
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \

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

194srcdir = @srcdir@
195sysconfdir = @sysconfdir@
196target_alias = @target_alias@
197top_builddir = @top_builddir@
198top_srcdir = @top_srcdir@
199@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
200@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir)
201lib_LTLIBRARIES = libbsm.la
70libbsm_la_OBJECTS = $(am_libbsm_la_OBJECTS)
71DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@
72depcomp = $(SHELL) $(top_srcdir)/config/depcomp
73am__depfiles_maybe = depfiles
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \

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

194srcdir = @srcdir@
195sysconfdir = @sysconfdir@
196target_alias = @target_alias@
197top_builddir = @top_builddir@
198top_srcdir = @top_srcdir@
199@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
200@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir)
201lib_LTLIBRARIES = libbsm.la
202libbsm_la_SOURCES = bsm_audit.c bsm_class.c bsm_control.c bsm_event.c \
203 bsm_flags.c bsm_io.c bsm_mask.c bsm_token.c bsm_user.c \
204 $(am__append_1)
202libbsm_la_SOURCES = bsm_audit.c bsm_class.c bsm_control.c bsm_errno.c \
203 bsm_event.c bsm_flags.c bsm_io.c bsm_mask.c bsm_token.c \
204 bsm_user.c $(am__append_1)
205man3_MANS = \
206 au_class.3 \
207 au_control.3 \
205man3_MANS = \
206 au_class.3 \
207 au_control.3 \
208 au_errno.3 \
208 au_event.3 \
209 au_free_token.3 \
210 au_io.3 \
211 au_mask.3 \
212 au_open.3 \
213 au_token.3 \
214 au_user.3 \
215 libbsm.3

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

281 -rm -f *.$(OBJEXT)
282
283distclean-compile:
284 -rm -f *.tab.c
285
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_audit.Plo@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_class.Plo@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_control.Plo@am__quote@
209 au_event.3 \
210 au_free_token.3 \
211 au_io.3 \
212 au_mask.3 \
213 au_open.3 \
214 au_token.3 \
215 au_user.3 \
216 libbsm.3

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

282 -rm -f *.$(OBJEXT)
283
284distclean-compile:
285 -rm -f *.tab.c
286
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_audit.Plo@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_class.Plo@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_control.Plo@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_errno.Plo@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_event.Plo@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_flags.Plo@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_io.Plo@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_mask.Plo@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_notify.Plo@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_token.Plo@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_user.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_wrappers.Plo@am__quote@

--- 259 unchanged lines hidden ---
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_event.Plo@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_flags.Plo@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_io.Plo@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_mask.Plo@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_notify.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_token.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_user.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsm_wrappers.Plo@am__quote@

--- 259 unchanged lines hidden ---