The R Project SVN R

Rev

Rev 7002 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7002 Rev 7192
Line -... Line 1...
-
 
1
#-*- Makefile -*-
1
include ../gnuwin32/MkRules
2
include ../gnuwin32/MkRules
2
 
3
 
3
all: makeMakedeps ../gnuwin32/libmath.a
4
all: makeMakedeps ../gnuwin32/libmath.a
4
 
5
 
5
CFLAGS=$(OPTFLAGS) -I../include -I../gnuwin32
6
CFLAGS=$(OPTFLAGS) -I../include -DHAVE_CONFIG_H
6
FFLAGS=$(OPTFLAGS)
7
FFLAGS=$(OPTFLAGS)
7
SOURCES=$(wildcard *.c *.f)
8
SOURCES=$(wildcard *.c *.f)
8
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
9
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
9
 
10
 
10
#fround.o: fround.c
11
#fround.o: fround.c