annotate src/of-optiminterp.mk @ 4676:3edbea625ba8

build-cmake: depend on build-gcc if not using system GCC
author John W. Eaton <jwe@octave.org>
date Fri, 20 Apr 2018 13:51:05 -0400
parents 6592c495d120
children 1bb933acd1d1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4665
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
3
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
4 PKG := of-optiminterp
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
6 $(PKG)_VERSION := 0.3.5
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
7 $(PKG)_CHECKSUM := 071a2a9dd9de1ce3f1928d239604807fb71c4232
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := optiminterp-$($(PKG)_VERSION)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := optiminterp-$($(PKG)_VERSION).tar.gz
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
13
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
15 $(PKG)_DEPS += $(OCTAVE_TARGET)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
16 endif
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
17
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
18 define $(PKG)_UPDATE
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
19 $(OCTAVE_FORGE_PKG_UPDATE)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
20 endef
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
21
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
22 define $(PKG)_BUILD
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
23 $(OCTAVE_FORGE_PKG_BUILD)
6592c495d120 of-optiminterp: add new package
John Donoghue
parents:
diff changeset
24 endef