summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:10:50 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:10:50 +0000
commiteb5718390731a9746c556317e641320b671f2091 (patch)
tree762876b4adf298c1281142328e2ae87007330904 /samples
Imported Upstream version 4.2.0
Diffstat (limited to 'samples')
-rw-r--r--samples/.cvsignore1
-rw-r--r--samples/Makefile.am43
-rw-r--r--samples/colorbars4.pngbin0 -> 6732 bytes
-rw-r--r--samples/colorsweep.pngbin0 -> 40203 bytes
-rw-r--r--samples/profile.jpgbin0 -> 598930 bytes
5 files changed, 44 insertions, 0 deletions
diff --git a/samples/.cvsignore b/samples/.cvsignore
new file mode 100644
index 0000000..6179e0d
--- /dev/null
+++ b/samples/.cvsignore
@@ -0,0 +1 @@
+Makefile Makefile.in
diff --git a/samples/Makefile.am b/samples/Makefile.am
new file mode 100644
index 0000000..007a61c
--- /dev/null
+++ b/samples/Makefile.am
@@ -0,0 +1,43 @@
+## $Id: Makefile.am,v 1.3 2001/09/18 18:03:57 rleigh Exp $
+## Copyright (C) 2000 Roger Leigh
+##
+## This program 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 2, or (at your option)
+## any later version.
+##
+## This program 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 this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+## Process this file with automake to produce Makefile.in.
+
+AUTOMAKE_OPTIONS = 1.4 gnu
+
+@SET_MAKE@
+
+MAINT_CHARSET = latin1
+
+
+## Variables
+
+SAMPLE_IMAGES = colorbars4.png colorsweep.png profile.jpg
+
+pkgdatadir = $(datadir)/$(PACKAGE)/samples
+
+
+## Data
+
+pkgdata_DATA = @SAMPLE_IMAGES@
+
+
+## Clean
+
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST = $(SAMPLE_IMAGES)
diff --git a/samples/colorbars4.png b/samples/colorbars4.png
new file mode 100644
index 0000000..eef0774
--- /dev/null
+++ b/samples/colorbars4.png
Binary files differ
diff --git a/samples/colorsweep.png b/samples/colorsweep.png
new file mode 100644
index 0000000..aac3361
--- /dev/null
+++ b/samples/colorsweep.png
Binary files differ
diff --git a/samples/profile.jpg b/samples/profile.jpg
new file mode 100644
index 0000000..9f4b399
--- /dev/null
+++ b/samples/profile.jpg
Binary files differ