The R Project SVN R

Rev

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

Rev 42541 Rev 53401
Line 3... Line 3...
3
 
3
 
4
all: makeMakedeps libnmath.a
4
all: makeMakedeps libnmath.a
5
 
5
 
6
## there are headers and include files in this directory
6
## there are headers and include files in this directory
7
CPPFLAGS=-I. -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD
7
CPPFLAGS=-I. -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD
8
CFLAGS=$(OPTFLAGS)
-
 
9
FFLAGS=$(OPTFLAGS)
-
 
10
CSOURCES= \
8
CSOURCES= \
11
	mlutils.c \
9
	mlutils.c \
12
	d1mach.c i1mach.c \
10
	d1mach.c i1mach.c \
13
	fmax2.c fmin2.c fprec.c fround.c ftrunc.c \
11
	fmax2.c fmin2.c fprec.c fround.c ftrunc.c \
14
	sign.c fsign.c \
12
	sign.c fsign.c \