~ubuntu-branches/ubuntu/oneiric/swig1.3/oneiric

« back to all changes in this revision

Viewing changes to Examples/test-suite/mzscheme/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-06 10:27:08 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206102708-t37t62i45n595w0e
Tags: 1.3.33-2ubuntu1
* Merge with Debian; remaining changes:
  - Drop support for pike.
  - Use python2.5 instead of python2.4.
  - Clean Runtime/ as well.
  - Force a few environment variables.
* debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#######################################################################
2
 
# $Header: /cvsroot/swig/SWIG/Examples/test-suite/mzscheme/Makefile.in,v 1.5 2005/11/26 09:36:21 wsfulton Exp $
3
2
# Makefile for mzscheme test-suite
4
3
#######################################################################
5
4
 
16
15
 
17
16
# Rules for the different types of tests
18
17
%.cpptest: 
19
 
        $(setup) \
20
 
        ($(swig_and_compile_cpp); ) && \
 
18
        $(setup)
 
19
        +$(swig_and_compile_cpp)
21
20
        $(run_testcase)
22
21
 
23
22
%.ctest:
24
 
        $(setup) \
25
 
        ($(swig_and_compile_c); ) && \
 
23
        $(setup)
 
24
        +$(swig_and_compile_c)
26
25
        $(run_testcase)
27
26
 
28
27
%.multicpptest: 
29
 
        $(setup) \
30
 
        ($(swig_and_compile_multi_cpp); ) && \
 
28
        $(setup)
 
29
        +$(swig_and_compile_multi_cpp)
31
30
        $(run_testcase)
32
31
 
33
32
# Runs the testcase. A testcase is only run if