📄 makefile.am
字号:
# Makefile for authentication modules in the Squid Object Cache server## $Id: Makefile.am,v 1.4 2006/06/02 21:35:38 hno Exp $#AUTOMAKE_OPTIONS = subdir-objectsEXTRA_LIBRARIES = libbasic.a libdigest.a libntlm.a libnegotiate.anoinst_LIBRARIES = @AUTH_LIBS@libbasic_a_SOURCES = basic/auth_basic.c basic/auth_basic.hlibdigest_a_SOURCES = digest/auth_digest.c digest/auth_digest.hlibntlm_a_SOURCES = ntlm/auth_ntlm.c ntlm/auth_ntlm.hlibnegotiate_a_SOURCES = negotiate/auth_negotiate.c negotiate/auth_negotiate.hINCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -