view src/qttools.mk @ 4255:ee1ae5d1fd88

installer: dont remove file association if is not for installed octave * tools/makeinst-script.sh.in: check .m file association and remove only if is same as installer set.
author John D
date Thu, 01 Dec 2016 13:44:09 -0500
parents 44b1a9b2193e
children 2c34ec679fb3
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := qttools
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := 235287cc39426e99e6870e63951f7db9a285ad0c
$(PKG)_SUBDIR    = $(subst qtbase,qttools,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qttools,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qttools,$(qtbase_URL))
$(PKG)_DEPS     := qtbase

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef