The R Project SVN R

Rev

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

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