Rev 5235 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/profile/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/library/profileinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Common.R Makefile.in Rprofile.mac Rprofile.unix Rprofile.win## Configure (not yet): Replace `unix' by `win' or `mac'## Should be EASYall: Makefile $(srcdir)/Common.R $(srcdir)/Rprofile.unix@echo "building system startup profile"@cat $(srcdir)/Common.R $(srcdir)/Rprofile.unix \> $(top_builddir)/library/base/R/RprofileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusmostlyclean: cleanclean:distclean:@rm -f Makefilemaintainer-clean: distcleandistdir: $(DISTFILES)@for f in $(DISTFILES); do \test -f $(distdir)/$${f} \|| ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \|| cp -p $(srcdir)/$${f} $(distdir)/$${f}; \done