The R Project SVN R

Rev

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

Rev 44908 Rev 44934
Line 3... Line 3...
3
R_HOME=../..
3
R_HOME=../..
4
 
4
 
5
VER=$(shell sed -e 's/\([^ ]*\).*/\1/' ../../VERSION)
5
VER=$(shell sed -e 's/\([^ ]*\).*/\1/' ../../VERSION)
6
 
6
 
7
## keep these in step with ./Makefile.in
7
## keep these in step with ./Makefile.in
8
SRC_HEADERS = R.h S.h Rdevices.h Rembedded.h Rinternals.h
8
SRC_HEADERS = R.h S.h Rdefines.h Rembedded.h Rinternals.h
9
## this deliberately does not include Rinterfaces.h, which is Unix-only
9
## this deliberately does not include Rinterfaces.h, which is Unix-only
10
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
10
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
11
GW32_HEADERS = iconv.h psignal.h
11
GW32_HEADERS = iconv.h psignal.h
12
RPROXY_HEADERS = SC_proxy.h SC_system.h rproxy.h bdx.h bdx_SEXP.h bdx_com.h bdx_util.h com_util.h
12
RPROXY_HEADERS = SC_proxy.h SC_system.h rproxy.h bdx.h bdx_SEXP.h bdx_com.h bdx_util.h com_util.h
13
 
13