more cleaning for R
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10114 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b07b947aac
commit
f41964f8fd
1 changed files with 2 additions and 0 deletions
|
|
@ -1031,6 +1031,7 @@ uffi_clean:
|
|||
R = R
|
||||
RSRCS = $(INTERFACE:.i=_wrap.c) #special code for R build system
|
||||
RCXXSRCS = $(INTERFACE:.i=_wrap.cpp) #special code for R build system
|
||||
RRSRC = $(INTERFACE:.i=.R)
|
||||
|
||||
r: $(SRCS)
|
||||
$(SWIG) -r $(SWIGOPT) -o $(RSRCS) $(INTERFACE)
|
||||
|
|
@ -1046,4 +1047,5 @@ r_clean:
|
|||
rm -f *_wrap* *~ .~* $(RSRCS) $(RCXXSRCS)
|
||||
rm -f core @EXTRA_CLEAN@
|
||||
rm -f *.@OBJEXT@ *@SO@ NAMESPACE
|
||||
rm -f $(RRSRC) $(RRSRC)out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue