⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 This piece of software was written as a replacement and extension for Tripwire. Tripwire is an exce
💻 IN
字号:
# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.## aide, Advanced Intrusion Detection Environment# # This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; see the file COPYING.  If not, write to# the Free Software Foundation, 59 Temple Place - Suite 330,# Boston, MA 02111-1307, USA.#SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :ACLLIB = @ACLLIB@AIDE_USE_LOCALE = @AIDE_USE_LOCALE@CC = @CC@CRYPTLIB = @CRYPTLIB@LD_STATIC_FLAG = @LD_STATIC_FLAG@LEX = @LEX@MAINT = @MAINT@MAKEINFO = @MAKEINFO@PACKAGE = @PACKAGE@PSQLLIB = @PSQLLIB@RANLIB = @RANLIB@VERSION = @VERSION@YACC = @YACC@CLEANFILES = *~man_MANS = aide.1 aide.conf.5EXTRA_DIST = aide.1 aide.conf.5 manual.htmlmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES =  aide.confman1dir = $(mandir)/man1man5dir = $(mandir)/man5MANS = $(man_MANS)NROFF = nroffDIST_COMMON =  Makefile.am Makefile.in aide.conf.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestall: all-redirect.SUFFIXES:$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusaide.conf: $(top_builddir)/config.status aide.conf.in	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusinstall-man1:	$(mkinstalldirs) $(DESTDIR)$(man1dir)	@list='$(man1_MANS)'; \	l2='$(man_MANS)'; for i in $$l2; do \	  case "$$i" in \	    *.1*) list="$$list $$i" ;; \	  esac; \	done; \	for i in $$list; do \	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \	  else file=$$i; fi; \	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \	doneuninstall-man1:	@list='$(man1_MANS)'; \	l2='$(man_MANS)'; for i in $$l2; do \	  case "$$i" in \	    *.1*) list="$$list $$i" ;; \	  esac; \	done; \	for i in $$list; do \	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \	  rm -f $(DESTDIR)$(man1dir)/$$inst; \	doneinstall-man5:	$(mkinstalldirs) $(DESTDIR)$(man5dir)	@list='$(man5_MANS)'; \	l2='$(man_MANS)'; for i in $$l2; do \	  case "$$i" in \	    *.5*) list="$$list $$i" ;; \	  esac; \	done; \	for i in $$list; do \	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \	  else file=$$i; fi; \	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \	  $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \	doneuninstall-man5:	@list='$(man5_MANS)'; \	l2='$(man_MANS)'; for i in $$l2; do \	  case "$$i" in \	    *.5*) list="$$list $$i" ;; \	  esac; \	done; \	for i in $$list; do \	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \	  echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \	  rm -f $(DESTDIR)$(man5dir)/$$inst; \	doneinstall-man: $(MANS)	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5uninstall-man:	@$(NORMAL_UNINSTALL)	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5tags: TAGSTAGS:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = docdistdir: $(DISTFILES)	@for file in $(DISTFILES); do \	  d=$(srcdir); \	  if test -d $$d/$$file; then \	    cp -pr $$/$$file $(distdir)/$$file; \	  else \	    test -f $(distdir)/$$file \	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \	    || cp -p $$d/$$file $(distdir)/$$file || :; \	  fi; \	doneinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am:install-exec: install-exec-aminstall-data-am: install-maninstall-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-manuninstall: uninstall-amall-am: Makefile $(MANS)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:	$(mkinstalldirs)  $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5mostlyclean-generic:clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am:  mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-generic mostlyclean-amclean: clean-amdistclean-am:  distclean-generic clean-amdistclean: distclean-ammaintainer-clean-am:  maintainer-clean-generic distclean-am	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: install-man1 uninstall-man1 install-man5 uninstall-man5 \install-man uninstall-man tags distdir info-am info dvi-am dvi check \check-am installcheck-am installcheck install-exec-am install-exec \install-data-am install-data install-am install uninstall-am uninstall \all-redirect all-am all installdirs mostlyclean-generic \distclean-generic clean-generic maintainer-clean-generic clean \mostlyclean distclean maintainer-clean# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -