The R Project SVN R

Rev

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

Rev 42521 Rev 42623
Line 5... Line 5...
5
## keep these in step with ./Makefile.in
5
## keep these in step with ./Makefile.in
6
SRC_HEADERS = R.h S.h Rdefines.h Rdevices.h Rembedded.h Rgraphics.h \
6
SRC_HEADERS = R.h S.h Rdefines.h Rdevices.h Rembedded.h Rgraphics.h \
7
  Rinternals.h
7
  Rinternals.h
8
## this deliberately does not include Rinterfaces.h, which is Unix-only
8
## this deliberately does not include Rinterfaces.h, which is Unix-only
9
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
9
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
10
GW32_HEADERS = config.h psignal.h
10
GW32_HEADERS = config.h iconv.h psignal.h
11
RPROXY_HEADERS = SC_proxy.h SC_system.h rproxy.h bdx.h bdx_SEXP.h bdx_com.h bdx_util.h com_util.h
11
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
 
12
 
13
all: fixh
13
all: fixh
14
	@echo 'installing C headers'
14
	@echo 'installing C headers'
15
	@mkdir -p $(R_HOME)/include/R_ext
15
	@mkdir -p $(R_HOME)/include/R_ext