makefile.am

来自「linux 下通过802.1认证的安装包」· AM 代码 · 共 27 行

AM
27
字号
AUTOMAKE_OPTIONS=foreign no-dependencies

INCLUDES           = @INCS@ -I ${top_srcdir}/lib/libxsupconfig
include_HEADERS    = xsupconfwrite.h
lib_LIBRARIES      = libxsupconfwrite.a
libxsupconfwrite_a_SOURCES = xsupconfwrite.c xsupconfwrite_common.c \
			     xsupconfwrite_connection.c \
   			     xsupconfwrite_connections.c \
			     xsupconfwrite_devices.c \
			     xsupconfwrite_eap.c \
			     xsupconfwrite_eap_aka.c \
			     xsupconfwrite_eap_fast.c \
			     xsupconfwrite_eap_mschapv2.c \
			     xsupconfwrite_eap_peap.c \
 			     xsupconfwrite_eap_sim.c \
			     xsupconfwrite_eap_tls.c \
			     xsupconfwrite_eap_tnc.c \
			     xsupconfwrite_eap_ttls.c \
			     xsupconfwrite_globals.c \
			     xsupconfwrite_interface.c \
			     xsupconfwrite_profiles.c \
			     xsupconfwrite_pwd_only.c \
			     xsupconfwrite_trusted_server.c \
			     xsupconfwrite_trusted_servers.c \
			     xsupconfwrite_managed_networks.c

⌨️ 快捷键说明

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