gcc-6: don't ship info pages
[unleashed-userland.git] / components / clutter-gtk / Makefile
blobb55936853d3dfb32f8e061a6fb81deab3914e972
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= clutter-gtk
19 COMPONENT_VERSION= 0.10.8
20 COMPONENT_SUMMARY= GTK+ integration library for clutter
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:7867f951568871d9f68cbe8a3644fd53d2138f725b7ba61ffc0053eb64e80814
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.10/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.clutter-project.org/
29 include ../../make-rules/prep.mk
30 include ../../make-rules/configure.mk
31 include ../../make-rules/ips.mk
33 PATH = /usr/gnu/bin:/usr/bin
35 COMPONENT_PREP_ACTION = ( cd $(@D) && \
36 aclocal -I./build/autotools && \
37 autoheader && \
38 libtoolize --automake --copy --force && \
39 automake -a -f -c &&\
40 autoconf )
42 LDFLAGS += -lm -lgthread-2.0
44 CONFIGURE_OPTIONS += --sysconfdir=/etc
45 CONFIGURE_OPTIONS += --disable-static
46 CONFIGURE_OPTIONS.32 += --libexecdir=/usr/lib
47 CONFIGURE_OPTIONS.64 += --libexecdir=/usr/lib/$(MACH64)
49 # Tell g-ir-scanner about compiler
50 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
51 COMPONENT_BUILD_ENV += CC="$(CC)"
53 build: $(BUILD_32_and_64)
55 install: $(INSTALL_32_and_64)
57 test: $(NO_TESTS)