Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 898

swig-1.3.11-4mdk.i586.rpm

#######################################################################
# $Header: /cvs/projects/SWIG/Examples/test-suite/ruby/Attic/Makefile,v 1.1.2.2 2001/08/09 16:07:16 mkoeppe Exp $
# Makefile for ruby test-suite
#######################################################################

LANGUAGE   = ruby
SCRIPTSUFFIX = _runme.rb

include ../common.mk

# Overridden variables here

# Rules for the different types of tests
%.cpptest: 
	$(setup) \
	($(swig_and_compile_cpp); ); \
	$(run_testcase)

%.ctest:
	$(setup) \
	($(swig_and_compile_c); ); \
	$(run_testcase)

%.multicpptest: 
	$(setup) \
	($(swig_and_compile_multi_cpp); ); \
	$(run_testcase)

# Runs the testcase. A testcase is only run if
# a file is found which has _runme.rb appended after the testcase name.
run_testcase = \
	if [ -f $*\_runme.rb ]; then ( \
	  ruby $*\_runme.rb;) \
	fi;

# Clean
%.clean:
	

clean:
	@rm -f *_wrap* *.o *~ *.so .~* core