Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Jonah Beckford 2003-02-15 03:17:15 +00:00
commit ea6899ddbf
3 changed files with 10 additions and 10 deletions

View file

@ -760,13 +760,13 @@ chicken_cpp:
$(SWIG) -c++ -chicken $(SWIGOPT) $(INCLUDE) $(INTERFACE)
chicken_csi:
cd @CHICKENHOME@ && \
X=`pwd` && cd @CHICKENHOME@ && \
@CHICKEN@ @CHICKENHOME@/src/csi.scm $(CHICKENOPTS) \
-include-path @CHICKENHOME@/src \
-postlude "(##csi#run)" \
-prologue @CHICKENHOME@/src/build.scm \
-prelude "(declare (uses posix $(INTERFACE)))" \
-output-file $(PWD)/$(TARGET)
-output-file $$X/$(TARGET)
# -----------------------------------------------------------------
# Build statically linked CHICKEN interpreter

View file

@ -2,4 +2,5 @@
class
constants
multimap
overload
simple