rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / closed / as / Makefile
blob05235e963b305605d8edb70a0d30ab20087eb2de
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 2012, Andrzej Szeszo
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= as
18 COMPONENT_VERSION= 0.5.11
19 COMPONENT_REVISION= 1
20 COMPONENT_SRC= $(COMPONENT_NAME)
21 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE):
24 $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) https://pkg.openindiana.org/legacy \
25 pkg:/developer/build/make@0.5.11,5.11-0.134:20100302T014001Z
27 include ../../../make-rules/prep.mk
28 include ../../../make-rules/ips.mk
30 build: prep
32 install: build
33 @$(MKDIR) $(PROTO_DIR)
34 @$(CP) -RP $(COMPONENT_SRC)/$(MACH)/* $(PROTO_DIR) || true
36 clean::
37 $(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/library
41 REQUIRED_PACKAGES += system/library/math