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:
William S Fulton 2007-11-11 23:30:48 +00:00
commit f41964f8fd

View file

@ -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