Makefile revision 2899
264N/A# The contents of this file are subject to the terms of the 264N/A# Common Development and Distribution License (the "License"). 264N/A# You may not use this file except in compliance with the License. 264N/A# See the License for the specific language governing permissions 264N/A# and limitations under the License. 264N/A# When distributing Covered Code, include this CDDL HEADER in each 264N/A# If applicable, add the following below this CDDL HEADER, with the 264N/A# fields enclosed by brackets "[]" replaced with your own identifying 264N/A# information: Portions Copyright [yyyy] [name of copyright owner] 264N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. 6094N/A# Needed to generate libraries with a .so extension. 264N/A# Set -m32 or -m64 correctly for 32 and 64 bit versions. 264N/A# Remove Linux specific functionality. 4431N/A# Uncomment if you have the Check unit testing framework installed. 4431N/A#CONFIGURE_OPTIONS += --with-check=/usr 5174N/A# Tests for libdnet are not enabled by default as they use the Check unit 5174N/A# testing framework which is currently not present on Solaris. See: 5174N/A# If you do have Check on your system, then uncomment the TEST_32 line. 264N/A#test: $(TEST_32_and_64)