The R Project SVN R

Rev

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

Rev 37300 Rev 37381
Line 25... Line 25...
25
  config.h.in stamp-h.in Rmath.h0.in memcheck.h valgrind.h
25
  config.h.in stamp-h.in Rmath.h0.in memcheck.h valgrind.h
26
 
26
 
27
SUBDIRS = R_ext
27
SUBDIRS = R_ext
28
SUBDIRS_WITH_NO_BUILD = Rmodules
28
SUBDIRS_WITH_NO_BUILD = Rmodules
29
 
29
 
30
TIMESTAMPS = $(SRC_HEADERS:.h=.ts) $(OBJ_HEADERS:.h=.ts)
30
TIMESTAMPS = $(SRC_HEADERS:.h=.ts) $(OBJ_HEADERS:.h=.tsa)
31
 
31
 
32
CLEANFILES = $(OBJ_HEADERS) stamp-R $(TIMESTAMPS) libintl.h
32
CLEANFILES = $(OBJ_HEADERS) stamp-R $(TIMESTAMPS) libintl.h
33
DISTCLEANFILES = Makefile Rmath.h0 config.h stamp-h
33
DISTCLEANFILES = Makefile Rmath.h0 config.h stamp-h
34
 
34
 
35
.SUFFIXES:
35
.SUFFIXES:
36
.SUFFIXES: .h .ts
36
.SUFFIXES: .h .ts .tsa
37
 
37
 
38
.h.ts:
38
.h.ts:
-
 
39
	@$(INSTALL_DATA) $< $(top_builddir)/include/`basename $<`
-
 
40
	@touch $@
-
 
41
.h.tsa:
39
	@$(INSTALL_DATA) $< $(top_builddir)/include@R_ARCH@/`basename $<`
42
	@$(INSTALL_DATA) $< $(top_builddir)/include@R_ARCH@/`basename $<`
40
	@touch $@
43
	@touch $@
41
 
44
 
-
 
45
 
42
all: Makefile R
46
all: Makefile R
43
 
47
 
44
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
48
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
45
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
49
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
46
 
50
 
Line 88... Line 92...
88
	  $(INSTALL_DATA) $${f} "$(rincludedir)@R_ARCH@"; \
92
	  $(INSTALL_DATA) $${f} "$(rincludedir)@R_ARCH@"; \
89
	done
93
	done
90
installdirs:
94
installdirs:
91
	@$(MKINSTALLDIRS) "$(rincludedir)@R_ARCH@"
95
	@$(MKINSTALLDIRS) "$(rincludedir)@R_ARCH@"
92
install-intl-yes:
96
install-intl-yes:
93
	@$(INSTALL_DATA) libintl.h "$(rincludedir)"
97
	@$(INSTALL_DATA) libintl.h "$(rincludedir)@R_ARCH@"
94
install-intl-no:
98
install-intl-no:
95
 
99
 
96
install-strip:
100
install-strip:
97
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
101
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
98
uninstall:
102
uninstall: