start building userland with gcc-6
[unleashed-userland.git] / templates / configure.mk
blob1a8a5de1c96a5a03634f7d2522e908fcdbba46b1
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 2017 <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)