📄 makefile
字号:
# The install rules assume that JNI libraries should be placed in .../jre/bin# This seems to be true on Windows, and IBM's Linux Java# It's not true for Sun's Linux Java (but we don't have javax.comm for that, so...)JNI=$(shell ../../scripts/locate-jre --jni)JAVAC_DIR=$(shell ../../scripts/locate-jre --javac)JDK=$(shell dirname "$(JAVAC_DIR)")all install clean rpminstall: $(MAKE) -f Makefile.$(shell uname | cut -d_ -f1) "JDK=$(JDK)" "JNI=$(JNI)" $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -