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/tools/Makefile.in#5 $ 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 27install_sh_PROGRAM = $(install_sh) -c 28install_sh_SCRIPT = $(install_sh) -c 29INSTALL_HEADER = $(INSTALL_DATA) 30transform = $(program_transform_name) 31NORMAL_INSTALL = : 32PRE_INSTALL = : 33POST_INSTALL = : 34NORMAL_UNINSTALL = : 35PRE_UNINSTALL = : 36POST_UNINSTALL = : 37build_triplet = @build@ 38host_triplet = @host@ 39bin_PROGRAMS = audump$(EXEEXT) 40subdir = tools 41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 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 = 49am__installdirs = "$(DESTDIR)$(bindir)" 50binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 51PROGRAMS = $(bin_PROGRAMS) 52am_audump_OBJECTS = audump.$(OBJEXT) 53audump_OBJECTS = $(am_audump_OBJECTS) 54audump_DEPENDENCIES = $(top_builddir)/libbsm/libbsm.la 55DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@ 56depcomp = $(SHELL) $(top_srcdir)/config/depcomp 57am__depfiles_maybe = depfiles 58COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 59 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 60LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 61 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 62 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 63CCLD = $(CC) 64LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 65 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 66 $(LDFLAGS) -o $@ 67SOURCES = $(audump_SOURCES) 68DIST_SOURCES = $(audump_SOURCES) 69ETAGS = etags 70CTAGS = ctags 71DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 72ACLOCAL = @ACLOCAL@ 73AMTAR = @AMTAR@ 74AR = @AR@ 75AUTOCONF = @AUTOCONF@ 76AUTOHEADER = @AUTOHEADER@ 77AUTOMAKE = @AUTOMAKE@ 78AWK = @AWK@ 79CC = @CC@ 80CCDEPMODE = @CCDEPMODE@ 81CFLAGS = @CFLAGS@ 82CPP = @CPP@ 83CPPFLAGS = @CPPFLAGS@ 84CXX = @CXX@ 85CXXCPP = @CXXCPP@ 86CXXDEPMODE = @CXXDEPMODE@ 87CXXFLAGS = @CXXFLAGS@ 88CYGPATH_W = @CYGPATH_W@ 89DEFS = @DEFS@ 90DEPDIR = @DEPDIR@ 91ECHO = @ECHO@ 92ECHO_C = @ECHO_C@ 93ECHO_N = @ECHO_N@ 94ECHO_T = @ECHO_T@ 95EGREP = @EGREP@ 96EXEEXT = @EXEEXT@ 97F77 = @F77@ 98FFLAGS = @FFLAGS@ 99GREP = @GREP@ 100INSTALL = @INSTALL@ 101INSTALL_DATA = @INSTALL_DATA@ 102INSTALL_PROGRAM = @INSTALL_PROGRAM@ 103INSTALL_SCRIPT = @INSTALL_SCRIPT@ 104INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 105LDFLAGS = @LDFLAGS@ 106LIBOBJS = @LIBOBJS@ 107LIBS = @LIBS@ 108LIBTOOL = @LIBTOOL@ 109LN_S = @LN_S@ 110LTLIBOBJS = @LTLIBOBJS@ 111MAINT = @MAINT@ 112MAKEINFO = @MAKEINFO@ 113MKDIR_P = @MKDIR_P@ 114OBJEXT = @OBJEXT@ 115PACKAGE = @PACKAGE@ 116PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 117PACKAGE_NAME = @PACKAGE_NAME@ 118PACKAGE_STRING = @PACKAGE_STRING@ 119PACKAGE_TARNAME = @PACKAGE_TARNAME@ 120PACKAGE_VERSION = @PACKAGE_VERSION@ 121PATH_SEPARATOR = @PATH_SEPARATOR@ 122RANLIB = @RANLIB@ 123SED = @SED@ 124SET_MAKE = @SET_MAKE@ 125SHELL = @SHELL@ 126STRIP = @STRIP@ 127VERSION = @VERSION@ 128abs_builddir = @abs_builddir@ 129abs_srcdir = @abs_srcdir@ 130abs_top_builddir = @abs_top_builddir@ 131abs_top_srcdir = @abs_top_srcdir@ 132ac_ct_CC = @ac_ct_CC@ 133ac_ct_CXX = @ac_ct_CXX@ 134ac_ct_F77 = @ac_ct_F77@ 135am__include = @am__include@ 136am__leading_dot = @am__leading_dot@ 137am__quote = @am__quote@ 138am__tar = @am__tar@ 139am__untar = @am__untar@ 140bindir = @bindir@ 141build = @build@ 142build_alias = @build_alias@ 143build_cpu = @build_cpu@ 144build_os = @build_os@ 145build_vendor = @build_vendor@ 146builddir = @builddir@ 147datadir = @datadir@ 148datarootdir = @datarootdir@ 149docdir = @docdir@ 150dvidir = @dvidir@ 151exec_prefix = @exec_prefix@ 152host = @host@ 153host_alias = @host_alias@ 154host_cpu = @host_cpu@ 155host_os = @host_os@ 156host_vendor = @host_vendor@ 157htmldir = @htmldir@ 158includedir = @includedir@ 159infodir = @infodir@ 160install_sh = @install_sh@ 161libdir = @libdir@ 162libexecdir = @libexecdir@ 163localedir = @localedir@ 164localstatedir = @localstatedir@ 165mandir = @mandir@ 166mkdir_p = @mkdir_p@ 167oldincludedir = @oldincludedir@ 168pdfdir = @pdfdir@ 169prefix = @prefix@ 170program_transform_name = @program_transform_name@ 171psdir = @psdir@ 172sbindir = @sbindir@ 173sharedstatedir = @sharedstatedir@ 174srcdir = @srcdir@ 175sysconfdir = @sysconfdir@ 176target_alias = @target_alias@ 177top_builddir = @top_builddir@ 178top_srcdir = @top_srcdir@ 179INCLUDES = -I$(top_srcdir) 180audump_SOURCES = audump.c 181audump_LDADD = $(top_builddir)/libbsm/libbsm.la 182all: all-am 183 184.SUFFIXES: 185.SUFFIXES: .c .lo .o .obj 186$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 187 @for dep in $?; do \ 188 case '$(am__configure_deps)' in \ 189 *$$dep*) \ 190 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 191 && exit 0; \ 192 exit 1;; \ 193 esac; \ 194 done; \ 195 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \ 196 cd $(top_srcdir) && \ 197 $(AUTOMAKE) --foreign tools/Makefile 198.PRECIOUS: Makefile 199Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 200 @case '$?' in \ 201 *config.status*) \ 202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 203 *) \ 204 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 205 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 206 esac; 207 208$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 210 211$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 213$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 215install-binPROGRAMS: $(bin_PROGRAMS) 216 @$(NORMAL_INSTALL) 217 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 218 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 219 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 220 if test -f $$p \ 221 || test -f $$p1 \ 222 ; then \ 223 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 224 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 225 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 226 else :; fi; \ 227 done 228 229uninstall-binPROGRAMS: 230 @$(NORMAL_UNINSTALL) 231 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 232 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 233 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 234 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 235 done 236 237clean-binPROGRAMS: 238 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 239 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 240 echo " rm -f $$p $$f"; \ 241 rm -f $$p $$f ; \ 242 done 243audump$(EXEEXT): $(audump_OBJECTS) $(audump_DEPENDENCIES) 244 @rm -f audump$(EXEEXT) 245 $(LINK) $(audump_OBJECTS) $(audump_LDADD) $(LIBS) 246 247mostlyclean-compile: 248 -rm -f *.$(OBJEXT) 249 250distclean-compile: 251 -rm -f *.tab.c 252 253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audump.Po@am__quote@ 254 255.c.o: 256@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 257@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 258@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 259@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 260@am__fastdepCC_FALSE@ $(COMPILE) -c $< 261 262.c.obj: 263@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 264@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 265@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 266@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 267@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 268 269.c.lo: 270@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 271@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 272@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 273@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 274@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 275 276mostlyclean-libtool: 277 -rm -f *.lo 278 279clean-libtool: 280 -rm -rf .libs _libs 281 282ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 284 unique=`for i in $$list; do \ 285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 286 done | \ 287 $(AWK) ' { files[$$0] = 1; } \ 288 END { for (i in files) print i; }'`; \ 289 mkid -fID $$unique 290tags: TAGS 291 292TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 293 $(TAGS_FILES) $(LISP) 294 tags=; \ 295 here=`pwd`; \ 296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 297 unique=`for i in $$list; do \ 298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 299 done | \ 300 $(AWK) ' { files[$$0] = 1; } \ 301 END { for (i in files) print i; }'`; \ 302 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 303 test -n "$$unique" || unique=$$empty_fix; \ 304 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 305 $$tags $$unique; \ 306 fi 307ctags: CTAGS 308CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 309 $(TAGS_FILES) $(LISP) 310 tags=; \ 311 here=`pwd`; \ 312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 313 unique=`for i in $$list; do \ 314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 315 done | \ 316 $(AWK) ' { files[$$0] = 1; } \ 317 END { for (i in files) print i; }'`; \ 318 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 319 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 320 $$tags $$unique 321 322GTAGS: 323 here=`$(am__cd) $(top_builddir) && pwd` \ 324 && cd $(top_srcdir) \ 325 && gtags -i $(GTAGS_ARGS) $$here 326 327distclean-tags: 328 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 329 330distdir: $(DISTFILES) 331 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 332 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 333 list='$(DISTFILES)'; \ 334 dist_files=`for file in $$list; do echo $$file; done | \ 335 sed -e "s|^$$srcdirstrip/||;t" \ 336 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 337 case $$dist_files in \ 338 */*) $(MKDIR_P) `echo "$$dist_files" | \ 339 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 340 sort -u` ;; \ 341 esac; \ 342 for file in $$dist_files; do \ 343 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 344 if test -d $$d/$$file; then \ 345 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 346 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 347 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 348 fi; \ 349 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 350 else \ 351 test -f $(distdir)/$$file \ 352 || cp -p $$d/$$file $(distdir)/$$file \ 353 || exit 1; \ 354 fi; \ 355 done 356check-am: all-am 357check: check-am 358all-am: Makefile $(PROGRAMS) 359installdirs: 360 for dir in "$(DESTDIR)$(bindir)"; do \ 361 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 362 done 363install: install-am 364install-exec: install-exec-am 365install-data: install-data-am 366uninstall: uninstall-am 367 368install-am: all-am 369 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 370 371installcheck: installcheck-am 372install-strip: 373 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 374 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 375 `test -z '$(STRIP)' || \ 376 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 377mostlyclean-generic: 378 379clean-generic: 380 381distclean-generic: 382 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 383 384maintainer-clean-generic: 385 @echo "This command is intended for maintainers to use" 386 @echo "it deletes files that may require special tools to rebuild." 387clean: clean-am 388 389clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 390 391distclean: distclean-am 392 -rm -rf ./$(DEPDIR) 393 -rm -f Makefile 394distclean-am: clean-am distclean-compile distclean-generic \ 395 distclean-tags 396 397dvi: dvi-am 398 399dvi-am: 400 401html: html-am 402 403info: info-am 404 405info-am: 406 407install-data-am: 408 409install-dvi: install-dvi-am 410 411install-exec-am: install-binPROGRAMS 412 413install-html: install-html-am 414 415install-info: install-info-am 416 417install-man: 418 419install-pdf: install-pdf-am 420 421install-ps: install-ps-am 422 423installcheck-am: 424 425maintainer-clean: maintainer-clean-am 426 -rm -rf ./$(DEPDIR) 427 -rm -f Makefile 428maintainer-clean-am: distclean-am maintainer-clean-generic 429 430mostlyclean: mostlyclean-am 431 432mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 433 mostlyclean-libtool 434 435pdf: pdf-am 436 437pdf-am: 438 439ps: ps-am 440 441ps-am: 442 443uninstall-am: uninstall-binPROGRAMS 444 445.MAKE: install-am install-strip 446 447.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 448 clean-generic clean-libtool ctags distclean distclean-compile \ 449 distclean-generic distclean-libtool distclean-tags distdir dvi \ 450 dvi-am html html-am info info-am install install-am \ 451 install-binPROGRAMS install-data install-data-am install-dvi \ 452 install-dvi-am install-exec install-exec-am install-html \ 453 install-html-am install-info install-info-am install-man \ 454 install-pdf install-pdf-am install-ps install-ps-am \ 455 install-strip installcheck installcheck-am installdirs \ 456 maintainer-clean maintainer-clean-generic mostlyclean \ 457 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 458 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 459 uninstall-binPROGRAMS 460 461# Tell versions [3.59,3.63) of GNU make to not export all variables. 462# Otherwise a system limit (for SysV at least) may be exceeded. 463.NOEXPORT: 464