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

📄 makefile.in

📁 OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for
💻 IN
📖 第 1 页 / 共 5 页
字号:
# Makefile.in generated by automake 1.10 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005, 2006  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@# =============================================================================# # @(#) Makefile.am,v openss7-0_9_2_E(0.9.2.13) 2006/12/18 10:51:00## -----------------------------------------------------------------------------## Copyright (c) 2001-2006  OpenSS7 Corporation <http://www.openss7.com/># Copyright (c) 1997-2000  Brian F. G. Bidulock <bidulock@openss7.org>## All Rights Reserved.## This program is free software; you can redistribute it and/or modify it under# the terms of the GNU General Public License as published by the Free Software# Foundation; version 2 of the License.## This program is distributed in the hope that it will be useful, but WITHOUT# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more# details.## You should have received a copy of the GNU General Public License along with# this program; if not, write to the Free Software Foundation, Inc., 675 Mass# Ave, Cambridge, MA 02139, USA.## -----------------------------------------------------------------------------## U.S. GOVERNMENT RESTRICTED RIGHTS.  If you are licensing this Software on# behalf of the U.S. Government ("Government"), the following provisions apply# to you.  If the Software is supplied by the Department of Defense ("DoD"), it# is classified as "Commercial Computer Software" under paragraph 252.227-7014# of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any# successor regulations) and the Government is acquiring only the license rights# granted herein (the license rights customarily provided to non-Government# users).  If the Software is supplied to any unit or agency of the Government# other than DoD, it is classified as "Restricted Computer Software" and the# Government's rights in the Software are defined in paragraph 52.227-19 of the# Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in# the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR# (or any successor regulations).## -----------------------------------------------------------------------------## Commercial licensing and support of this software is available from OpenSS7# Corporation at a fee.  See http://www.openss7.com/## -----------------------------------------------------------------------------## Last Modified 2006/12/18 10:51:00 by brian## -----------------------------------------------------------------------------## Makefile.am,v# Revision 0.9.2.13  2006/12/18 10:51:00  brian# - subpackaging changes for release## Revision 0.9.2.12  2006/10/03 13:51:36  brian# - changes to pass make check target# - added some package config.h files# - removed AUTOCONFIG_H from Makefile.am's# - source code changes for compile# - added missing manual pages# - renamed conflicting manual pages# - parameterized include Makefile.am# - updated release notes## Revision 0.9.2.11  2006/03/06 11:38:24  brian# - updated headers## =============================================================================# @(#) openss7.am,v openss7-0_9_2_E(0.9.2.112) 2007/03/12 22:20:27##! -----------------------------------------------------------------------------#!#! Copyright (c) 2001-2007  OpenSS7 Corporation <http://www.openss7.com/>#! Copyright (c) 1997-2000  Brian F. G. Bidulock <bidulock@openss7.org>#!#! All Rights Reserved.#!#! This program is free software; you can redistribute it and/or modify it under#! the terms of the GNU General Public License as published by the Free Software#! Foundation; version 2 of the License.#!#! This program is distributed in the hope that it will be useful, but WITHOUT#! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS#! FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more#! details.#!#! You should have received a copy of the GNU General Public License along with#! this program; if not, write to the Free Software Foundation, Inc., 675 Mass#! Ave, Cambridge, MA 02139, USA.#!#! -----------------------------------------------------------------------------#!#! U.S. GOVERNMENT RESTRICTED RIGHTS.  If you are licensing this Software on#! behalf of the U.S. Government ("Government"), the following provisions apply#! to you.  If the Software is supplied by the Department of Defense ("DoD"), it#! is classified as "Commercial Computer Software" under paragraph 252.227-7014#! of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any#! successor regulations) and the Government is acquiring only the license rights#! granted herein (the license rights customarily provided to non-Government#! users).  If the Software is supplied to any unit or agency of the Government#! other than DoD, it is classified as "Restricted Computer Software" and the#! Government's rights in the Software are defined in paragraph 52.227-19 of the#! Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in#! the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR#! (or any successor regulations).#!#! -----------------------------------------------------------------------------#!#! Commercial licensing and support of this software is available from OpenSS7#! Corporation at a fee.  See http://www.openss7.com/#!#! -----------------------------------------------------------------------------VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@target_triplet = @target@DIST_COMMON = $(am__dist_check_SCRIPTS_DIST) \	$(am__dist_noinst_HEADERS_DIST) \	$(am__nobase_pkginclude_HEADERS_DIST) $(dist_noinst_SCRIPTS) \	$(srcdir)/../../am/openss7.am $(srcdir)/Makefile.am \	$(srcdir)/Makefile.inEXTRA_PROGRAMS =@PERFORM_CHECKS_TRUE@TESTS = $(dist_check_SCRIPTS)@PKG_BUILD_ARCH_TRUE@@WITH_XNS_TRUE@am__append_1 = \@PKG_BUILD_ARCH_TRUE@@WITH_XNS_TRUE@	$(cdi_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_XNS_TRUE@	$(dlpi_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_XNS_TRUE@	$(npi_headers)@PKG_BUILD_ARCH_TRUE@@WITH_TLI_TRUE@am__append_2 = \@PKG_BUILD_ARCH_TRUE@@WITH_TLI_TRUE@	$(tli_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_TLI_TRUE@	$(unix_headers)@PKG_BUILD_ARCH_TRUE@@WITH_XNET_TRUE@am__append_3 = \@PKG_BUILD_ARCH_TRUE@@WITH_XNET_TRUE@	$(xnet_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_XNET_TRUE@	$(inet_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_XNET_TRUE@	$(osi_headers) \@PKG_BUILD_ARCH_TRUE@@WITH_XNET_TRUE@	$(atm_headers)#if WITH_XNSL### WITH_XNSL#nobase_pkginclude_HEADERS += \#	$(xnsl_headers)### WITH_XNSL#endif@PKG_BUILD_ARCH_TRUE@@WITH_SOCK_TRUE@am__append_4 = \@PKG_BUILD_ARCH_TRUE@@WITH_SOCK_TRUE@	$(sock_headers)@PKG_BUILD_ARCH_TRUE@@WITH_SCTP_TRUE@am__append_5 = \@PKG_BUILD_ARCH_TRUE@@WITH_SCTP_TRUE@	$(sctp_headers)@PKG_BUILD_ARCH_TRUE@@WITH_ISDN_TRUE@am__append_6 = \@PKG_BUILD_ARCH_TRUE@@WITH_ISDN_TRUE@	$(isdn_headers)@PKG_BUILD_ARCH_TRUE@@WITH_SIGTRAN_TRUE@am__append_7 = \@PKG_BUILD_ARCH_TRUE@@WITH_SIGTRAN_TRUE@	$(sigtran_headers)@PKG_BUILD_ARCH_TRUE@@WITH_CHAN_TRUE@am__append_8 = \@PKG_BUILD_ARCH_TRUE@@WITH_CHAN_TRUE@	$(chan_headers)@PKG_BUILD_ARCH_TRUE@@WITH_VOIP_TRUE@am__append_9 = \@PKG_BUILD_ARCH_TRUE@@WITH_VOIP_TRUE@	$(voip_headers)@PKG_BUILD_ARCH_TRUE@@WITH_GSM_TRUE@am__append_10 = \@PKG_BUILD_ARCH_TRUE@@WITH_GSM_TRUE@	$(gsm_headers)#	sys/$(PACKAGE)/modversions.h@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@am__append_11 = $(top_srcdir)/scripts/check_headers@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@am__append_12 = CTAGS='$(CTAGIDS)' \@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@			   PKG_HEADERS='$(nobase_pkginclude_HEADERS) $(nobase_nodist_pkginclude_HEADERS)' \@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@			   PKG_MANPATH='$(PKG_MANPATH)' \@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@			   mandir='$(mandir)'@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@am__append_13 = $(top_builddir)/check_headers.log@PERFORM_CHECKS_TRUE@@PKG_BUILD_ARCH_TRUE@am__append_14 = *.err *.outsubdir = src/includeACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \	$(top_srcdir)/m4/openss7.m4 $(top_srcdir)/m4/dist.m4 \	$(top_srcdir)/m4/pr.m4 $(top_srcdir)/m4/init.m4 \	$(top_srcdir)/m4/kernel.m4 $(top_srcdir)/m4/devfs.m4 \	$(top_srcdir)/m4/genksyms.m4 $(top_srcdir)/m4/man.m4 \	$(top_srcdir)/m4/public.m4 $(top_srcdir)/m4/rpm.m4 \	$(top_srcdir)/m4/deb.m4 $(top_srcdir)/m4/libraries.m4 \	$(top_srcdir)/m4/autotest.m4 $(top_srcdir)/m4/strconf.m4 \	$(top_srcdir)/m4/streams.m4 $(top_srcdir)/m4/strcomp.m4 \	$(top_srcdir)/m4/xopen.m4 $(top_srcdir)/m4/xns.m4 \	$(top_srcdir)/m4/xti.m4 $(top_srcdir)/m4/nsl.m4 \	$(top_srcdir)/m4/sock.m4 $(top_srcdir)/m4/inet.m4 \	$(top_srcdir)/m4/sctp.m4 $(top_srcdir)/m4/chan.m4 \	$(top_srcdir)/m4/iso.m4 $(top_srcdir)/m4/isdn.m4 \	$(top_srcdir)/m4/doxy.m4 $(top_srcdir)/configure.acam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)mkinstalldirs = $(install_sh) -dCONFIG_HEADER = $(top_builddir)/config.h \	$(top_builddir)/src/include/sys/strss7/config.hCONFIG_CLEAN_FILES =am__dist_check_SCRIPTS_DIST = $(top_srcdir)/scripts/check_headers \	$(top_srcdir)/scripts/check_commandsSCRIPTS = $(dist_noinst_SCRIPTS)SOURCES =DIST_SOURCES =am__dist_noinst_HEADERS_DIST = ss7/cdi.h ss7/hdlc_ioctl.h \	sys/cdi_daed.h sys/cdi.h sys/cdi_hdlc.h ss7/dl.h \	ss7/dl_ioctl.h ss7/dlpi_ioctl.h sys/npi.h sys/tihdr.h \	sys/timod.h sys/tirdwr.h sys/tiuser.h sys/tli.h sys/tpi.h \	tihdr.h timod.h tirdwr.h tiuser.h sys/ticlts.h sys/ticots.h \	sys/ticotsord.h ticlts.h ticots.h ticotsord.h sys/xti.h \	sys/xti_local.h sys/xti_xti.h xti.h sys/npi_ip.h sys/npi_tcp.h \	sys/npi_udp.h sys/tpi_inet.h sys/tpi_ip.h sys/tpi_tcp.h \	sys/tpi_udp.h sys/xti_inet.h sys/xti_ip.h sys/xti_tcp.h \	sys/xti_udp.h xti_inet.h sys/dlpi_lapb.h sys/dlpi_lapf.h \	sys/xti_mosi.h sys/xti_osi.h sys/npi_sscop.h sys/tpi_sscop.h \	sys/xti_atm.h sys/xti_sscop.h sys/sockmod.h ss7/sctp.h \	ss7/sctpi.h ss7/sctpi_ioctl.h sys/npi_sctp.h sys/tpi_sctp.h \	sys/xti_sctp.h ss7/capi.h ss7/capi_ioctl.h ss7/isdni.h \	ss7/isdni_ioctl.h ss7/lapd_ioctl.h ss7/v52_ioctl.h \	sys/dlpi_gr303.h sys/dlpi_isdn.h sys/dlpi_lapd.h \	sys/dlpi_v52.h ss7/dua_ioctl.h ss7/gr303_ioctl.h \	ss7/gr303ua_ioctl.h ss7/iua_ioctl.h ss7/m2pa_ioctl.h \	ss7/m2ua_ioctl.h ss7/m3ua.h ss7/m3ua_ioctl.h ss7/ua_lm.h \	ss7/ua_lm_ioctl.h ss7/v5ua_ioctl.h sys/dlpi_dua.h \	sys/dlpi_gr303ua.h sys/dlpi_iua.h sys/dlpi_m2ua.h \	sys/dlpi_v5ua.h ss7/chi.h ss7/chi_ioctl.h ss7/mgcp.h ss7/mgi.h \	ss7/mgi_ioctl.h ss7/mxi.h ss7/mxi_ioctl.h ss7/ph.h ss7/q920.h \	ss7/h225_ioctl.h sys/dlpi_h225.h ss7/gsma_ioctl.h \	sys/dlpi_gsma.ham__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \    *) f=$$p;; \  esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;am__installdirs = "$(DESTDIR)$(pkgincludedir)" \	"$(DESTDIR)$(pkgincludedir)"nobase_nodist_pkgincludeHEADERS_INSTALL = $(install_sh_DATA)am__nobase_pkginclude_HEADERS_DIST = ss7/cci.h ss7/devi.h \	ss7/devi_ioctl.h ss7/isupi.h ss7/isupi_ioctl.h ss7/lki.h \	ss7/lki_ioctl.h ss7/lmi.h ss7/lmi_ioctl.h ss7/mtp2_ioctl.h \	ss7/mtp3b.h ss7/mtp.h ss7/mtpi.h ss7/mtpi_ioctl.h \	ss7/mtp_ioctl.h ss7/sccp.h ss7/sccpi.h ss7/sccpi_ioctl.h \	ss7/sccp_ioctl.h ss7/sdli.h ss7/sdli_ioctl.h ss7/sdti.h \	ss7/sdti_ioctl.h ss7/sl.h ss7/sli.h ss7/sli_ioctl.h ss7/slmi.h \	ss7/slsi.h ss7/slsi_ioctl.h ss7/smi.h ss7/smi_ioctl.h \	ss7/tcap.h ss7/tcapi.h ss7/tcap_ioctl.h ss7/tc.h ss7/tr.h \	sys/dlpi_mtp2.h sys/npi_mtp.h sys/npi_sccp.h sys/npi_ss7.h \	sys/tpi_mtp.h sys/tpi_sccp.h sys/tpi_sl.h sys/tpi_ss7.h \	sys/tpi_tcap.h sys/xti_mtp.h sys/xti_sccp.h sys/xti_sl.h \	sys/xti_ss7.h sys/xti_tcap.h ss7/cdi.h ss7/hdlc_ioctl.h \	sys/cdi_daed.h sys/cdi.h sys/cdi_hdlc.h ss7/dl.h \	ss7/dl_ioctl.h ss7/dlpi_ioctl.h sys/npi.h sys/tihdr.h \	sys/timod.h sys/tirdwr.h sys/tiuser.h sys/tli.h sys/tpi.h \	tihdr.h timod.h tirdwr.h tiuser.h sys/ticlts.h sys/ticots.h \	sys/ticotsord.h ticlts.h ticots.h ticotsord.h sys/xti.h \	sys/xti_local.h sys/xti_xti.h xti.h sys/npi_ip.h sys/npi_tcp.h \	sys/npi_udp.h sys/tpi_inet.h sys/tpi_ip.h sys/tpi_tcp.h \	sys/tpi_udp.h sys/xti_inet.h sys/xti_ip.h sys/xti_tcp.h \	sys/xti_udp.h xti_inet.h sys/dlpi_lapb.h sys/dlpi_lapf.h \	sys/xti_mosi.h sys/xti_osi.h sys/npi_sscop.h sys/tpi_sscop.h \	sys/xti_atm.h sys/xti_sscop.h sys/sockmod.h ss7/sctp.h \	ss7/sctpi.h ss7/sctpi_ioctl.h sys/npi_sctp.h sys/tpi_sctp.h \	sys/xti_sctp.h ss7/capi.h ss7/capi_ioctl.h ss7/isdni.h \	ss7/isdni_ioctl.h ss7/lapd_ioctl.h ss7/v52_ioctl.h \	sys/dlpi_gr303.h sys/dlpi_isdn.h sys/dlpi_lapd.h \	sys/dlpi_v52.h ss7/dua_ioctl.h ss7/gr303_ioctl.h \	ss7/gr303ua_ioctl.h ss7/iua_ioctl.h ss7/m2pa_ioctl.h \	ss7/m2ua_ioctl.h ss7/m3ua.h ss7/m3ua_ioctl.h ss7/ua_lm.h \	ss7/ua_lm_ioctl.h ss7/v5ua_ioctl.h sys/dlpi_dua.h \	sys/dlpi_gr303ua.h sys/dlpi_iua.h sys/dlpi_m2ua.h \	sys/dlpi_v5ua.h ss7/chi.h ss7/chi_ioctl.h ss7/mgcp.h ss7/mgi.h \	ss7/mgi_ioctl.h ss7/mxi.h ss7/mxi_ioctl.h ss7/ph.h ss7/q920.h \	ss7/h225_ioctl.h sys/dlpi_h225.h ss7/gsma_ioctl.h \	sys/dlpi_gsma.hnobase_pkgincludeHEADERS_INSTALL = $(install_sh_DATA)HEADERS = $(dist_noinst_HEADERS) $(nobase_nodist_pkginclude_HEADERS) \	$(nobase_pkginclude_HEADERS)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@ALLOCA = @ALLOCA@AMTAR = @AMTAR@AP_AUTOPR = @AP_AUTOPR@AP_CONFIG = @AP_CONFIG@AP_DISTRIBUTION = @AP_DISTRIBUTION@AP_SCRIPT = @AP_SCRIPT@AR = @AR@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOM4TE = @AUTOM4TE@AUTOMAKE = @AUTOMAKE@AUTOTEST = @AUTOTEST@AWK = @AWK@BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@BZIP2 = @BZIP2@BZIP2_CMD = @BZIP2_CMD@CATOBJEXT = @CATOBJEXT@CC = @CC@CCAS = @CCAS@CCASDEPMODE = @CCASDEPMODE@CCASFLAGS = @CCASFLAGS@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CFLAG_VISIBILITY = @CFLAG_VISIBILITY@CHAN_CPPFLAGS = @CHAN_CPPFLAGS@CHAN_LDADD = @CHAN_LDADD@CHAN_LDADD32 = @CHAN_LDADD32@CHAN_LDFLAGS = @CHAN_LDFLAGS@CHAN_LDFLAGS32 = @CHAN_LDFLAGS32@CHAN_MANPATH = @CHAN_MANPATH@CHAN_MODFLAGS = @CHAN_MODFLAGS@CHAN_MODMAP = @CHAN_MODMAP@CHAN_SYMVER = @CHAN_SYMVER@CHAN_VERSION = @CHAN_VERSION@CHKCONFIG = @CHKCONFIG@COMPRESS_KERNEL_MODULES = @COMPRESS_KERNEL_MODULES@CONFIG_SITE = @CONFIG_SITE@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXCPP = @CXXCPP@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DATADIRNAME = @DATADIRNAME@DEB_BUILD_ARCH = @DEB_BUILD_ARCH@DEB_BUILD_GNU_CPU = @DEB_BUILD_GNU_CPU@

⌨️ 快捷键说明

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