The R Project SVN R

Rev

Rev 57728 | Rev 71438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57728 Rev 62359
Line 34... Line 34...
34
	create API 'Rversion.h' from 'VERSION' and 'SVN-REVISION'.
34
	create API 'Rversion.h' from 'VERSION' and 'SVN-REVISION'.
35
  
35
  
36
  copy-if-change
36
  copy-if-change
37
	copy a file if changed; otherwise, do nothing.
37
	copy a file if changed; otherwise, do nothing.
38
 
38
 
39
  getsp.class
-
 
40
  getsp.java
39
  getsp.java
41
	Java class (source and compiled bytecode) used for extracting
40
	Java source for share/java/getsp.class used for extracting
42
	system properties when detecting Java support in configure and
41
	system properties when detecting Java support in R CMD
43
	R CMD javareconf. 
-
 
44
	We don't require the existence of a Java compiler, so we need
42
	javareconf.  We don't require the existence of a Java
45
	to supply the compiled version as well.  There is another copy
43
	compiler, so we need to supply the compiled version as well.
46
	in ../share/java .
-
 
47
 
44
 
48
  help2man.pl
45
  help2man.pl
49
	generate simple manual pages from program output.  Taken from
46
	generate simple manual pages from program output.  Taken from
50
	the GNU help2man package (ftp://ftp.gnu.org/gnu/help2man/).
47
	the GNU help2man package (ftp://ftp.gnu.org/gnu/help2man/).
51
	Used for a maintainer-mode build only: requires Perl.
48
	Used for a maintainer-mode build only: requires Perl.