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

« back to all changes in this revision

Viewing changes to Examples/test-suite/perl5/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/perl5/Makefile.in,v 1.10 2006/01/24 09:00:40 jason_e_stewart Exp $
3
2
# Makefile for perl5 test-suite
4
3
#######################################################################
5
4
 
16
15
        primitive_types \
17
16
        li_cdata \
18
17
        li_cstring \
 
18
        li_cdata_carrays \
19
19
 
20
20
C_TEST_CASES += \
21
21
        li_cdata \
22
22
        li_cstring \
23
 
 
 
23
        li_cdata_carrays \
24
24
 
25
25
include $(srcdir)/../common.mk
26
26
 
29
29
 
30
30
# Rules for the different types of tests
31
31
%.cpptest: 
32
 
        $(setup) \
33
 
        ($(swig_and_compile_cpp); ) && \
 
32
        $(setup)
 
33
        +$(swig_and_compile_cpp)
34
34
        $(run_testcase)
35
35
 
36
36
%.ctest:
37
 
        $(setup) \
38
 
        ($(swig_and_compile_c); ) && \
 
37
        $(setup)
 
38
        +$(swig_and_compile_c)
39
39
        $(run_testcase)
40
40
 
41
41
%.multicpptest: 
42
 
        $(setup) \
43
 
        ($(swig_and_compile_multi_cpp); ) && \
 
42
        $(setup)
 
43
        +$(swig_and_compile_multi_cpp)
44
44
        $(run_testcase)
45
45
 
46
46
# Runs the testcase. A testcase is only run if