📄 makefile.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.## This is no longer needed# SUBDIRS = cryptSHELL = @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@bin_PROGRAMS = aideaide_SOURCES = conf_yacc.y conf_lex.l getopt.c getopt1.c gnu_regex.c error.c md.c db.c commandconf.c db_file.c db_disk.c db_lex.l db_sql.c gen_list.c list.c do_md.c base64.c symboltable.c compare_db.c be.c util.c aide.cINCLUDES = -I$(prefix)/include -I$(top_srcdir)/includeLDADD = @CRYPTLIB@ @ACLLIB@LDFLAGS = @LDFLAGS@ @LD_STATIC_FLAG@CFLAGS = @CFLAGS@ @MAINTAINER_MODE_TRUE@ -Wall -gCLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c db_lex.c *~LEX_OUTPUT_ROOT = lex.yyYFLAGS = -dmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LIBS = @LIBS@aide_OBJECTS = conf_yacc.o conf_lex.o getopt.o getopt1.o gnu_regex.o \error.o md.o db.o commandconf.o db_file.o db_disk.o db_lex.o db_sql.o \gen_list.o list.o do_md.o base64.o symboltable.o compare_db.o be.o \util.o aide.oaide_LDADD = $(LDADD)aide_DEPENDENCIES = aide_LDFLAGS = LEXLIB = @LEXLIB@YLWRAP = $(srcdir)/ylwrapCOMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON = Makefile.am Makefile.in conf_lex.c conf_yacc.c db_lex.c \ylwrapDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestSOURCES = $(aide_SOURCES)OBJECTS = $(aide_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .l .o .s .y$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-binPROGRAMS:clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)distclean-binPROGRAMS:maintainer-clean-binPROGRAMS:install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ doneuninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done.c.o: $(COMPILE) -c $<.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.coreclean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:aide: $(aide_OBJECTS) $(aide_DEPENDENCIES) @rm -f aide $(LINK) $(aide_LDFLAGS) $(aide_OBJECTS) $(aide_LDADD) $(LIBS).l.c: $(SHELL) $(YLWRAP) "$(LEX)" $< $(LEX_OUTPUT_ROOT).c $@ -- $(AM_LFLAGS) $(LFLAGS).y.c: $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c if test -f y.tab.h; then \ if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \ else :; ficonf_yacc.h: conf_yacc.ctags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = srcdistdir: $(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; \ doneaide.o: aide.c ../include/aide.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/md.h ../config.h ../include/commandconf.h \ ../include/compare_db.h ../include/db_file.h ../include/db.h \ ../include/do_md.h ../include/gen_list.h ../include/gnu_regex.h \ ../include/getopt.h ../include/util.h ../include/base64.h \ ../include/locale-aide.hbase64.o: base64.c ../config.h ../include/base64.h ../include/types.h \ ../include/report.h ../include/db_config.h ../include/list.h \ ../include/seltree.h ../include/url.h ../include/locale-aide.hbe.o: be.c ../include/aide.h ../include/report.h ../include/db_config.h \ ../config.h ../include/types.h ../include/list.h \ ../include/seltree.h ../include/url.h ../include/db_file.h \ ../include/db.h ../include/locale-aide.hcommandconf.o: commandconf.c ../include/commandconf.h ../include/list.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/seltree.h ../include/url.h ../include/aide.h \ ../include/report.h ../include/conf_lex.h conf_yacc.h \ ../include/db.h ../include/gen_list.h ../include/gnu_regex.h \ ../include/symboltable.h ../include/util.h ../include/base64.h \ ../include/locale-aide.hcompare_db.o: compare_db.c ../include/base64.h ../include/types.h \ ../config.h ../include/report.h ../include/db_config.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/aide.h ../include/gnu_regex.h ../include/gen_list.h \ ../include/db.h ../include/util.h ../include/commandconf.h \ ../include/locale-aide.h ../include/md.h ../config.hconf_lex.o: conf_lex.c conf_yacc.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/symboltable.h ../include/commandconf.hconf_yacc.o: conf_yacc.c ../include/list.h ../include/gen_list.h \ ../include/seltree.h ../include/db_config.h ../config.h \ ../include/types.h ../include/url.h ../include/gnu_regex.h \ ../include/db.h ../include/symboltable.h \ ../include/commandconf.h ../include/aide.h ../include/report.hdb.o: db.c ../config.h ../include/db.h ../include/db_config.h \ ../include/types.h ../include/list.h ../include/seltree.h \ ../include/url.h ../include/db_file.h ../include/db_disk.h \ ../include/report.h ../include/be.h ../include/base64.h \ ../include/util.h ../include/aide.h ../include/locale-aide.hdb_disk.o: db_disk.c ../config.h ../include/seltree.h \ ../include/db_config.h ../include/types.h ../include/list.h \ ../include/url.h ../include/gen_list.h ../include/gnu_regex.h \ ../include/base64.h ../include/db_disk.h ../include/db.h \ conf_yacc.h ../include/util.h ../include/aide.h \ ../include/report.h ../include/db_sql.h \ ../include/commandconf.h ../include/locale-aide.hdb_file.o: db_file.c ../include/types.h ../config.h ../include/base64.h \ ../include/db_file.h ../include/db.h ../include/db_config.h \ ../include/list.h ../include/seltree.h ../include/url.h \ conf_yacc.h ../include/util.h ../include/aide.h \ ../include/report.h ../include/db_sql.h \ ../include/commandconf.h ../include/locale-aide.h \ ../include/md.h ../config.hdb_lex.o: db_lex.c conf_yacc.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/aide.h ../include/commandconf.hdb_sql.o: db_sql.c ../config.h ../include/locale-aide.hdo_md.o: do_md.c ../include/md.h ../config.h ../include/db_config.h \ ../config.h ../include/types.h ../include/list.h \ ../include/seltree.h ../include/url.h ../include/do_md.h \ ../include/report.h ../include/aide.h ../include/locale-aide.herror.o: error.c ../config.h ../include/report.h ../include/db_config.h \ ../include/types.h ../include/list.h ../include/seltree.h \ ../include/url.h ../include/aide.h ../include/be.h \ ../include/locale-aide.hgen_list.o: gen_list.c ../include/aide.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/gnu_regex.h ../include/gen_list.h ../include/db.h \ ../include/compare_db.h ../include/commandconf.h \ ../include/locale-aide.h ../include/md.h ../config.hgetopt.o: getopt.c ../config.h ../include/getopt.hgetopt1.o: getopt1.c ../config.h ../include/getopt.hgnu_regex.o: gnu_regex.c ../config.hlist.o: list.c ../include/list.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/seltree.h ../include/url.h ../include/locale-aide.hmd.o: md.c ../config.h ../include/md.h ../config.h \ ../include/db_config.h ../include/types.h ../include/list.h \ ../include/seltree.h ../include/url.h ../include/report.hsymboltable.o: symboltable.c ../config.h ../include/symboltable.h \ ../include/list.h ../include/locale-aide.hutil.o: util.c ../include/locale-aide.h ../include/report.h \ ../include/db_config.h ../config.h ../include/types.h \ ../include/list.h ../include/seltree.h ../include/url.h \ ../include/util.h ../include/aide.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am: install-binPROGRAMSinstall-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-binPROGRAMSuninstall: uninstall-amall-am: Makefile $(PROGRAMS)all-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs: $(mkinstalldirs) $(DESTDIR)$(bindir)mostlyclean-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: -test -z "conf_lexldb_lexlconf_yacchconf_yaccc" || rm -f conf_lexl db_lexl conf_yacch conf_yacccmostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \ mostlyclean-amclean: clean-amdistclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \ distclean-generic clean-amdistclean: distclean-ammaintainer-clean-am: maintainer-clean-binPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ 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: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-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-cleandb_lex.c:db_lex.l ${LEX} -Pdb -odb_lex.c $(top_srcdir)/src/db_lex.lconf_yacc.c:conf_yacc.y ${YACC} ${YFLAGS} -p conf -o conf_yacc.c $(top_srcdir)/src/conf_yacc.yconf_lex.c:conf_lex.l ${LEX} -Pconf -oconf_lex.c $(top_srcdir)/src/conf_lex.l# 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 + -