Rev 4580 | 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 = dynload graphics language models nlmall: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.statuscd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR:@if [ "$(srcdir)" != "." ]; then \$(MAKE) rhome=$(top_builddir) install; \fidocs:install: installdirs@echo "Installing demos ..."@for f in `ls $(srcdir)/dynload | sed '/CVS/d'`; do \$(INSTALL_DATA) $(srcdir)/dynload/$$f $(rhome)/demos/dynload; \done@for f in $(srcdir)/graphics/*.R; do \$(INSTALL_DATA) $$f $(rhome)/demos/graphics; \done@for f in $(srcdir)/language/*.R; do \$(INSTALL_DATA) $$f $(rhome)/demos/language; \done@for f in $(srcdir)/models/*.R; do \$(INSTALL_DATA) $$f $(rhome)/demos/models; \done@for f in $(srcdir)/nlm/*.R; do \$(INSTALL_DATA) $$f $(rhome)/demos/nlm; \doneinstalldirs:@$(MKINSTALLDIRS) $(rhome)/demos@$(MKINSTALLDIRS) $(rhome)/demos/dynload@$(MKINSTALLDIRS) $(rhome)/demos/graphics@$(MKINSTALLDIRS) $(rhome)/demos/language@$(MKINSTALLDIRS) $(rhome)/demos/models@$(MKINSTALLDIRS) $(rhome)/demos/nlminstall-strip: installuninstall:@echo "Uninstalling demos ..."@rm -rf $(rhome)/demosmostlyclean:clean:@if [ "$(srcdir)" != "." ]; then \rm -rf [a-z]*; \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