makefile.am
来自「功能强大的代理服务器」· AM 代码 · 共 21 行
AM
21 行
## Makefile for the Squid Object Cache server## $Id$## Uncomment and customize the following to suit your needs:#libexec_SCRIPTS = squid_db_authCLEANFILES = squid_db_auth squid_db_auth.8do_subst = sed -e 's,[@]PERL[@],$(PERL),g'man_MANS = squid_db_auth.8EXTRA_DIST = passwd.sql \ squid_db_auth.insquid_db_auth.8: squid_db_auth pod2man squid_db_auth squid_db_auth.8squid_db_auth: squid_db_auth.in $(do_subst) < $(srcdir)/squid_db_auth.in >squid_db_auth
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?