📄 makefile.am
字号:
## Copyright (c) 2001 Institute for Information Industry, Taiwan, Republic of China # Written by mangelo@users.sourceforge.net# # This file is part of III ASN.1 Tool.# # The contents of this file are subject to the Mozilla Public License# Version 1.0 (the "License"); you may not use this file except in# compliance with the License. You may obtain a copy of the License at# http://www.mozilla.org/MPL/## Software distributed under the License is distributed on an "AS IS"# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See# the License for the specific language governing rights and limitations# under the License.# # III ASN.1 Tool is the ASN.1 to C++ compiler and C++ run time library# for encoding and decoding ASN.1 types.# For details, see the III ASN.1 Tool World-Wide-Web page, # `http://iiiasn1.sourceforge.net'.#AUTOMAKE_OPTIONS = dist-zipEXTRA_DIST = h323test.dsp h323test.vcprojTESTS = h323testcheck_PROGRAMS = h323testnoinst_HEADERS = asn1test.hINCLUDES = @PIPEFLAG@ @DEBUGFLAG@ -I$(top_builddir)/asn1 -I$(top_srcdir)/asn1 -I$(top_builddir)/asnh323h323test_LDADD =$(top_builddir)/asnh323/libasnh323.a $(top_builddir)/asn1/libasn1.a @LIBSTL@ h323test_SOURCES = h323test.cpp \ h225test.cpp \ h245test.cpp \ h248test.cpp \ h450test.cpp h323test_LDFLAGS = @LDFLAGS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -