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

📄 makefile.in

📁 asn格式文件的编译器
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.6.2 from Makefile.am.# @configure_input@# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.@SET_MAKE@## 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'.## enable make dist-zipSHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includepkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_HEADER = $(INSTALL_DATA)transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = @build_alias@build_triplet = @build@host_alias = @host_alias@host_triplet = @host@target_alias = @target_alias@target_triplet = @target@EXEEXT = @EXEEXT@OBJEXT = @OBJEXT@PATH_SEPARATOR = @PATH_SEPARATOR@AMTAR = @AMTAR@ASNPARSER = @ASNPARSER@AWK = @AWK@CC = @CC@CPP = @CPP@CXX = @CXX@CXXCPP = @CXXCPP@DEBUGFLAG = @DEBUGFLAG@DEPDIR = @DEPDIR@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LIBSTL = @LIBSTL@PACKAGE = @PACKAGE@PIPEFLAG = @PIPEFLAG@PTHREAD_CC = @PTHREAD_CC@PTHREAD_CFLAGS = @PTHREAD_CFLAGS@PTHREAD_LIBS = @PTHREAD_LIBS@RANLIB = @RANLIB@STRIP = @STRIP@VERSION = @VERSION@am__include = @am__include@am__quote = @am__quote@asnh323dir = @asnh323dir@install_sh = @install_sh@AUTOMAKE_OPTIONS = dist-zipEXTRA_DIST = ASN1.dsp ASN1.vcproj asn1_dll.dsp asn1_dll.vcproj dllmain.cxx asn1.dtfINCLUDES = @PIPEFLAG@ @DEBUGFLAG@ # specify the header files that should be installedinclude_HEADERS = asn1.h AssocVector.h#specify the header files used only when building the librarynoinst_HEADERS = ios_helper.h# specify the name of the library			lib_LIBRARIES = libasn1.a# specify the source files of the librarylibasn1_a_SOURCES = asn1.cxx BEREncoder.cxx BERDecoder.cxx PEREncoder.cxx PERDecoder.cxx AVNEncoder.cxx AVNDecoder.cxx ValidChecker.cxx CoderEnv.cxx InvalidTracer.cxxSUBDIRS = . testsuitesubdir = asn1mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LIBRARIES = $(lib_LIBRARIES)libasn1_a_AR = $(AR) crulibasn1_a_LIBADD =am_libasn1_a_OBJECTS = asn1.$(OBJEXT) BEREncoder.$(OBJEXT) \	BERDecoder.$(OBJEXT) PEREncoder.$(OBJEXT) PERDecoder.$(OBJEXT) \	AVNEncoder.$(OBJEXT) AVNDecoder.$(OBJEXT) \	ValidChecker.$(OBJEXT) CoderEnv.$(OBJEXT) \	InvalidTracer.$(OBJEXT)libasn1_a_OBJECTS = $(am_libasn1_a_OBJECTS)DEFS = @DEFS@DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@depcomp = $(SHELL) $(top_srcdir)/config/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/AVNDecoder.Po \@AMDEP_TRUE@	./$(DEPDIR)/AVNEncoder.Po ./$(DEPDIR)/BERDecoder.Po \@AMDEP_TRUE@	./$(DEPDIR)/BEREncoder.Po ./$(DEPDIR)/CoderEnv.Po \@AMDEP_TRUE@	./$(DEPDIR)/InvalidTracer.Po \@AMDEP_TRUE@	./$(DEPDIR)/PERDecoder.Po ./$(DEPDIR)/PEREncoder.Po \@AMDEP_TRUE@	./$(DEPDIR)/ValidChecker.Po ./$(DEPDIR)/asn1.PoCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \	-o $@CXXFLAGS = @CXXFLAGS@DIST_SOURCES = $(libasn1_a_SOURCES)HEADERS = $(include_HEADERS) $(noinst_HEADERS)RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \	uninstall-info-recursive all-recursive install-data-recursive \	install-exec-recursive installdirs-recursive install-recursive \	uninstall-recursive check-recursive installcheck-recursiveDIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) Makefile.am \	Makefile.inDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libasn1_a_SOURCES)all: all-recursive.SUFFIXES:.SUFFIXES: .cxx .o .obj$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  asn1/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)AR = arlibLIBRARIES_INSTALL = $(INSTALL_DATA)install-libLIBRARIES: $(lib_LIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libdir)	@list='$(lib_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \	    $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \	  else :; fi; \	done	@$(POST_INSTALL)	@list='$(lib_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \	  else :; fi; \	doneuninstall-libLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(lib_LIBRARIES)'; for p in $$list; do \	  p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f $(DESTDIR)$(libdir)/$$p"; \	  rm -f $(DESTDIR)$(libdir)/$$p; \	doneclean-libLIBRARIES:	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)libasn1.a: $(libasn1_a_OBJECTS) $(libasn1_a_DEPENDENCIES) 	-rm -f libasn1.a	$(libasn1_a_AR) libasn1.a $(libasn1_a_OBJECTS) $(libasn1_a_LIBADD)	$(RANLIB) libasn1.amostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AVNDecoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AVNEncoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BERDecoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BEREncoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CoderEnv.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InvalidTracer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PERDecoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PEREncoder.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ValidChecker.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1.Po@am__quote@distclean-depend:	-rm -rf ./$(DEPDIR).cxx.o:@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@

⌨️ 快捷键说明

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