The R Project SVN R

Rev

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

Rev 41449 Rev 42623
Line 10... Line 10...
10
../../library/profile/Rprofile.windows
10
../../library/profile/Rprofile.windows
11
	@$(ECHO) -------- Building $@ from $^--------
11
	@$(ECHO) -------- Building $@ from $^--------
12
	mkdir -p $(R_HOME)/library/base/R
12
	mkdir -p $(R_HOME)/library/base/R
13
	@$(CAT)  $^ > $@
13
	@$(CAT)  $^ > $@
14
 
14
 
15
fixbin:  cp2bin
15
fixbin:  cp2bin iconv
16
	@$(ECHO) done > fixbin
16
	@$(ECHO) done > fixbin
17
 
17
 
-
 
18
iconv:
-
 
19
	@$(CP) ../unicode/iconv.dll ../../../bin
-
 
20
 
18
cp2bin: $(wildcard ./bin/*)
21
cp2bin: $(wildcard ./bin/*)
19
ifeq ($(strip $(BUILD)),CROSS)
22
ifeq ($(strip $(BUILD)),CROSS)
20
	@zip -ql bins $^
23
	@zip -ql bins $^
21
	@unzip -oq bins -d  $(R_HOME)
24
	@unzip -oq bins -d  $(R_HOME)
22
else
25
else