GCC: use -fuse-cxa-atexit by default
[unleashed-userland.git] / components / compizconfig-backend-gconf / Makefile
blobda35ebc0b6d5aa3d7cad0c9250ed8d3d0ca49bd1
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= compizconfig-backend-gconf
18 COMPONENT_VERSION= 0.8.8
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= http://www.compiz.org/
21 COMPONENT_SUMMARY= cgconf backend for CompizConfig
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:19a8df7f417535db80945cabb9a09c532241e6308406352d12cb5cbc6a1322cc
26 COMPONENT_ARCHIVE_URL= http://releases.compiz.org/components/compizconfig-backend-gconf/$(COMPONENT_ARCHIVE)
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 PATH=/usr/gnu/bin:/usr/bin
34 COMPONENT_PREP_ACTION = ( cd $(@D) && \
35 libtoolize --automake --copy --force && \
36 aclocal -I. && \
37 autoheader && \
38 automake -a -f -c &&\
39 autoconf )
41 CONFIGURE_OPTIONS+= --sysconfdir=/etc
43 CONFIGURE_ENV+= INTLTOOL_PERL=$(PERL)
45 # common targets
46 build: $(BUILD_32)
48 install: $(INSTALL_32)
50 test: $(NO_TESTS)
52 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
54 include $(WS_TOP)/make-rules/depend.mk