Makefile.~1.10.~
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:1k
- # ZMAC_DEBUG = debug at mac level
- # ZMAC_TIME_SYNC = zmac time sync debug
- # ZMAC_TIMER = zmac tdma timer debug
- # ZMAC_ECN = zmac ecn debug
- # DEBUG = basic drand debug
- # ES_DEBUG = essential debug, only the results (frame, slot) printed
- # HELLO_DEBUG = debug of hello world
- # DRAND_DEBUG = debug of drand
- # FRAME_DEBUG = debug of frame phase
- # REPORT_DEBUG = debug of report phase
- # APP_DEBUG = debug of application
- # LDEBUG = LED debug
- COMPONENT=MultiHopTtestC
- #PFLAGS= -I%T/lib/MintRoute -I%T/lib/Queue -I%T/lib/Broadcast -DZMAC_DEBUG -DZMAC_BACKOFF -DZMAC_TIMER -DSEND_RATE=$(SEND_RATE) -DSELECTHCL=0 -DZMAC_TIME_SYNC
- PFLAGS= -I../../tos/lib/MintRoute -I%T/lib/Queue -I%T/lib/Broadcast -DSEND_RATE=$(SEND_RATE) -DSELECTHCL=1 -DAPP_DEBUG
- # -DZMAC_DEBUG -DZMAC_TIME_SYNC -DZMAC_TIMER
- #PFLAGS= -I%T/lib/MintRoute -I%T/lib/Queue -I%T/lib/Broadcast -DSEND_RATE=$(SEND_RATE) -DAPP_DEBUG
- #PFLAGS= -I%T/lib/Route -I%T/lib/Queue -I%T/lib/Broadcast -DAPP_DEBUG -DSEND_RATE=$(SEND_RATE)
- # for the old mint route
- include ../Makezmac