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

📄 makefile.in

📁 xorp源码hg
💻 IN
📖 第 1 页 / 共 2 页
字号:
# 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@# Redefine the bin installation directorySHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@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@bindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS = xorpsh_print_peers xorpsh_print_routes# -- Test ProgramsTESTS = # -- No-install Programsnoinst_PROGRAMS = print_peers print_routes# -- No-install Libtool Librariesnoinst_LTLIBRARIES = # -- Libraries and library flags to link the binary programsLDADD = $(noinst_LTLIBRARIES) $(top_builddir)/libxipc/libxipc.la $(top_builddir)/libcomm/libcomm.la $(top_builddir)/libxorp/libxorp.la $(top_builddir)/xrl/interfaces/libbgpxif.la# -- Program Sourcesprint_peers_SOURCES = print_peer.cc print_peer.hh print_peers.ccxorpsh_print_peers_SOURCES = print_peer.cc print_peer.hh xorpsh_print_peers.ccprint_routes_SOURCES = print_routes.cc  print_routes.hh  print_routes_main.cc print_routes_LDADD = $(LDADD) $(top_builddir)/bgp/libbgp.laxorpsh_print_routes_SOURCES = print_routes.cc print_routes.hh xorpsh_print_routes.ccxorpsh_print_routes_LDADD = $(LDADD) $(top_builddir)/bgp/libbgp.la################################################################INCLUDES = -I$(top_srcdir)subdir = bgp/toolsmkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LTLIBRARIES = $(noinst_LTLIBRARIES)bin_PROGRAMS = xorpsh_print_peers$(EXEEXT) xorpsh_print_routes$(EXEEXT)noinst_PROGRAMS = print_peers$(EXEEXT) print_routes$(EXEEXT)PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)am_print_peers_OBJECTS = print_peer.$(OBJEXT) print_peers.$(OBJEXT)print_peers_OBJECTS = $(am_print_peers_OBJECTS)print_peers_LDADD = $(LDADD)print_peers_DEPENDENCIES = $(top_builddir)/libxipc/libxipc.la \	$(top_builddir)/libcomm/libcomm.la \	$(top_builddir)/libxorp/libxorp.la \	$(top_builddir)/xrl/interfaces/libbgpxif.laprint_peers_LDFLAGS =am_print_routes_OBJECTS = print_routes.$(OBJEXT) \	print_routes_main.$(OBJEXT)print_routes_OBJECTS = $(am_print_routes_OBJECTS)print_routes_DEPENDENCIES = $(top_builddir)/libxipc/libxipc.la \	$(top_builddir)/libcomm/libcomm.la \	$(top_builddir)/libxorp/libxorp.la \	$(top_builddir)/xrl/interfaces/libbgpxif.la \	$(top_builddir)/bgp/libbgp.laprint_routes_LDFLAGS =am_xorpsh_print_peers_OBJECTS = print_peer.$(OBJEXT) \	xorpsh_print_peers.$(OBJEXT)xorpsh_print_peers_OBJECTS = $(am_xorpsh_print_peers_OBJECTS)xorpsh_print_peers_LDADD = $(LDADD)xorpsh_print_peers_DEPENDENCIES = $(top_builddir)/libxipc/libxipc.la \	$(top_builddir)/libcomm/libcomm.la \	$(top_builddir)/libxorp/libxorp.la \	$(top_builddir)/xrl/interfaces/libbgpxif.laxorpsh_print_peers_LDFLAGS =am_xorpsh_print_routes_OBJECTS = print_routes.$(OBJEXT) \	xorpsh_print_routes.$(OBJEXT)xorpsh_print_routes_OBJECTS = $(am_xorpsh_print_routes_OBJECTS)xorpsh_print_routes_DEPENDENCIES = $(top_builddir)/libxipc/libxipc.la \	$(top_builddir)/libcomm/libcomm.la \	$(top_builddir)/libxorp/libxorp.la \	$(top_builddir)/xrl/interfaces/libbgpxif.la \	$(top_builddir)/bgp/libbgp.laxorpsh_print_routes_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)/print_peer.Po $(DEPDIR)/print_peers.Po \@AMDEP_TRUE@	$(DEPDIR)/print_routes.Po \@AMDEP_TRUE@	$(DEPDIR)/print_routes_main.Po \@AMDEP_TRUE@	$(DEPDIR)/xorpsh_print_peers.Po \@AMDEP_TRUE@	$(DEPDIR)/xorpsh_print_routes.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 = $(print_peers_SOURCES) $(print_routes_SOURCES) \	$(xorpsh_print_peers_SOURCES) $(xorpsh_print_routes_SOURCES)DIST_COMMON = Makefile.am Makefile.inSOURCES = $(print_peers_SOURCES) $(print_routes_SOURCES) $(xorpsh_print_peers_SOURCES) $(xorpsh_print_routes_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/tools/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)

⌨️ 快捷键说明

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