📄 makefile.in.svn-base
字号:
# Copyright (c) 1994, 1995, 1996# The Regents of the University of California. All rights reserved.## Redistribution and use in source and binary forms, with or without# modification, are permitted provided that: (1) source code distributions# retain the above copyright notice and this paragraph in its entirety, (2)# distributions including binary code include the above copyright notice and# this paragraph in its entirety in the documentation or other materials# provided with the distribution, and (3) all advertising materials mentioning# features or use of this software display the following acknowledgement:# ``This product includes software developed by the University of California,# Lawrence Berkeley Laboratory and its contributors.'' Neither the name of# the University nor the names of its contributors may be used to endorse# or promote products derived from this software without specific prior# written permission.# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.## @(#) $Header: 2002/10/09 15:34:11## Various configurable paths (remember to edit Makefile.in, not Makefile)## Top level hierarchyprefix = @prefix@# Pathname of directory to install the binaryBINDEST = @prefix@/bin# Pathname of directory to install the man pageMANDEST = @prefix@/manBLANK = # make a blank space. DO NOT add anything to this line# The following will be redefined under Windows (see WIN32 lable below)CC = @CC@CPP = @CXX@LINK = $(CPP)MKDEP = ./conf/mkdepTCLSH = @V_TCLSH@TCL2C = @V_TCL2CPP@AR = ar rc $(BLANK)RANLIB = @V_RANLIB@INSTALL = @INSTALL@LN = lnTEST = testRM = rm -fMV = mvPERL = @PERL@# for diffusion#DIFF_INCLUDES = "./diffusion3/main ./diffusion3/lib ./diffusion3/nr ./diffusion3/ns"CCOPT = @V_CCOPT@ STATIC = @V_STATIC@#LDFLAGS = $(STATIC)LDFLAGS = @LDFLAGS@LDOUT = -o $(BLANK)DEFINE = -DTCP_DELAY_BIND_ALL -DNO_TK @V_DEFINE@ @V_DEFINES@ @DEFS@ -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=@CPP_NAMESPACE@ -DUSE_SINGLE_ADDRESS_SPACE -Drng_testINCLUDES = \ -I. \ @V_INCLUDES@ \ -I./tcp -I./sctp -I./common -I./link -I./queue \ -I./adc -I./apps -I./mac -I./mobile -I./trace \ -I./routing -I./tools -I./classifier -I./mcast \ -I./diffusion3/lib/main -I./diffusion3/lib \ -I./diffusion3/lib/nr -I./diffusion3/ns \ -I./diffusion3/filter_core -I./asim/ -I./qs \ -I./diffserv -I./satellite \ -I./wpanLIB = \ @V_LIBS@ \ @V_LIB@ \ -lm @LIBS@# -L@libdir@ \CFLAGS += $(CCOPT) $(DEFINE)# Explicitly define compilation rules since SunOS 4's make doesn't like gcc.# Also, gcc does not remove the .o before forking 'as', which can be a# problem if you don't own the file but can write to the directory..SUFFIXES: .cc # $(.SUFFIXES).cc.o: @rm -f $@ $(CPP) -c $(CFLAGS) $(INCLUDES) -o $@ $*.cc.c.o: @rm -f $@ $(CC) -c $(CFLAGS) $(INCLUDES) -o $@ $*.cGEN_DIR = gen/LIB_DIR = lib/NS = nsNSX = nsxNSE = nse# To allow conf/makefile.win overwrite this macro# We will set these two macros to empty in conf/makefile.win since VC6.0# does not seem to support the STL in gcc 2.8 and up. OBJ_STL = diffusion3/lib/nr/nr.o diffusion3/lib/dr.o \ diffusion3/filters/diffusion/one_phase_pull.o \ diffusion3/filters/diffusion/two_phase_pull.o \ diffusion3/lib/diffapp.o \ diffusion3/ns/diffagent.o diffusion3/ns/diffrtg.o \ diffusion3/ns/difftimer.o \ diffusion3/filter_core/filter_core.o \ diffusion3/filter_core/iolog.o \ diffusion3/filter_core/iostats.o \ diffusion3/lib/main/attrs.o \ diffusion3/lib/main/events.o \ diffusion3/lib/main/iodev.o \ diffusion3/lib/main/iohook.o \ diffusion3/lib/main/timers.o \ diffusion3/lib/main/message.o \ diffusion3/lib/main/tools.o \ diffusion3/apps/gear_examples/gear_common.o \ diffusion3/apps/gear_examples/gear_receiver.o \ diffusion3/apps/gear_examples/gear_sender.o \ diffusion3/apps/rmst_examples/rmst_sink.o \ diffusion3/apps/rmst_examples/rmst_source.o \ diffusion3/apps/ping/1pp_ping_sender.o \ diffusion3/apps/ping/1pp_ping_receiver.o \ diffusion3/apps/ping/2pp_ping_sender.o \ diffusion3/apps/ping/2pp_ping_receiver.o \ diffusion3/apps/ping/ping_common.o \ diffusion3/apps/ping/push_receiver.o \ diffusion3/apps/ping/push_sender.o \ diffusion3/filters/gear/gear_attr.o \ diffusion3/filters/gear/gear.o \ diffusion3/filters/gear/gear_tools.o \ diffusion3/filters/misc/log.o \ diffusion3/filters/misc/srcrt.o \ diffusion3/filters/misc/tag.o \ diffusion3/filters/rmst/rmst.o \ diffusion3/filters/rmst/rmst_filter.oNS_TCL_LIB_STL = tcl/lib/ns-diffusion.tcl # WIN32: uncomment the following line to include specific make for VC++# !include <conf/makefile.win>OBJ_CC = \ tools/random.o tools/rng.o tools/ranvar.o common/misc.o common/timer-handler.o \ common/scheduler.o common/object.o common/packet.o \ common/ip.o routing/route.o common/connector.o common/ttl.o \ trace/trace.o trace/trace-ip.o \ classifier/classifier.o classifier/classifier-addr.o \ classifier/classifier-hash.o \ classifier/classifier-virtual.o \ classifier/classifier-mcast.o \ classifier/classifier-bst.o \ classifier/classifier-mpath.o mcast/replicator.o \ classifier/classifier-mac.o \ classifier/classifier-qs.o \ classifier/classifier-port.o src_rtg/classifier-sr.o \ src_rtg/sragent.o src_rtg/hdr_src.o adc/ump.o \ qs/qsagent.o qs/hdr_qs.o \ apps/app.o apps/telnet.o tcp/tcplib-telnet.o \ tools/trafgen.o trace/traffictrace.o tools/pareto.o \ tools/expoo.o tools/cbr_traffic.o \ adc/tbf.o adc/resv.o adc/sa.o tcp/saack.o \ tools/measuremod.o adc/estimator.o adc/adc.o adc/ms-adc.o \ adc/timewindow-est.o adc/acto-adc.o \ adc/pointsample-est.o adc/salink.o adc/actp-adc.o \ adc/hb-adc.o adc/expavg-est.o\ adc/param-adc.o adc/null-estimator.o \ adc/adaptive-receiver.o apps/vatrcvr.o adc/consrcvr.o \ common/agent.o common/message.o apps/udp.o \ common/session-rtp.o apps/rtp.o tcp/rtcp.o \ common/ivs.o \ common/messpass.o common/tp.o common/tpm.o apps/worm.o \ tcp/tcp.o tcp/tcp-sink.o tcp/tcp-reno.o \ tcp/tcp-newreno.o \ tcp/tcp-vegas.o tcp/tcp-rbp.o tcp/tcp-full.o tcp/rq.o \ baytcp/tcp-full-bay.o baytcp/ftpc.o baytcp/ftps.o \ tcp/scoreboard.o tcp/scoreboard-rq.o tcp/tcp-sack1.o tcp/tcp-fack.o \ tcp/tcp-asym.o tcp/tcp-asym-sink.o tcp/tcp-fs.o \ tcp/tcp-asym-fs.o tcp/tcp-qs.o \ tcp/tcp-int.o tcp/chost.o tcp/tcp-session.o \ tcp/nilist.o \ sctp/sctp.o apps/sctp_app1.o\ sctp/sctp-timestamp.o sctp/sctp-hbAfterRto.o \ sctp/sctp-multipleFastRtx.o sctp/sctp-mfrHbAfterRto.o \ sctp/sctp-mfrTimestamp.o \ sctp/sctpDebug.o \ tools/integrator.o tools/queue-monitor.o \ tools/flowmon.o tools/loss-monitor.o \ queue/queue.o queue/drop-tail.o \ adc/simple-intserv-sched.o queue/red.o \ queue/semantic-packetqueue.o queue/semantic-red.o \ tcp/ack-recons.o \ queue/sfq.o queue/fq.o queue/drr.o queue/srr.o queue/cbq.o \ queue/jobs.o queue/marker.o queue/demarker.o \ link/hackloss.o queue/errmodel.o queue/fec.o\ link/delay.o tcp/snoop.o \ gaf/gaf.o \ link/dynalink.o routing/rtProtoDV.o common/net-interface.o \ mcast/ctrMcast.o mcast/mcast_ctrl.o mcast/srm.o \ common/sessionhelper.o queue/delaymodel.o \ mcast/srm-ssm.o mcast/srm-topo.o \ routing/alloc-address.o routing/address.o \ $(LIB_DIR)int.Vec.o $(LIB_DIR)int.RVec.o \ $(LIB_DIR)dmalloc_support.o \ webcache/http.o webcache/tcp-simple.o webcache/pagepool.o \ webcache/inval-agent.o webcache/tcpapp.o webcache/http-aux.o \ webcache/mcache.o webcache/webtraf.o \ webcache/webserver.o \ webcache/logweb.o \ empweb/empweb.o \ empweb/empftp.o \ realaudio/realaudio.o \ mac/lanRouter.o classifier/filter.o \ common/pkt-counter.o \ common/Decapsulator.o common/Encapsulator.o \ common/encap.o \ mac/channel.o mac/mac.o mac/ll.o mac/mac-802_11.o \ mac/mac-802_3.o mac/mac-tdma.o mac/smac.o \ mobile/mip.o mobile/mip-reg.o mobile/gridkeeper.o \ mobile/propagation.o mobile/tworayground.o \ mobile/antenna.o mobile/omni-antenna.o \ mobile/shadowing.o mobile/shadowing-vis.o mobile/dumb-agent.o \ common/bi-connector.o common/node.o \ common/mobilenode.o \ mac/arp.o mobile/god.o mobile/dem.o \ mobile/topography.o mobile/modulation.o \ queue/priqueue.o queue/dsr-priqueue.o \ mac/phy.o mac/wired-phy.o mac/wireless-phy.o \ mac/mac-timers.o trace/cmu-trace.o mac/varp.o \ mac/mac-simple.o \ satellite/sat-hdlc.o \ dsdv/dsdv.o dsdv/rtable.o queue/rtqueue.o \ routing/rttable.o \ imep/imep.o imep/dest_queue.o imep/imep_api.o \ imep/imep_rt.o imep/rxmit_queue.o imep/imep_timers.o \ imep/imep_util.o imep/imep_io.o \ tora/tora.o tora/tora_api.o tora/tora_dest.o \ tora/tora_io.o tora/tora_logs.o tora/tora_neighbor.o \ dsr/dsragent.o dsr/hdr_sr.o dsr/mobicache.o dsr/path.o \ dsr/requesttable.o dsr/routecache.o dsr/add_sr.o \ dsr/dsr_proto.o dsr/flowstruct.o dsr/linkcache.o \ dsr/simplecache.o dsr/sr_forwarder.o \ aodv/aodv_logs.o aodv/aodv.o \ aodv/aodv_rtable.o aodv/aodv_rqueue.o \ common/ns-process.o \ satellite/satgeometry.o satellite/sathandoff.o \ satellite/satlink.o satellite/satnode.o \ satellite/satposition.o satellite/satroute.o \ satellite/sattrace.o \ rap/raplist.o rap/rap.o rap/media-app.o rap/utilities.o \ common/fsm.o tcp/tcp-abs.o \ diffusion/diffusion.o diffusion/diff_rate.o diffusion/diff_prob.o \ diffusion/diff_sink.o diffusion/flooding.o diffusion/omni_mcast.o \ diffusion/hash_table.o diffusion/routing_table.o diffusion/iflist.o \ tcp/tfrc.o tcp/tfrc-sink.o mobile/energy-model.o apps/ping.o tcp/tcp-rfc793edu.o \ queue/rio.o queue/semantic-rio.o tcp/tcp-sack-rh.o tcp/scoreboard-rh.o \ plm/loss-monitor-plm.o plm/cbr-traffic-PP.o \ linkstate/hdr-ls.o \ mpls/classifier-addr-mpls.o mpls/ldp.o mpls/mpls-module.o \ routing/rtmodule.o classifier/classifier-hier.o \ routing/addr-params.o \ nix/hdr_nv.o nix/classifier-nix.o \ nix/nixnode.o \ routealgo/rnode.o \ routealgo/bfs.o \ routealgo/rbitmap.o \ routealgo/rlookup.o \ routealgo/routealgo.o \ nix/nixvec.o \ nix/nixroute.o \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -