The R Project SVN R

Rev

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

Rev 54771 Rev 55149
Line 52... Line 52...
52
## and '-g' in all other cases except icc (for which see R-admin.html).
52
## and '-g' in all other cases except icc (for which see R-admin.html).
53
## CFLAGS=
53
## CFLAGS=
54
 
54
 
55
## Defines for C compilation.
55
## Defines for C compilation.
56
## Use this to specify defines to be used in the compilation of R,
56
## Use this to specify defines to be used in the compilation of R,
57
## e.g. -DUSE_TYPE_CHECKING_STRICT
-
 
58
## DEFS=
57
## DEFS=
59
 
58
 
60
## The following additional CFLAGS to be used only in the main
59
## The following additional CFLAGS to be used only in the main
61
## compilation and only in building shared objects respectively.
60
## compilation and only in building shared objects respectively.
62
## For example, on some systems one needs 'MAIN_CFLAGS=-pg' when
61
## For example, on some systems one needs 'MAIN_CFLAGS=-pg' when