Rev 48407 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/modules/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../..subdir = src/modulesinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Makefile.in Makefile.winSUBDIRS = X11 internet lapackMODULES = internet lapack @BUILD_X11_TRUE@X11all: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@R: Makefile make.internet make.lapack @BUILD_X11_TRUE@make.X11make.X11: Makefile@(cd X11 && $(MAKE))make.internet: Makefile@(cd internet && $(MAKE))make.lapack: Makefile@(cd lapack && $(MAKE))install install-strip:@for d in $(MODULES); do \(cd $${d} && $(MAKE) $@) || exit 1; \doneinstalldirs:@$(MKINSTALLDIRS) "$(DESTDIR)$(Rexecmodulesdir)"uninstall:@rm -rf "$(DESTDIR)$(rhome)/modules"mostlyclean: cleanclean:@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \donedistclean: clean@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \done@-rm -f Makefilemaintainer-clean: distcleanTAGS info dvi check:distdir: $(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@for d in $(SUBDIRS); do \test -d $(distdir)/$${d} \|| mkdir $(distdir)/$${d} \|| exit 1; \chmod 755 $(distdir)/$${d}; \(cd $${d} && $(MAKE) distdir) \|| exit 1; \done