https://github.com/cran/XML
Revision 9648bf09ce77ac5be7ab50ee091783ad1743e196 authored by Duncan Temple Lang on 27 November 2000, 00:00:00 UTC, committed by Gabor Csardi on 27 November 2000, 00:00:00 UTC
1 parent 8dd5601
Raw File
Tip revision: 9648bf09ce77ac5be7ab50ee091783ad1743e196 authored by Duncan Temple Lang on 27 November 2000, 00:00:00 UTC
version 0.8-2
Tip revision: 9648bf0
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