?? makefile
字號(hào):
# FIXME: use libs only where requiredCFLAGS=-ansi -Wall -ggdb# libxmlCFLAGS+=${shell xml2-config --cflags}LDFLAGS+=${shell xml2-config --libs}# cdkCFLAGS+=-I/usr/include/cdkLDFLAGS+=-lcdk -lncurses# opensslLDFLAGS+=-lssl# readline and historyLDFLAGS+=-lreadline -lhistoryall: readtoken readtoken_cli cryptodevcfg cryptokencfg masterkeycfg cryptousercfgreadtoken: readtoken.o shm.o pkcs5_pbkdf2.o util.o tokencommon.o globalvars.oreadtoken_cli: readtoken_cli.o shm.o pkcs5_pbkdf2.o util.o tokencommon.o globalvars.ocryptodevcfg: cryptodevcfg.o shm.o util.o shell.o devcfgcommands.o globalvars.o ctabcommon.ocryptokencfg: cryptokencfg.o util.o shell.o tokencfgcommands.o pkcs5_pbkdf2.o tokencommon.o globalvars.ocryptousercfg: cryptousercfg.o util.o shell.o usercfgcommands.o pkcs5_pbkdf2.o tokencommon.o globalvars.o shm.o ctabcommon.omasterkeycfg: masterkeycfg.o shm.o util.o globalvars.odiskimage: dd if=/dev/zero of=diskimage bs=1M count=10 && losetup /dev/loop0 diskimage && mkfs.ext2 /dev/loop0 && losetup -d /dev/loop0clean: rm -f *.o readtoken cryptodevcfg masterkeycfg cryptokencfg readtoken_cli cryptousercfg
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -