annotate src/of-octproj.mk @ 6001:88762923aa9a release

octave-launch: Attach to console of parent process if applicable. * installer-files/octave-launch.c: If parent process has a console, attach to it.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Dec 2021 18:26:51 +0100
parents cb435a71f36c
children b77e76368a51
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5691
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-octproj
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_VERSION := 2.0.1
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_CHECKSUM := 898747c494b0d0677cb29b3610378b63fbc98206
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_SUBDIR := octproj-$($(PKG)_VERSION)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_DEPS := proj
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_DEPS += $(OCTAVE_TARGET)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 endif
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 define $(PKG)_UPDATE
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 $(OCTAVE_FORGE_PKG_UPDATE)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 endef
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 define $(PKG)_BUILD
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 $(OCTAVE_FORGE_PKG_BUILD)
cb435a71f36c Add of-octproj (Bug #60170)
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 endef