Rev 6994 | 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 \GETMAKEVAL GETSYMBOLS GETVERSION \config.guess config.sub \copy-if-change move-if-change \install-sh mkinstalldirs \install-info.in texi2dvi \ldAIX4all: Makefile install-info RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusinstall-info: $(srcdir)/install-info.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.status@chmod +x $@R:mostlyclean: cleanclean:distclean: clean@$(RM) -f Makefile install-infomaintainer-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