⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make-template

📁 vc环境下的pgp源码
💻
字号:
#-----------------------------------------------------------------------------
# Copyright (c) 1994 Regents of the University of Michigan.
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that this notice is preserved and that due credit is given
# to the University of Michigan at Ann Arbor. The name of the University
# may not be used to endorse or promote products derived from this
# software without specific prior written permission. This software
# is provided ``as is'' without express or implied warranty.
#
#       LDAP buildtools makefile
#
#-----------------------------------------------------------------------------

all:	FORCE
	@if [ ! -z "$(NEEDUNPROTO)" ]; then \
	    cd unproto; $(MAKE) $(MFLAGS) CC=$(CC); \
	else \
	    exit 0; \
	fi

install:	FORCE

clean:
	cd unproto; $(MAKE) $(MFLAGS) clean
	cd platforms; $(MAKE) $(MFLAGS) clean

veryclean:
	cd unproto; $(MAKE) $(MFLAGS) clean
	cd platforms; $(MAKE) $(MFLAGS) veryclean

links:
	@echo "making links in `$(PWD)`"; \
	$(LN) .src/version .src/platforms .src/Make-append .src/install.sh . ; \
	( $(MKDIR) unproto; cd unproto; $(LN) ../.src/unproto .src; \
	  $(LN) .src/Makefile .src/*.[ch] . )

⌨️ 快捷键说明

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