Mercurial > hg > mxe-octave-anirudha
view src/of-windows.mk @ 3012:100e618349f7
Improve handling of prefix directories by defining HOST_PREFIX and
BUILD_TOOLS_PREFIX variables in top-level Makefile.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 02 Jun 2013 10:31:04 -0400 |
parents | d198aea15b35 |
children |
line wrap: on
line source
# This file is part of MXE. # See index.html for further information. PKG := of-windows $(PKG)_IGNORE := $(PKG)_CHECKSUM := 2270f3d64cf69d030e6825303158c18b9b94a871 $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := $(PKG)_FILE := windows-$($(PKG)_VERSION).tar.gz $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' $(PKG)_DEPS := define $(PKG)_UPDATE echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; echo $($(PKG)_VERSION) endef define $(PKG)_BUILD mkdir -p '$(HOST_PREFIX)/src' $(INSTALL) -m644 '$(PKG_DIR)/$($(PKG)_FILE)' '$(HOST_PREFIX)/src' endef