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

📄 makefile.am

📁 This a separate release of the OpenSS7 X/Open XTI/TLI library, TLI modules (timod, tirdwr) and the I
💻 AM
字号:
# =============================================================================# # @(#) Makefile.am,v strxnet-0_9_2-4(1.1.2.3) 2004/05/17 08:31:34## -----------------------------------------------------------------------------## Copyright (c) 2001-2004  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; either version 2 of the License, or (at your option) any later# version.## 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 success 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 2004/05/17 08:31:34 by brian## =============================================================================xti_headers	=xns_headers	= \	sys/cdi.h \	sys/dlpi.h \	sys/npi.htli_headers	= \	sys/ticlts.h \	sys/ticots.h \	sys/ticotsord.h \	sys/tihdr.h \	sys/timod.h \	sys/tirdwr.h \	sys/tiuser.h \	sys/tli.h \	sys/tpi.h \	ticlts.h \	ticots.h \	ticotsord.h \	tihdr.h \	timod.h \	tirdwr.h \	tiuser.hinet_headers	=xnet_headers	= \	sys/xti_atm.h \	sys/xti.h \	sys/xti_inet.h \	sys/xti_ip.h \	sys/xti_local.h \	sys/xti_mosi.h \	sys/xti_osi.h \	sys/xti_sctp.h \	sys/xti_tcp.h \	sys/xti_udp.h \	sys/xti_xti.h \	xti.h \	xti_inet.hsock_headers	= \	sys/sockmod.hnobase_pkginclude_HEADERS = $(xti_headers)if WITH_XNSnobase_pkginclude_HEADERS += $(xns_headers)endifif WITH_TLInobase_pkginclude_HEADERS += $(tli_headers)endifif WITH_INETnobase_pkginclude_HEADERS += $(inet_headers)endifif WITH_XNETnobase_pkginclude_HEADERS += $(xnet_headers)endifif WITH_SOCKnobase_pkginclude_HEADERS += $(sock_headers)endifnobase_nodist_pkginclude_HEADERS = #	sys/strxnet/modversions.h# vim: ft=automake

⌨️ 快捷键说明

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