📄 makefile.in
字号:
# $CoreSDI: Makefile.in,v 1.2 2002/02/06 23:03:35 claudio Exp $## Copyright (c) 2001, 2002, Core SDI S.A., Argentina# All rights reserved# # Redistribution and use in source and binary forms, with or without# modification, are permitted provided that the following conditions# are met:# # 1. Redistributions of source code must retain the above copyright# notice, this list of conditions and the following disclaimer.# 2. Redistributions in binary form must reproduce the above copyright# notice, this list of conditions and the following disclaimer in the# documentation and/or other materials provided with the distribution.# 3. Neither name of the Core SDI S.A. nor the names of its contributors# may be used to endorse or promote products derived from this software# without specific prior written permission.## THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.#COMMENT= "modular syslog modules developer files"VERSION= @MSYSLOG_VERSION@DISTNAME= msyslog-v${VERSION}DISTFILES= ${DISTNAME}-src.tar.gzPKGNAME= msyslog-devel-${VERSION}CATEGORIES= devel security sysutilsNEED_VERSION= 1.264MASTER_SITES= ftp://openbsd.org.ar/pub/msyslog/HOMEPAGE= http://www.corest.com/solutions/products.htmlMAINTAINER= core.devel.alat@core-sdi.com# BSDPERMIT_PACKAGE_CDROM= YesPERMIT_PACKAGE_FTP= YesPERMIT_DISTFILES_CDROM= YesPERMIT_DISTFILES_FTP= YesCONFIGURE_STYLE= gnudo-build:do-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/msyslog ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/msyslog ${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/msyslog ${INSTALL_DATA} ${WRKSRC}/src/examples/* ${WRKSRC}/COPYING \ ${WRKSRC}/doc/HOW_TO_WRITE_A_MODULE ${PREFIX}/share/doc/msyslog.include <bsd.port.mk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -