📄 makefile
字号:
## Makefile## Version: $Id: Makefile,v 1.7 2007/05/29 12:37:23 aland Exp $#HEADERS = hash.h libradius.h md4.h md5.h missing.h packet.h radius.h \ radpaths.h sha1.h token.h udpfromto.h vqp.h ident.h include ../../Make.inc.PHONY: all clean distclean installall: radpaths.hradpaths.h: build-radpaths-h @/bin/sh ./build-radpaths-hdistclean: rm -f radpaths.hclean:install: $(INSTALL) -d -m 755 $(R)$(includedir)/freeradius for i in $(HEADERS); do \ sed 's/^#include <freeradius-devel/#include <freeradius/' $$i > $(R)$(includedir)/freeradius/$$i; \ chmod 644 $(R)$(includedir)/freeradius/$$i; \ done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -