makefile.am

来自「RSA加密/解密算法源码 asn1c-0.9.12」· AM 代码 · 共 41 行

AM
41
字号
AM_CFLAGS = @ADD_CFLAGS@AM_CPPFLAGS =				\	-I$(top_srcdir)/libasn1parsernoinst_LTLIBRARIES = libasn1fix.lalibasn1fix_la_LDFLAGS = -all-staticlibasn1fix_la_SOURCES =					\	asn1fix.c asn1fix.h				\	asn1fix_internal.h				\	asn1fix_misc.c asn1fix_misc.h			\	asn1fix_value.c asn1fix_value.h			\	asn1fix_compat.c asn1fix_compat.h		\	asn1fix_constr.c asn1fix_constr.h		\	asn1fix_cstring.c asn1fix_cstring.h		\	asn1fix_retrieve.c asn1fix_retrieve.h		\	asn1fix_bitstring.c asn1fix_bitstring.h		\	asn1fix_constraint.c asn1fix_constraint.h	\	asn1fix_integer.c asn1fix_integer.h		\	asn1fix_crange.c asn1fix_crange.h		\	asn1fix_dereft.c asn1fix_dereft.h		\	asn1fix_derefv.c asn1fix_derefv.h		\	asn1fix_export.c asn1fix_export.h		\	asn1fix_param.c asn1fix_param.h			\	asn1fix_class.c asn1fix_class.h			\	asn1fix_tags.c asn1fix_tags.h			\	asn1fix_enum.c asn1fix_enum.h			\	asn1fix_constraint_compat.ccheck_PROGRAMS = check_fixercheck_fixer_LDADD = $(noinst_LTLIBRARIES)		\	$(top_builddir)/libasn1parser/libasn1parser.lacheck_fixer_DEPENDENCIES = $(check_fixer_LDADD)TESTS_ENVIRONMENT= ./check_fixerTESTS = ${top_srcdir}/tests/*.asn1## TESTS = ${check_PROGRAMS}	# This is an alternate form of testing

⌨️ 快捷键说明

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