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