makefile
来自「tinyos最新版」· 代码 · 共 27 行
TXT
27 行
TOS = $(shell ncc -print-tosdir)PACKAGE = net.tinyos.messageMIG = mig javaROOT = ../../../..include $(ROOT)/Makefile.include#TO REMAKE BaseTOSMsg, uncomment the line below and type make telos msg#include $(TOS)/../apps/MakerulesAM = $(TOS)/platform/telos/AM.hmsg: FORCE $(MIG) $(PFLAGS) $(CFLAGS) -java-classname=$(PACKAGE).$(PLATFORM).BaseTOSMsg $(AM) TOS_Msg -o BaseTOSMsg.java @echo @echo '************** WARNING ***************' @echo @echo You have rebuilt BaseTOSMsg.java. Assuming you really meant to do this, @echo you should now edit it to remove static from the following methods: @echo totalSize_data totalSizeBits_data @echo 'numElements_data() numElements_data(int dimension)' @echo offset_crc offsetBits_crc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?