gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / templates / configure.mk
blobf7d10ed7231ab8682b085486fd084b4081bc21c8
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 2018 <contributor name>
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME=
18 COMPONENT_VERSION=
19 COMPONENT_SUMMARY=
20 COMPONENT_PROJECT_URL=
21 COMPONENT_FMRI=
22 COMPONENT_CLASSIFICATION=
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL=
26 COMPONENT_ARCHIVE_HASH=
27 COMPONENT_LICENSE=
29 include $(WS_MAKE_RULES)/prep.mk
30 include $(WS_MAKE_RULES)/configure.mk
31 include $(WS_MAKE_RULES)/ips.mk
33 build: $(BUILD_32)
35 install: $(INSTALL_32)
37 test: $(TEST_32)