📄 imakefile
字号:
# This Imakefile has not been tested for a while but it should still# work when placed in the correct directory in the kerberos v 4 distributionSRCS= cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \ qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \ enc_read.c enc_writ.c fcrypt.c cfb_enc.c \ 3ecb_enc.c ofb_enc.cOBJS= cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \ qud_cksm.o rand_key.o read_pwd.o set_key.o str2key.o \ enc_read.o enc_writ.o fcrypt.o cfb_enc.o \ 3ecb_enc.o ofb_enc.oGENERAL=COPYING FILES INSTALL Imakefile README VERSION makefile times \ vms.com KERBEROSDES= des.c des.manTESTING=destest.c speed.c rpw.cLIBDES= des_crypt.man des.h des_locl.h podd.h sk.h spr.hPERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.plCODE= $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL)SRCDIR=$(SRCTOP)/lib/desDBG= -OINCLUDE= -I$(SRCDIR)CC= cclibrary_obj_rule()install_library_target(des,$(OBJS),$(SRCS),)test(destest,libdes.a,)test(rpw,libdes.a,)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -