Makefile revision 6195
425N/A#
425N/A# CDDL HEADER START
425N/A#
425N/A# The contents of this file are subject to the terms of the
425N/A# Common Development and Distribution License (the "License").
425N/A# You may not use this file except in compliance with the License.
425N/A#
425N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
425N/A# or http://www.opensolaris.org/os/licensing.
425N/A# See the License for the specific language governing permissions
425N/A# and limitations under the License.
425N/A#
425N/A# When distributing Covered Code, include this CDDL HEADER in each
425N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
425N/A# If applicable, add the following below this CDDL HEADER, with the
425N/A# fields enclosed by brackets "[]" replaced with your own identifying
425N/A# information: Portions Copyright [yyyy] [name of copyright owner]
425N/A#
873N/A# CDDL HEADER END
425N/A#
425N/A
425N/A#
425N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
425N/A#
733N/A
425N/ABUILD_BITS = 64_and_32
425N/ACOMPILER = gcc
1182N/Ainclude ../../../make-rules/shared-macros.mk
425N/A
535N/ACOMPONENT_NAME= lgi
425N/ACOMPONENT_VERSION= 0.9.0
425N/ACOMPONENT_PROJECT_URL= https://github.com/pavouk/lgi
425N/ACOMPONENT_ARCHIVE_HASH= \
425N/A sha256:87c7870f8a1c60b48c4d5587b7fab46863e1cb9e76a68520f47e9ef2764cfe24
425N/ACOMPONENT_ARCHIVE_URL= https://github.com/pavouk/lgi/archive/$(COMPONENT_VERSION).tar.gz
425N/ACOMPONENT_BUGDB= gnome/libraries
425N/A
425N/ATPNO= 27458
425N/A
425N/A# Tests do not build on Solaris yet
425N/ATEST_TARGET= $(SKIP_TEST)
425N/A
425N/ABUILD_STYLE= justmake
425N/A
425N/A# Needs gobject-introspection, not available on S11.
425N/Aifeq ($(BUILD_TYPE), evaluation)
425N/ABUILD_32_and_64=
1191N/AINSTALL_32_and_64=
1182N/APUBLISH_STAMP=
1183N/Aendif
425N/A
425N/Ainclude $(WS_MAKE_RULES)/common.mk
425N/A
425N/ALDFLAGS += $(CC_BITS)
425N/A
535N/ACOMPONENT_INSTALL_ARGS += LUA_VERSION=5.2 PREFIX=$(USRDIR)
535N/ACOMPONENT_INSTALL_ARGS.64 += LUA_LIBDIR=$(USRDIR)/lib/lua/5.2/64
425N/A
425N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
425N/AREQUIRED_PACKAGES += library/glib2
1177N/AREQUIRED_PACKAGES += library/libffi
425N/AREQUIRED_PACKAGES += runtime/lua
425N/A