~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
# You should have received a copy of the GNU Library General Public License
20
20
# along with the file PLplot; if not, write to the Free Software
21
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
22
22
 
23
23
examplesdir = $(DATA_DIR)/examples
24
24
 
32
32
scripts += test_f77.sh
33
33
endif
34
34
 
 
35
if enable_f95
 
36
scripts += test_f95.sh
 
37
endif
 
38
 
35
39
if enable_java
36
40
scripts += test_java.sh
37
41
endif
48
52
scripts += test_tcl.sh
49
53
endif
50
54
 
 
55
if enable_pdl
 
56
scripts += test_perl.sh
 
57
endif
 
58
 
51
59
examples_SCRIPTS = $(scripts) plplot-test.sh
52
60
 
53
61
# The variables below allow "make check" to work from both the build and
54
 
# install trees.  Notice that the evironment variable EXAMPLES_DIR must be
 
62
# install trees.  Notice that the environment variable EXAMPLES_DIR must be
55
63
# absolute, otherwise test_tcl.sh and test_python.sh will fail.  The
56
64
# construct below works because top_builddir is always relative.
57
65
 
58
66
TESTS = plplot-test.sh
59
 
TESTS_ENVIRONMENT = EXAMPLES_DIR=`pwd`/$(top_builddir)/examples $(SHELL)
60
 
 
61
 
EXTRA_DIST = test_c.sh             \
62
 
             test_cxx.sh           \
63
 
             test_java.sh          \
64
 
             test_octave.sh        \
65
 
             test_single_python.sh \
66
 
             test_single_tcl.sh    \
67
 
             test_tcl.sh
68
 
 
69
 
CLEANFILES = *.ps *.png *.jpeg *.cgm *.fig *.plmeta
 
67
TESTS_ENVIRONMENT = EXAMPLES_DIR=`pwd`/$(top_builddir)/examples 
 
68
TESTS_ENVIRONMENT += SRC_EXAMPLES_DIR=`pwd`/$(top_srcdir)/examples 
 
69
TESTS_ENVIRONMENT += PLPLOT_LIB=`pwd`/$(top_srcdir)/data
 
70
if enable_java
 
71
TESTS_ENVIRONMENT += PLPLOT_JAVA_WRAP_DIR=`pwd`/$(top_builddir)/bindings/java/.libs/ PLPLOT_CLASSPATH=`pwd`/$(top_builddir)/bindings/java/ 
 
72
endif
 
73
TESTS_ENVIRONMENT += $(SHELL)
 
74
 
 
75
 
 
76
EXTRA_DIST = test_single_python.sh \
 
77
             test_single_tcl.sh
 
78
 
 
79
CLEANFILES = *.ps *.png* *.jpeg* *.gif* *.cgm *.fig* *.plmeta