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

📄 makefile.am

📁 P2P模拟器
💻 AM
字号:
bin_PROGRAMS = p2psimp2psim_SOURCES = main.Cp2psim_LDADD = p2psim_core.o \               ../events/events.o \	       ../eventgenerators/eventgenerators.o \	       ../failuremodels/failuremodels.o \	       ../misc/misc.o \	       ../observers/observers.o \	       ../protocols/protocols.o \	       ../topologies/topologies.o \	       ../libtask/libtask.o \               -lcrypto $(GBLIBS)EXTRA_DIST = args.h condvar.h event.h eventgenerator.h eventqueue.h \             eventqueueobserver.h failuremodel.h network.h node.h observed.h \             observer.h observerinfo.h p2protocol.h p2psim.h p2psim_hashmap.h \             packet.h parse.h rpchandle.h threaded.h threadmanager.h tmgdmalloc.h \             topology.h skiplist.h keyfunc.h bighashmap_arena.hh \	     bighashmap.cc bighashmap.hhnoinst_PROGRAMS = p2psim_core.op2psim_core_o_SOURCES = condvar.C p2protocol.C event.C \		        eventqueue.C \		        eventgenerator.C \		        eventqueueobserver.C \		        network.C node.C observed.C \		        p2psim.C packet.C parse.C \		        rpchandle.C threaded.C threadmanager.C \		        tmgdmalloc.C topology.C \			bighashmap_arena.ccp2psim_core_o_LIBS = p2psim_core_o_LINK = $(LD) -r -o $@include $(top_srcdir)/Makefile.incl

⌨️ 快捷键说明

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