📄 makefile.in
字号:
# Makefile.in generated automatically by automake 1.5 from Makefile.am.# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001# 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@# -- Real ProgramsSHELL = @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@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_HEADER = $(INSTALL_DATA)transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = @host_alias@host_triplet = @host@AMTAR = @AMTAR@AS = @AS@AWK = @AWK@CC = @CC@CLI_CURSES_LIB = @CLI_CURSES_LIB@CPP = @CPP@CXX = @CXX@CXXCPP = @CXXCPP@DEPDIR = @DEPDIR@DLLTOOL = @DLLTOOL@EXEEXT = @EXEEXT@FLOWER_MALLOC = @FLOWER_MALLOC@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LIBTOOL = @LIBTOOL@LIBTOOL_DEPS = @LIBTOOL_DEPS@LN_S = @LN_S@MAINT = @MAINT@MIBS = @MIBS@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PYTHON = @PYTHON@PYTHON_BUILD = @PYTHON_BUILD@RANLIB = @RANLIB@VERSION = @VERSION@am__include = @am__include@am__quote = @am__quote@install_sh = @install_sh@bin_PROGRAMS = # -- No-install Programscheck_PROGRAMS = coord test_peer test_triecheck_SCRIPTS = test_peering1.sh test_peering2.sh test_routing1.sh test_routing2.sh test_rib1.sh test_rib_fea1.sh test_path_attribute1.sh test_route_reflection1.sh test_route_reflection2.sh test_route_flap_damping1.sh test_terminate.shTESTS = $(check_SCRIPTS) test_trie$(EXEEXT)# -- No-install Librariesnoinst_LTLIBRARIES = # -- Libraries and library flags to link the binary programsLDADD = $(noinst_LTLIBRARIES) $(top_builddir)/bgp/libbgp.la $(top_builddir)/libxipc/libxipc.la $(top_builddir)/libcomm/libcomm.la $(top_builddir)/libxorp/libxorp.la $(top_builddir)/xrl/targets/libtestpeerbase.la $(top_builddir)/xrl/targets/libcoordbase.la $(top_builddir)/xrl/interfaces/libtestpeerxif.la $(top_builddir)/xrl/interfaces/libdatainxif.la# -- Program Sourcestest_peer_SOURCES = bgppp.hh test_peer.hh bgppp.cc test_peer.cccoord_SOURCES = bgppp.hh command.hh coord.hh peer.hh trie.hh bgppp.cc command.cc coord.cc peer.cc trie.cc real_trie.hh trie_payload.hhtest_trie_SOURCES = test_trie.cc trie.cc trie.hh real_trie.hh trie_payload.hh# -- Extra files and directories to add to the distributionEXTRA_DIST = $(TESTS) NOTES args.sh soak.sh test1.sh test2.sh test_rib_fea1.sh xrl_shell_funcs.sh################################################################INCLUDES = -I$(top_srcdir)subdir = bgp/harnessmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LTLIBRARIES = $(noinst_LTLIBRARIES)bin_PROGRAMS =check_PROGRAMS = coord$(EXEEXT) test_peer$(EXEEXT) test_trie$(EXEEXT)PROGRAMS = $(bin_PROGRAMS)am_coord_OBJECTS = bgppp.$(OBJEXT) command.$(OBJEXT) coord.$(OBJEXT) \ peer.$(OBJEXT) trie.$(OBJEXT)coord_OBJECTS = $(am_coord_OBJECTS)coord_LDADD = $(LDADD)coord_DEPENDENCIES = $(top_builddir)/bgp/libbgp.la \ $(top_builddir)/libxipc/libxipc.la \ $(top_builddir)/libcomm/libcomm.la \ $(top_builddir)/libxorp/libxorp.la \ $(top_builddir)/xrl/targets/libtestpeerbase.la \ $(top_builddir)/xrl/targets/libcoordbase.la \ $(top_builddir)/xrl/interfaces/libtestpeerxif.la \ $(top_builddir)/xrl/interfaces/libdatainxif.lacoord_LDFLAGS =am_test_peer_OBJECTS = bgppp.$(OBJEXT) test_peer.$(OBJEXT)test_peer_OBJECTS = $(am_test_peer_OBJECTS)test_peer_LDADD = $(LDADD)test_peer_DEPENDENCIES = $(top_builddir)/bgp/libbgp.la \ $(top_builddir)/libxipc/libxipc.la \ $(top_builddir)/libcomm/libcomm.la \ $(top_builddir)/libxorp/libxorp.la \ $(top_builddir)/xrl/targets/libtestpeerbase.la \ $(top_builddir)/xrl/targets/libcoordbase.la \ $(top_builddir)/xrl/interfaces/libtestpeerxif.la \ $(top_builddir)/xrl/interfaces/libdatainxif.latest_peer_LDFLAGS =am_test_trie_OBJECTS = test_trie.$(OBJEXT) trie.$(OBJEXT)test_trie_OBJECTS = $(am_test_trie_OBJECTS)test_trie_LDADD = $(LDADD)test_trie_DEPENDENCIES = $(top_builddir)/bgp/libbgp.la \ $(top_builddir)/libxipc/libxipc.la \ $(top_builddir)/libcomm/libcomm.la \ $(top_builddir)/libxorp/libxorp.la \ $(top_builddir)/xrl/targets/libtestpeerbase.la \ $(top_builddir)/xrl/targets/libcoordbase.la \ $(top_builddir)/xrl/interfaces/libtestpeerxif.la \ $(top_builddir)/xrl/interfaces/libdatainxif.latest_trie_LDFLAGS =DEFS = @DEFS@DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@depcomp = $(SHELL) $(top_srcdir)/config/depcomp@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bgppp.Po $(DEPDIR)/command.Po \@AMDEP_TRUE@ $(DEPDIR)/coord.Po $(DEPDIR)/peer.Po \@AMDEP_TRUE@ $(DEPDIR)/test_peer.Po $(DEPDIR)/test_trie.Po \@AMDEP_TRUE@ $(DEPDIR)/trie.PoCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@CXXFLAGS = @CXXFLAGS@CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(coord_SOURCES) $(test_peer_SOURCES) \ $(test_trie_SOURCES)DIST_COMMON = Makefile.am Makefile.in TODOSOURCES = $(coord_SOURCES) $(test_peer_SOURCES) $(test_trie_SOURCES)all: all-am.SUFFIXES:.SUFFIXES: .cc .lo .o .objmostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool: -rm -f libtool$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign bgp/harness/MakefileMakefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.statusclean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ doneuninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ rm -f $(DESTDIR)$(bindir)/$$f; \ doneclean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)clean-checkPROGRAMS:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -