Rev 11637 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/demos/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..subdir = demosinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Makefile.inSUBDIRS = graphics language models nlm tcltkall: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR:@if [ "$(srcdir)" != "." ]; then \$(MAKE) rhome=$(top_builddir) install-sources; \fidocs:install: install-message installdirs install-sourcesinstalldirs:@$(MKINSTALLDIRS) $(rhome)/demos@$(MKINSTALLDIRS) $(rhome)/demos/graphics@$(MKINSTALLDIRS) $(rhome)/demos/language@$(MKINSTALLDIRS) $(rhome)/demos/models@$(MKINSTALLDIRS) $(rhome)/demos/nlm@$(MKINSTALLDIRS) $(rhome)/demos/tcltkinstall-message:@echo "installing demos ..."install-sources: installdirs@for d in $(SUBDIRS); do \for f in $(srcdir)/$${d}/*.R; do \$(INSTALL_DATA) $${f} $(rhome)/demos/$${d}; \done; \doneinstall-strip: installuninstall:@echo "uninstalling demos ..."@rm -rf $(rhome)/demosmostlyclean:clean:@if [ "$(srcdir)" != "." ]; then \rm -rf $(SUBDIRS); \fidistclean:@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@((cd $(srcdir); \$(TAR) -c -f - --exclude=CVS $(SUBDIRS)) \| (cd $(distdir); $(TAR) -x -f -)) \|| exit 1