The R Project SVN R-packages

Rev

Rev 4439 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# -*- Makefile -*- for Windows

include Win.mk
#       |-> gnuwin32/MkRules

CPPFLAGS=$(PKG_CPPFLAGS) -I$(RHOME)/include
CFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CFLAGS)
CXXFLAGS=$(CPPFLAGS) $(DEBUGFLAG) -O2 $(PKG_CXXFLAGS)

## Use this to
build_under_Windows = true
include Makefile