Makefile revision 5680
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 0N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. 0N/A# Adjust the .so line in the libssh2_sftp_fstatvfs man page to correctly find 0N/A# the file it references (as we place it in the man3ssh2 section on Solaris). 0N/A# Master test results are the same for both 32-bit and 64-bit, so override 0N/A# here, rather than create multiple identical master files. 0N/A# The additional libssh2 specific set of transforms to be applied to the 0N/A# test results to try to normalize them. 0N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
0N/A '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "s|^.*make.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "/^XXX_CC_XXX$$/d" ' 0N/A# Just run "gmake check" from the tests directory. 0N/A# Adjust how the simple test program is built. 0N/A $(GSED) -e
"s|^simple_DEPENDENCIES.*$$|simple_DEPENDENCIES =|" \
973N/A -e
"s|^LDADD.*$$|LDADD = -lssh2|" \