components/desktop/exempi/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 13 May 2016 11:42:35 -0700
changeset 6041 f3bdc2c7386d
child 6552 402379bc1b60
permissions -rw-r--r--
23245622 Deliver exempi 2.2.2 in Solaris PSARC/2016/287 Exempi

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
#

BUILD_BITS= 64_and_32
# For now, all things built for C++11 require gcc.
COMPILER= gcc
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME=		exempi
COMPONENT_VERSION=	2.2.2
COMPONENT_PROJECT_URL=	http://libopenraw.freedesktop.org/
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
	sha256:0e7ad0e5e61b6828e38d31a8cc59c26c9adeed7edf4b26708c400beb6a686c07
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=	library/exempi

TPNO=			25504

ASLR_MODE = $(ASLR_ENABLE)

# disable for now since it requires boost C++ libraries
TEST_TARGET= $(SKIP_TEST)

# For now, all things built for C++11 require gcc.
CXXFLAGS += -std=c++11

include $(WS_MAKE_RULES)/common.mk

CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --enable-shared
CONFIGURE_OPTIONS += --with-pic
# Unit tests require boost C++ libraries.
CONFIGURE_OPTIONS += --disable-unittest
CONFIGURE_OPTIONS += --without-boost

REQUIRED_PACKAGES += library/expat
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
REQUIRED_PACKAGES += system/library/math