# bindings/octave/demos/Makefile.am for PLplot
###
### Process this file with automake to produce Makefile.in
###
# Copyright (C) 2002  Alan W. Irwin
# Copyright (C) 2002, 2003  Joao Cardoso
# Copyright (C) 2003, 2004  Rafael Laboissiere
#
# This file is part of PLplot.
#
# PLplot is free software; you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as published
# by the Free Software Foundation; version 2 of the License.
#
# PLplot 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 Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public License
# along with the file PLplot; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA

examples_octave = \
	p1.m \
	p10.m \
	p11.m \
	p12.m \
	p13.m \
	p14.m \
	p15.m \
	p16.m \
	p17.m \
	p18.m \
	p19.m \
	p2.m \
	p20.m \
	p21.m \
	p3.m \
	p4.m \
	p5.m \
	p6.m \
	p7.m \
	p8.m \
	p9.m \
	plplot_octave_demo.m \
	x01c.m \
	x02c.m \
	x03c.m \
	x04c.m \
	x05c.m \
	x06c.m \
	x07c.m \
	x08c.m \
	x09c.m \
	x10c.m \
	x11c.m \
	x12c.m \
	x13c.m \
	x14c.m \
	x15c.m \
	x16c.m \
	x17c.m \
	x18c.m \
	x19c.m \
	lena.img

EXTRA_DIST = $(examples_octave)

if enable_octave

examples_octavedir = $(DATA_DIR)/examples/octave
examples_octave_DATA = $(examples_octave)

endif


syntax highlighted by Code2HTML, v. 0.9.1