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

📄 makefile

📁 模拟P2P各种网络环境的,适合新手们的学习,不错的源码.
💻
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.9.2 from Makefile.am.# Makefile.  Generated from Makefile.in by configure.# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004  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.SOURCES = $(simulator_SOURCES)srcdir = .top_srcdir = .pkgdatadir = $(datadir)/simulatorpkglibdir = $(libdir)/simulatorpkgincludedir = $(includedir)/simulatortop_builddir = .am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = /usr/bin/install -cinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :bin_PROGRAMS = simulator$(EXEEXT)subdir = .DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \	$(srcdir)/Makefile.in $(srcdir)/config.h.in \	$(top_srcdir)/configure depcomp install-sh missingACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/configure.inam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.linenomkinstalldirs = $(install_sh) -dCONFIG_HEADER = config.hCONFIG_CLEAN_FILES =am__installdirs = "$(DESTDIR)$(bindir)"binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(bin_PROGRAMS)am_simulator_OBJECTS = simulator.$(OBJEXT) SimEvent.$(OBJEXT) \	SimEventHandler.$(OBJEXT) SimEventScheduler.$(OBJEXT) \	Agent.$(OBJEXT) PowerLaw.$(OBJEXT) Protocol.$(OBJEXT) \	BTEvent.$(OBJEXT) BTPeerMessage.$(OBJEXT) BTDocument.$(OBJEXT) \	BTPeer.$(OBJEXT) BTSession.$(OBJEXT) BTSocket.$(OBJEXT) \	BTConnection.$(OBJEXT) BTTracker.$(OBJEXT) \	BTGetRequest.$(OBJEXT) BTTrackerResponse.$(OBJEXT) \	BTTorrent.$(OBJEXT) BT.$(OBJEXT) HandleError.$(OBJEXT) \	BTAlgorithmRechoke.$(OBJEXT) Sysparameter.$(OBJEXT) \	Topology.$(OBJEXT) Connection.$(OBJEXT) Link.$(OBJEXT) \	Node.$(OBJEXT) Graph.$(OBJEXT) Property.$(OBJEXT) \	NodeProperty.$(OBJEXT) LinkProperty.$(OBJEXT) \	BandwidthManager.$(OBJEXT) Cache.$(OBJEXT) Statistic.$(OBJEXT)simulator_OBJECTS = $(am_simulator_OBJECTS)simulator_LDADD = $(LDADD)DEFAULT_INCLUDES = -I. -I$(srcdir) -I.depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \	-o $@COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@SOURCES = $(simulator_SOURCES)DIST_SOURCES = $(simulator_SOURCES)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)distdir = $(PACKAGE)-$(VERSION)top_distdir = $(distdir)am__remove_distdir = \  { test ! -d $(distdir) \    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \         && rm -fr $(distdir); }; }DIST_ARCHIVES = $(distdir).tar.gzGZIP_ENV = --bestdistuninstallcheck_listfiles = find . -type f -printdistcleancheck_listfiles = find . -type f -printACLOCAL = aclocal-1.9AMDEP_FALSE = #AMDEP_TRUE = AMTAR = tarAUTOCONF = autoconfAUTOHEADER = autoheaderAUTOMAKE = automake-1.9AWK = mawkCC = gccCCDEPMODE = depmode=gcc3CFLAGS = -g -O2CPP = gcc -ECPPFLAGS = CXX = g++CXXDEPMODE = depmode=gcc3CXXFLAGS = -Wall -Wno-deprecated -gCYGPATH_W = echoDEFS = -DHAVE_CONFIG_HDEPDIR = .depsECHO_C = ECHO_N = -nECHO_T = EGREP = grep -EEXEEXT = INSTALL_DATA = ${INSTALL} -m 644INSTALL_PROGRAM = ${INSTALL}INSTALL_SCRIPT = ${INSTALL}INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -sLDFLAGS = LIBOBJS = LIBS = LTLIBOBJS = MAKEINFO = makeinfoOBJEXT = oPACKAGE = simulatorPACKAGE_BUGREPORT = futing@tom.comPACKAGE_NAME = simulatorPACKAGE_STRING = simulator 0.1PACKAGE_TARNAME = simulatorPACKAGE_VERSION = 0.1PATH_SEPARATOR = :SET_MAKE = SHELL = /bin/shSTRIP = VERSION = 0.1ac_ct_CC = gccac_ct_CXX = g++ac_ct_STRIP = am__fastdepCC_FALSE = #am__fastdepCC_TRUE = am__fastdepCXX_FALSE = #am__fastdepCXX_TRUE = am__include = includeam__leading_dot = .am__quote = am__tar = ${AMTAR} chof - "$$tardir"am__untar = ${AMTAR} xf -bindir = ${exec_prefix}/binbuild_alias = datadir = ${prefix}/shareexec_prefix = ${prefix}host_alias = includedir = ${prefix}/includeinfodir = ${prefix}/infoinstall_sh = /home/tracey/p2psimulator/install-shlibdir = ${exec_prefix}/liblibexecdir = ${exec_prefix}/libexeclocalstatedir = ${prefix}/varmandir = ${prefix}/manmkdir_p = mkdir -p --oldincludedir = /usr/includeprefix = /usr/localprogram_transform_name = s,x,x,sbindir = ${exec_prefix}/sbinsharedstatedir = ${prefix}/comsysconfdir = ${prefix}/etctarget_alias = simulator_SOURCES = simulator.h simulator.cpp SimEvent.h SimEvent.cpp SimEventHandler.h SimEventHandler.cpp SimEventScheduler.h SimEventScheduler.cpp Agent.h Agent.cpp PowerLaw.h PowerLaw.cpp Protocol.h Protocol.cpp BTEvent.h BTEvent.cpp BTPeerMessage.h BTPeerMessage.cpp BTDocument.h BTDocument.cpp BTPeer.h BTPeer.cpp BTSession.h BTSession.cpp BTSocket.h BTSocket.cpp BTConnection.h BTConnection.cpp  BTTracker.h BTTracker.cpp BTGetRequest.h BTGetRequest.cpp BTTrackerResponse.h BTTrackerResponse.cpp BTTorrent.h BTTorrent.cpp BT.h BT.cpp HandleError.h HandleError.cpp BTAlgorithmRechoke.h BTAlgorithmRechoke.cpp Sysparameter.h Sysparameter.cpp  Topology.h Topology.cpp  Connection.h Connection.cpp Link.h Link.cpp Node.h Node.cpp Graph.h Graph.cpp Property.h Property.cpp NodeProperty.h NodeProperty.cpp LinkProperty.h LinkProperty.cpp BandwidthManager.h BandwidthManager.cpp Cache.h Cache.cpp  Statistic.h Statistic.cppall: config.h	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .cpp .o .objam--refresh:	@:$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \	      cd $(srcdir) && $(AUTOMAKE) --foreign  \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --foreign  Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    echo ' $(SHELL) ./config.status'; \	    $(SHELL) ./config.status;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(top_srcdir)/configure:  $(am__configure_deps)	cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.h: stamp-h1	@if test ! -f $@; then \	  rm -f stamp-h1; \	  $(MAKE) stamp-h1; \	else :; fistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status	@rm -f stamp-h1	cd $(top_builddir) && $(SHELL) ./config.status config.h$(srcdir)/config.h.in:  $(am__configure_deps) 	cd $(top_srcdir) && $(AUTOHEADER)	rm -f stamp-h1	touch $@distclean-hdr:	-rm -f config.h stamp-h1install-binPROGRAMS: $(bin_PROGRAMS)	@$(NORMAL_INSTALL)	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  if test -f $$p \	  ; then \	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \	  else :; fi; \	doneuninstall-binPROGRAMS:	@$(NORMAL_UNINSTALL)	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's,^.*/,,;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)simulator$(EXEEXT): $(simulator_OBJECTS) $(simulator_DEPENDENCIES) 	@rm -f simulator$(EXEEXT)	$(CXXLINK) $(simulator_LDFLAGS) $(simulator_OBJECTS) $(simulator_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.cinclude ./$(DEPDIR)/Agent.Poinclude ./$(DEPDIR)/BT.Poinclude ./$(DEPDIR)/BTAlgorithmRechoke.Poinclude ./$(DEPDIR)/BTConnection.Poinclude ./$(DEPDIR)/BTDocument.Poinclude ./$(DEPDIR)/BTEvent.Poinclude ./$(DEPDIR)/BTGetRequest.Poinclude ./$(DEPDIR)/BTPeer.Poinclude ./$(DEPDIR)/BTPeerMessage.Poinclude ./$(DEPDIR)/BTSession.Poinclude ./$(DEPDIR)/BTSocket.Poinclude ./$(DEPDIR)/BTTorrent.Poinclude ./$(DEPDIR)/BTTracker.Poinclude ./$(DEPDIR)/BTTrackerResponse.Poinclude ./$(DEPDIR)/BandwidthManager.Poinclude ./$(DEPDIR)/Cache.Poinclude ./$(DEPDIR)/Connection.Poinclude ./$(DEPDIR)/Graph.Poinclude ./$(DEPDIR)/HandleError.Poinclude ./$(DEPDIR)/Link.Poinclude ./$(DEPDIR)/LinkProperty.Poinclude ./$(DEPDIR)/Node.Poinclude ./$(DEPDIR)/NodeProperty.Poinclude ./$(DEPDIR)/PowerLaw.Poinclude ./$(DEPDIR)/Property.Poinclude ./$(DEPDIR)/Protocol.Poinclude ./$(DEPDIR)/SimEvent.Poinclude ./$(DEPDIR)/SimEventHandler.Poinclude ./$(DEPDIR)/SimEventScheduler.Poinclude ./$(DEPDIR)/Statistic.Poinclude ./$(DEPDIR)/Sysparameter.Po

⌨️ 快捷键说明

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