Makefile revision 844
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
9db549cd545d738d931852ac4267d62221162f7fcovener# The contents of this file are subject to the terms of the
9db549cd545d738d931852ac4267d62221162f7fcovener# Common Development and Distribution License (the "License").
9db549cd545d738d931852ac4267d62221162f7fcovener# You may not use this file except in compliance with the License.
b6b7079ea8e24865adc82c4be6758b31cf4aa429jailletc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b6b7079ea8e24865adc82c4be6758b31cf4aa429jailletc# See the License for the specific language governing permissions
599e58561f7a206f05442a72d99337657e9097e7trawick# and limitations under the License.
599e58561f7a206f05442a72d99337657e9097e7trawick# When distributing Covered Code, include this CDDL HEADER in each
8c72b8fd8e88f145e10885629fe30b70888525dccovener# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8c72b8fd8e88f145e10885629fe30b70888525dccovener# If applicable, add the following below this CDDL HEADER, with the
8c72b8fd8e88f145e10885629fe30b70888525dccovener# fields enclosed by brackets "[]" replaced with your own identifying
8c72b8fd8e88f145e10885629fe30b70888525dccovener# information: Portions Copyright [yyyy] [name of copyright owner]
6cc3b681fe41375fccbe86a474cd00ecea610d63rjung# CDDL HEADER END
15660979a30d251681463de2e0584853890082accovener# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
cfd9415521847b2f9394fad04fb701cfb955f503rjungPATH=$(dir $(CC)):$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
8491e0600f69b0405e156ea8a419653c065c645bcovener sha256:54046728853cd33985101471c068df93cf742f16313642113622a5dfd8bff90c
8491e0600f69b0405e156ea8a419653c065c645bcovenerCOMPONENT_ARCHIVE_URL= http://subversion.tigris.org/downloads/$(COMPONENT_ARCHIVE)
63b9f1f5880391261705f696d7d65507bbe9ace3covener# because we can't seem to get -norunpath to the java bindings build any
63b9f1f5880391261705f696d7d65507bbe9ace3covener# other way.
4efd27d2bd53a819a194f8a942f8881c1927755eylavicCXXFLAGS += -features=nestedaccess,tmplife,tmplrefstatic
1f0836d4b1a203c7b375daae691beb95f6036205ylavic# Let's write some post-configure hacks
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic $(CONFIG_SHELL) ./build/transform_sql.sh ./subversion/libsvn_fs_fs/rep-cache-db.sql < ./subversion/libsvn_fs_fs/rep-cache-db.sql > $(BUILD_DIR_32)/subversion/libsvn_fs_fs/rep-cache-db.h 2>&1 )
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc# Let's make noise just because we have to override --libdir
06b8f183140c8e02e0974e938a05078b511d1603covenerCONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
06b8f183140c8e02e0974e938a05078b511d1603covenerCONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_SBINDIR.$(BITS))
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluemCONFIGURE_OPTIONS += --libdir=$(CONFIGURE_PREFIX)/lib/svn
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrinCONFIGURE_OPTIONS += --with-apxs=/usr/apache2/2.2/bin/apxs
65967d05f839dbf27cf91d91fa79585eeae19660minfrinCONFIGURE_OPTIONS += --with-apr-util=/usr/apr-util/1.3
75f5c2db254c0167a0e396254460de09b775d203trawick# common targets - we only build 32-bit subversion