⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 asn格式文件的编译器
💻 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 = asn1test.dsp asn1test.vcproj test.asnINCLUDES =  @PIPEFLAG@ @DEBUGFLAG@ -I$(top_builddir)/asn1 -I$(top_srcdir)/asn1 -I$(top_builddir)/asnh323TESTS = asn1testcheck_PROGRAMS = asn1testasn1test_LDADD =$(top_builddir)/asn1/libasn1.a @LIBSTL@BUILT_SOURCES = myhttp.cxx test1.cxx test1.h test1.inl myhttp.h myhttp.inl	asn1test_SOURCES = $(BUILT_SOURCES) asn1test.cpp 		$(BUILT_SOURCES) : test.asn	@ASNPARSER@ -v -c $(srcdir)/test.asnDISTFILES = $(DIST_COMMON) $(EXTRA_DIST) asn1test.h asn1test.cppCLEANFILES = $(BUILT_SOURCES)asn1test_LDFLAGS = @LDFLAGS@

⌨️ 快捷键说明

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