makefile.in
来自「BCAST Implementation for NS2」· IN 代码 · 共 382 行
IN
382 行
# Makefile.in generated by automake 1.6.3 from Makefile.am.# @configure_input@# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# 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.@SET_MAKE@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/includepkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_HEADER = $(INSTALL_DATA)transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = @build_alias@build_triplet = @build@host_alias = @host_alias@host_triplet = @host@target_alias = @target_alias@target_triplet = @target@EXEEXT = @EXEEXT@OBJEXT = @OBJEXT@PATH_SEPARATOR = @PATH_SEPARATOR@AMTAR = @AMTAR@AR = @AR@AWK = @AWK@CC = @CC@CLI_CURSES_LIB = @CLI_CURSES_LIB@CXX = @CXX@CXXCPP = @CXXCPP@DEPDIR = @DEPDIR@FLOWER_MALLOC = @FLOWER_MALLOC@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LN_S = @LN_S@MAINT = @MAINT@MIBS = @MIBS@OSPFD = @OSPFD@OSPFD_OS = @OSPFD_OS@PACKAGE = @PACKAGE@PYTHON = @PYTHON@PY_BUILD = @PY_BUILD@RANLIB = @RANLIB@STRIP = @STRIP@VERSION = @VERSION@am__include = @am__include@am__quote = @am__quote@install_sh = @install_sh@net_snmp_found = @net_snmp_found@snmpd = @snmpd@snmpd2 = @snmpd2@TARGETS = $(DOCS:%=%.ps) $(DOCS:%=%.pdf)DOCS_LATEX = $(DOCS:%=%_LATEX)DOCS_FIGURES = $(DOCS:%=%_FIGURES)DOCS_BBL = $(DOCS:%=%_BBL)PSANON = sed -f $(top_srcdir)/utils/fig2dev-ps-anon.sed## The files to remove with ``gmake clean''# TODO: don't remove *.foo; instead consider DOCS_LATEX to select the files# to remove.#CLEANFILES = *.aux *.bbl *.blg *.dvi *.lof *.log *.lot *.toc $(TARGETS)## The path to any additional TeX input files#TEXINPUTS_PATH = $(top_srcdir)/docs/tex:## The rules to generate files based on their suffixes#SUFFIXES = .tex .bbl .dvi .ps .pdf .fig .ps .eps# -- Document NamesDOCS = design_arch error_handling# -- Document Sourcesdesign_arch_LATEX = ../tex/xorp.bib design_arch.texdesign_arch_FIGURES = figs/processes3.pserror_handling_LATEX = ../tex/xorp.bib error_handling.texerror_handling_FIGURES = figs/error_dependency.epssubdir = docs/design_archmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES =DIST_COMMON = Makefile.am Makefile.inall: all-am.SUFFIXES:.SUFFIXES: .tex .bbl .dvi .ps .pdf .fig .ps .eps$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/docs/mk/Makefile.doc.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu docs/design_arch/MakefileMakefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)uninstall-info-am:tags: TAGSTAGS:DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)top_distdir = ../..distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ donecheck-am: all-amcheck: check-amall-am: Makefileinstalldirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES)maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild."clean: clean-amclean-am: clean-generic mostlyclean-amdistclean: distclean-amdistclean-am: clean-am distclean-genericdvi: dvi-amdvi-am:info: info-aminfo-am:install-data-am:install-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-ammaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-genericuninstall-am: uninstall-info-am.PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic uninstall uninstall-am uninstall-info-amall: docsdocs: $(DOCS) $(TARGETS)$(DOCS): %: %.dvi ## If any of the *.bib *.tex or figures files is newer,# then run latex twice on the master *.tex file.# If there is *.lof *.lot or *.toc file, then run latex three times instead.# Note that we don't check whether the *.lof *.lot *.toc files are newer# than the *.dvi file because in practice the timestamps of those files# are same as the timestamp of the *.dvi file, and therefore the *.dvi file# is always regenerated.#$(DOCS:%=%.dvi): %.dvi: %_FIGURES %_BBL %_LATEX @is_newer=NO; \ dep_files="$($(subst -,_,$*)_LATEX) $*.bbl $($(subst -,_,$*)_FIGURES)"; \ for i in $$dep_files ; do \ if [ $$i = $*.bbl -a ! -f $$i ] ; then continue; fi; \ if [ ! -f $$i ] ; then \ echo ERROR: cannot build $@: missing dependency file $$i; \ exit 1; \ fi; \ if [ ! $$i -ot $@ ] ; then \ is_newer="YES"; \ fi; \ done; \ if [ $$is_newer = "YES" ] ; then \ for i in $$dep_files ; do \ file_prefix=`echo $$i | sed 's/\.tex$$//'`; \ if [ -z $$file_prefix ] ; then continue; fi; \ if [ $$file_prefix = $$i ] ; then continue; fi; \ if [ $$file_prefix != $* ] ; then continue; fi; \ (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $$i); \ (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $$i); \ if [ -f $*.lof -o -f $*.lot -o -f $*.toc ] ; then \ (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $$i); \ fi; \ done; \ fi;## If any of the *.bib or *.tex files is newer than the *.bbl file,# then run latex and bibtex on the master *.tex file.# Note that we need to run bibtex on the filename with stripped .tex suffix.#$(DOCS_BBL): %_BBL: %_LATEX @bbl_filename=$*.bbl; \ is_newer=NO; \ has_bib=NO; \ dep_files="$($(subst -,_,$<))"; \ for i in $$dep_files ; do \ if [ ! $$i -ot $$bbl_filename ] ; then \ is_newer="YES"; \ fi; \ file_prefix=`echo $$i | sed 's/\.bib$$//'`; \ if [ -z $$file_prefix ] ; then continue; fi; \ if [ $$file_prefix != $$i ] ; then \ has_bib=YES; \ fi; \ done; \ if [ $$is_newer = "YES" -a $$has_bib = "YES" ] ; then \ for i in $$dep_files ; do \ file_prefix=`echo $$i | sed 's/\.tex$$//'`; \ if [ -z $$file_prefix ] ; then continue; fi; \ if [ $$file_prefix = $$i ] ; then continue; fi; \ if [ $$file_prefix != $* ] ; then continue; fi; \ (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $$i); \ bibtex $$file_prefix; \ done; \ fi;## If any of the *.fig files is newer than the corresponding *.ps or *.eps,# then run fig2dev to (re)create that file.#$(DOCS_FIGURES): @dep_files="$($(subst -,_,$@))"; \ for i in $$dep_files ; do \ file_prefix=`echo $$i | sed 's/\.eps$$//'`; \ if [ -z $$file_prefix ] ; then continue; fi; \ if [ $$file_prefix = $$i ] ; then continue; fi; \ fig_src=$$file_prefix.fig; \ if [ -f $$fig_src ] ; then \ if [ ! $$fig_src -ot $$i ] ; then \ fig2dev -Leps $$fig_src | $(PSANON) > $$i; \ fi; \ fi; \ done; \ for i in $$dep_files ; do \ file_prefix=`echo $$i | sed 's/\.ps$$//'`; \ if [ -z $$file_prefix ] ; then continue; fi; \ if [ $$file_prefix = $$i ] ; then continue; fi; \ fig_src=$$file_prefix.fig; \ if [ -f $$fig_src ] ; then \ if [ ! $$fig_src -ot $$i ] ; then \ fig2dev -z Letter -Lps $$fig_src | $(PSANON) >$$i; \ fi; \ fi; \ done$(DOCS_LATEX): @true.tex.dvi: (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $< $@) (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $< $@).tex.bbl: (TEXINPUTS="${TEXINPUTS_PATH}"; export TEXINPUTS; latex $< $@) bibtex $*.dvi.ps: dvips $< -o $@.ps.pdf: ps2pdf $< $@.fig.ps: fig2dev -z Letter -Lps $< | $(PSANON) > $@.fig.eps: fig2dev -Leps $< | $(PSANON) > $@################################################################# 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 + =
减小字号Ctrl + -
显示快捷键?