The R Project SVN R

Rev

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

Rev 26181 Rev 26271
Line 27... Line 27...
27
 
27
 
28
R: FORCE
28
R: FORCE
29
	@if test "$(BUILDDIR_IS_SRCDIR)" = "no" ; then \
29
	@if test "$(BUILDDIR_IS_SRCDIR)" = "no" ; then \
30
	  $(MAKE) rhome=$(top_builddir) install-sources; \
30
	  $(MAKE) rhome=$(top_builddir) install-sources; \
31
	fi
31
	fi
32
	@(cd perl; $(MAKE)) || exit 1
-
 
33
FORCE:
32
FORCE:
34
 
33
 
35
docs:
34
docs:
36
 
35
 
37
install: install-message installdirs install-sources install-built
36
install: install-message installdirs install-sources
38
installdirs:
37
installdirs:
39
	@$(MKINSTALLDIRS) $(rhome)/share
38
	@$(MKINSTALLDIRS) $(rhome)/share
40
	@$(MKINSTALLDIRS) $(rhome)/share/R
39
	@$(MKINSTALLDIRS) $(rhome)/share/R
41
	@if test -n "$(GNOME_IF_FILES)"; then \
40
	@if test -n "$(GNOME_IF_FILES)"; then \
42
	  $(MKINSTALLDIRS) $(rhome)/share/glade; \
41
	  $(MKINSTALLDIRS) $(rhome)/share/glade; \
Line 76... Line 75...
76
	@for f in $(srcdir)/texmf/*.sty \
75
	@for f in $(srcdir)/texmf/*.sty \
77
		  $(srcdir)/texmf/*.cfg \
76
		  $(srcdir)/texmf/*.cfg \
78
		  $(srcdir)/texmf/*.fd; do \
77
		  $(srcdir)/texmf/*.fd; do \
79
	  $(INSTALL_DATA) $${f} $(rhome)/share/texmf; \
78
	  $(INSTALL_DATA) $${f} $(rhome)/share/texmf; \
80
	done
79
	done
81
install-built: installdirs
-
 
82
	$(INSTALL_DATA) perl/build-help.pl $(rhome)/share/perl
-
 
83
install-strip: install
80
install-strip: install
84
 
81
 
85
uninstall:
82
uninstall:
86
	@echo "uninstalling share ..."
83
	@echo "uninstalling share ..."
87
	@rm -rf $(rhome)/share
84
	@rm -rf $(rhome)/share