The R Project SVN R

Rev

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

Rev 67638 Rev 67641
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
include ../gnuwin32/MkRules
2
include ../gnuwin32/MkRules
3
R_HOME = ../..
3
R_HOME = ../..
4
 
4
 
5
GIT := `if [ -d "$(top_builddir)/.git" ]; then echo "git"; fi`
5
GIT = `if [ -d "$(top_builddir)/.git" ]; then echo "git"; fi`
6
 
6
 
7
VER = $(shell sed -e 's/\([^ ]*\).*/\1/' ../../VERSION)
7
VER = $(shell sed -e 's/\([^ ]*\).*/\1/' ../../VERSION)
8
 
8
 
9
## keep these in step with ./Makefile.in
9
## keep these in step with ./Makefile.in
10
SRC_HEADERS = R.h S.h Rdefines.h Rembedded.h Rinternals.h
10
SRC_HEADERS = R.h S.h Rdefines.h Rembedded.h Rinternals.h