Rev 11865 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/tools/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..subdir = toolsinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Makefile.in \GETCONFIG GETMAKEVAL GETSYMBOLS GETVERSION \Rd.files \Rdnewer.pl \config.guess \config.sub \copy-if-change \help2man.pl \install-info.pl \install-sh \keywords2html.pl \ldAIX4 \linkcheck.pl \ltmain.sh \mdate-sh \missing \mkinstalldirs \move-if-change \pkg2tex.pl \texi2dviall: Makefile R.SUFFIXES:.SUFFIXES: .inMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR: Makefilemostlyclean: cleanclean:distclean: clean@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