makefile.solaris revision 5921
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
84fbf855118f318dd5e511d8e5b902cecc1177c0jim# The contents of this file are subject to the terms of the
e302f38fd646764ce1a1e1c578d794aef514a9e5sf# Common Development and Distribution License (the "License").
e302f38fd646764ce1a1e1c578d794aef514a9e5sf# You may not use this file except in compliance with the License.
b32d756dae79045a9bc90e0d0b85582f6f28eaf3sf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf# See the License for the specific language governing permissions
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf# and limitations under the License.
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# When distributing Covered Code, include this CDDL HEADER in each
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# If applicable, add the following below this CDDL HEADER, with the
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# fields enclosed by brackets "[]" replaced with your own identifying
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin# CDDL HEADER END
5a2dcc476c33985b7681aa72256bcd7266057eddsf# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
e08076ca56e6cb68b30846b9e9339061058aae6dpoirierOPTFLAGS=-O -s
e08076ca56e6cb68b30846b9e9339061058aae6dpoirierLFS_CFLAGS = $(shell getconf LFS_CFLAGS)
e08076ca56e6cb68b30846b9e9339061058aae6dpoirierALLFLAGS=${OPTFLAGS} -m64 \
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier -DHAVE_LONG_LONG \
f3a19422957c2e9eb827c8e38e5982f678591aa5minfrin $(LFS_CFLAGS) \
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem -DENV_UNIX \
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem -DNDEBUG -D_REENTRANT \
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener -D_7ZIP_LARGE_PAGES \
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener $(LOCAL_FLAGS)
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjimCC_SHARED=-fPIC
fa0dc2a4f675a868378a52946e5b244d6bf41196sfLINK_SHARED=-fPIC -shared
0807f6da6091b748ab47c21ba66252fe8da2a966sfOBJ_CRC32=$(OBJ_CRC32_C)