File: GNUmakefile.Splus.in

package info (click to toggle)
r-cran-xml 1.2-0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,056 kB
  • ctags: 341
  • sloc: ansic: 2,987; xml: 1,060; asm: 561; sh: 49; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9

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)