The R Project SVN R

Rev

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

Rev 34402 Rev 34405
Line 62... Line 62...
62
	@TBD=`cd $(top_builddir); pwd`; \
62
	@TBD=`cd $(top_builddir); pwd`; \
63
	  cd $(top_srcdir) && $(AUTOHEADER) -I $${TBD}
63
	  cd $(top_srcdir) && $(AUTOHEADER) -I $${TBD}
64
	@echo timestamp > $@ 2> /dev/null
64
	@echo timestamp > $@ 2> /dev/null
65
Rconfig.h: config.h $(top_srcdir)/tools/GETCONFIG
65
Rconfig.h: config.h $(top_srcdir)/tools/GETCONFIG
66
	@$(SHELL) $(top_srcdir)/tools/GETCONFIG > $@
66
	@$(SHELL) $(top_srcdir)/tools/GETCONFIG > $@
67
Rversion.h: $(top_srcdir)/VERSION $(top_srcdir)/date-stamp $(top_srcdir)/tools/GETVERSION
67
Rversion.h: $(top_srcdir)/VERSION $(top_srcdir)/date-stamp $(top_srcdir)/tools/GETVERSION $(top_builddir)/SVN-REVISION
68
	@$(SHELL) $(top_srcdir)/tools/GETVERSION > $@
68
	@$(SHELL) $(top_srcdir)/tools/GETVERSION > $@
69
 
69
 
70
## <NOTE>
70
## <NOTE>
71
## we don't use AC_CONFIG_HEADERS on Rmath.h.in because
71
## we don't use AC_CONFIG_HEADERS on Rmath.h.in because
72
## a) that would comment out #undef statements in Rmath.h.in and
72
## a) that would comment out #undef statements in Rmath.h.in and