view examples/Makefile.am @ 20150:6446649e42c1 stable

Allow Qt GUI to compile on ARM CPU architectures (bug #44970). * QtHandlesUtils.cc (toRGB): Instantiate a temporary array of qreal which is used for the return results of getRgbF(). Copy data from qreal into octave Matrix of base type double.
author Orion Poplawski <orion@cora.nwra.com>
date Fri, 01 May 2015 13:11:51 -0700
parents 4197fc428c7d
children
line wrap: on
line source

# Makefile for Octave's example directory
#
# Copyright (C) 1993-2015 John W. Eaton
#
# This file is part of Octave.
#
# Octave is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# Octave is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with Octave; see the file COPYING.  If not, see
# <http://www.gnu.org/licenses/>.

## Pass-through layer.  Simply pass make commands down to SUBDIRS.

include $(top_srcdir)/build-aux/common.mk

EXTRA_DIST = \
  Makefile.am

SUBDIRS = code data