https://github.com/cran/XML
Revision 3f5cf306b7da64295b2bd6eab39d7b0229aa326e authored by Duncan Temple Lang on 11 October 2002, 00:00:00 UTC, committed by Gabor Csardi on 11 October 2002, 00:00:00 UTC
1 parent b9e723a
Raw File
Tip revision: 3f5cf306b7da64295b2bd6eab39d7b0229aa326e authored by Duncan Temple Lang on 11 October 2002, 00:00:00 UTC
version 0.92-2
Tip revision: 3f5cf30
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