https://github.com/cran/XML
Raw File
Tip revision: 927425d14f444e7cc28721023c28cff6fd6414ce authored by Duncan Temple Lang on 12 January 2012, 00:00:00 UTC
version 3.8-0
Tip revision: 927425d
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