?? makefile
字號(hào):
SUBDIRS = jni testOTHER_TARGETS = jni-headers OTHER_CLEAN = other-clean###### don't modify anything below this line!BASE = $(shell pwd | sed 's@\(.*\)/ninja2.*$$@\1/ninja2@' )include $(BASE)/core/Makefile.includeJNI_HEADERS = $(addprefix jni/,$(CLASSES:.class=.h))PACKAGE = ninja2.core.io_core.nbiojni/%.h: %.class javah -jni -o $@ $(PACKAGE).$(<:.class=) jni-headers: $(JNI_HEADERS)other-clean: rm -f $(JNI_HEADERS)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -