The R Project SVN R

Rev

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

Rev 6283 Rev 6507
Line 1... Line 1...
1
# Makefile for packages, only.
1
# Makefile for packages, only.
2
 
2
 
3
include MkRules
3
include MkRules
4
 
4
 
5
HELP=YES
5
HELP=YES
6
WINHELP=BOTH
6
WINHELP=NO # Ue one of NO, CHM, BOTH (chm and winhelp)
7
 
7
 
8
ifdef DEBUG
8
ifdef DEBUG
9
 OPTFLAGS=-g -O2 -Wall
9
 OPTFLAGS=-g -O2 -Wall
10
 DLLFLAGS=
10
 DLLFLAGS=
11
else
11
else