makefile

来自「早期freebsd实现」· 代码 · 共 43 行

TXT
43
字号
#	@(#)Makefile	8.1 (Berkeley) 6/1/93LIB=	desCFLAGS+=-DKERBEROS -I. -I${.CURDIR}/../includeSRCS=	cbc_encrypt.c cksum.c debug_decl.c des.c key_parity.c \	key_sched.c new_rnd_key.c pcbc_encrypt.c quad_cksum.c \	random_key.c read_password.c string_to_key.c util.c weak_key.cCLEANFILES+=key_perm.h s_table.h ip.c p.c fp.c odd.h p_table.hNOPROFILE=TDIR=	${.CURDIR}/..key_perm.h:	cd ${TDIR}/make_key_perm; make	${TDIR}/make_key_perm/obj/make_key_perm key_perm.hp_table.h:	cd ${TDIR}/make_p_table; make	${TDIR}/make_p_table/obj/make_p_table p_table.hs_table.h:	cd ${TDIR}/make_s_table; make	${TDIR}/make_s_table/obj/make_s_table s_table.hip.c:	cd ${TDIR}/make_ip; make	${TDIR}/make_ip/obj/make_ip ip.cp.c:	cd ${TDIR}/make_p; make	${TDIR}/make_p/obj/make_p p.cfp.c:	cd ${TDIR}/make_fp; make	${TDIR}/make_fp/obj/make_fp fp.codd.h:	cd ${TDIR}/make_odd; make	${TDIR}/make_odd/obj/make_odd odd.h.include <bsd.lib.mk>${OBJS} ${POBJS} .depend: key_perm.h p_table.h s_table.h ip.c p.c fp.c odd.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?