makefile.in

来自「著名的加密软件的应用于电子邮件中」· IN 代码 · 共 22 行

IN
22
字号
#
# lib/pgp/Makefile.in
#
# Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
#
# $Id: Makefile.in,v 1.4.2.1 1997/06/07 09:49:47 mhw Exp $
#

LIBDONE=helper/DONE compress/DONE hash/DONE cipher/DONE random/DONE \
	pubkey/DONE pipe/LIBDONE utils/DONE keys/DONE keydb/DONE
SUBDIRS=include helper compress hash cipher random pubkey pipe utils \
	keys keydb

INSTALLLIBS = $(PGPLIB)
LIBTARGET = $(PGPLIB)
LIBTDEPS = LIBDONE

all:: $(PGPLIB)

very-clean::
	$(RM) $(PGPLIB) ../$(PGPLIB)

⌨️ 快捷键说明

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