The R Project SVN R

Rev

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

Rev 61307 Rev 61352
Line 29... Line 29...
29
else
29
else
30
config.h: ../gnuwin32/fixed/h/config.h ../../VERSION
30
config.h: ../gnuwin32/fixed/h/config.h ../../VERSION
31
	@$(SED) -e 's/@VERSION@/$(VER)/' -e 's/@ST@/4/' $< > $@
31
	@$(SED) -e 's/@VERSION@/$(VER)/' -e 's/@ST@/4/' $< > $@
32
endif
32
endif
33
 
33
 
-
 
34
Rconfig.h: ../gnuwin32/fixed/h/Rconfig.h
-
 
35
	@cp $< $@
-
 
36
 
34
iconv.h: ../gnuwin32/fixed/h/iconv.h
37
iconv.h: ../gnuwin32/fixed/h/iconv.h
35
	@cp $< $@
38
	@cp $< $@
36
 
39
 
37
psignal.h: ../gnuwin32/fixed/h/psignal.h
40
psignal.h: ../gnuwin32/fixed/h/psignal.h
38
	@cp $< $@
41
	@cp $< $@
39
 
42
 
40
Rconfig.h: config.h $(R_HOME)/tools/GETCONFIG
-
 
41
	@sh $(R_HOME)/tools/GETCONFIG > Rconfig.h
-
 
42
 
-
 
43
Rversion.h: $(R_HOME)/VERSION $(R_HOME)/SVN-REVISION $(R_HOME)/tools/GETVERSION
43
Rversion.h: $(R_HOME)/VERSION $(R_HOME)/SVN-REVISION $(R_HOME)/tools/GETVERSION
44
	@sh $(R_HOME)/tools/GETVERSION > $@
44
	@sh $(R_HOME)/tools/GETVERSION > $@
45
 
45
 
46
Rmath.h0: Rmath.h0.in $(R_HOME)/VERSION Makefile.win
46
Rmath.h0: Rmath.h0.in $(R_HOME)/VERSION Makefile.win
47
	@$(SED) -e 's/@RMATH_HAVE_LOG1P@/# define HAVE_LOG1P 1/'  \
47
	@$(SED) -e 's/@RMATH_HAVE_LOG1P@/# define HAVE_LOG1P 1/'  \