The R Project SVN R

Rev

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

Rev 23204 Rev 26347
Line 58... Line 58...
58
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-h.in
58
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-h.in
59
$(srcdir)/stamp-h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
59
$(srcdir)/stamp-h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
60
	@cd $(top_srcdir) && $(AUTOHEADER)
60
	@cd $(top_srcdir) && $(AUTOHEADER)
61
	@echo timestamp > $@ 2> /dev/null
61
	@echo timestamp > $@ 2> /dev/null
62
Rconfig.h: config.h
62
Rconfig.h: config.h
63
	@$(top_srcdir)/tools/GETCONFIG > $@
63
	@$(SHELL) $(top_srcdir)/tools/GETCONFIG > $@
64
Rversion.h: $(top_srcdir)/VERSION $(top_srcdir)/date-stamp
64
Rversion.h: $(top_srcdir)/VERSION $(top_srcdir)/date-stamp
65
	@$(top_srcdir)/tools/GETVERSION > $@
65
	@$(SHELL) $(top_srcdir)/tools/GETVERSION > $@
66
 
66
 
67
## <NOTE>
67
## <NOTE>
68
## we don't use AC_CONFIG_HEADERS on Rmath.h.in because
68
## we don't use AC_CONFIG_HEADERS on Rmath.h.in because
69
## a) that would comment out #undef statements in Rmath.h.in and
69
## a) that would comment out #undef statements in Rmath.h.in and
70
## b) Rmath.h should be a self-contained file for standalone Rmath use.
70
## b) Rmath.h should be a self-contained file for standalone Rmath use.
71
## </NOTE>
71
## </NOTE>
72
Rmath.h: Rmath.h0
72
Rmath.h: Rmath.h0
73
	@$(top_srcdir)/tools/copy-if-change Rmath.h0 $@
73
	@$(SHELL) $(top_srcdir)/tools/copy-if-change Rmath.h0 $@
74
Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
74
Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
75
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
75
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
76
 
76
 
77
install: installdirs
77
install: installdirs
78
	@for d in $(SUBDIRS); do \
78
	@for d in $(SUBDIRS); do \