https://github.com/cran/XML
Raw File
Tip revision: c3470784a0cde0021a523f8fdc3d5453037a5107 authored by Duncan Temple Lang on 17 January 2012, 00:00:00 UTC
version 3.9-0
Tip revision: c347078
GNUmakefile.Splus.in

compile:
	(cd src ; @SPLUS@ make)
	(cd src ; echo 'for(i in unix("ls ../R/*.R")){print(i); source(i)}' | @SPLUS@)

install:

libxmlpatch:
	 (PWD=`pwd`; export PWD ; cd $(LIBXML) ; patch -f <  $(PWD)/libxml/PATCH.libxml)	
back to top