The R Project SVN R

Rev

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

Rev 46407 Rev 46436
Line 6... Line 6...
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 Rdefines.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
W32_HEADERS = iconv.h psignal.h
11
GW32_HEADERS = iconv.h psignal.h
12
 
12
 
13
all: fixh config.h
13
all: fixh config.h
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
16
	@cp -p $(SRC_HEADERS) $(OBJ_HEADERS) iconv.h $(R_HOME)/include
16
	@cp -p $(SRC_HEADERS) $(OBJ_HEADERS) iconv.h $(R_HOME)/include