The R Project SVN R

Rev

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

Rev 42263 Rev 42541
Line 2... Line 2...
2
include ../gnuwin32/MkRules
2
include ../gnuwin32/MkRules
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
CFLAGS=$(OPTFLAGS) -I. -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD
7
CPPFLAGS=-I. -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD
-
 
8
CFLAGS=$(OPTFLAGS)
8
FFLAGS=$(OPTFLAGS)
9
FFLAGS=$(OPTFLAGS)
9
CSOURCES= \
10
CSOURCES= \
10
	mlutils.c \
11
	mlutils.c \
11
	d1mach.c i1mach.c \
12
	d1mach.c i1mach.c \
12
	fmax2.c fmin2.c fprec.c fround.c ftrunc.c \
13
	fmax2.c fmin2.c fprec.c fround.c ftrunc.c \