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:
parent
27dfb2990c
commit
ea6899ddbf
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
class
|
||||
constants
|
||||
multimap
|
||||
overload
|
||||
simple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue