makefile.am

来自「P2P模拟器」· AM 代码 · 共 36 行

AM
36
字号
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 + =
减小字号Ctrl + -
显示快捷键?