Rev 8335 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/etc/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..subdir = etcinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Rdconvlib.pl buildlib.pl html-layout.pl \Makeconf.in Makefile.in \colors.big colors.small test-things.Rd \gnome-interface.gladeEXPORTFILE = @EXPORTFILE@GNOME_IF_FILES = @GNOME_IF_FILES@all: Makefile Makeconf RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusMakeconf: $(srcdir)/Makeconf.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR:@if [ "$(srcdir)" != "." ]; then \$(MAKE) rhome=$(top_builddir) install-perl; \$(MAKE) rhome=$(top_builddir) install-gnome; \fiinstall: installdirs install-perl install-gnome@echo "installing etc ..."@$(INSTALL_DATA) Makeconf $(EXPORTFILE) \$(rhome)/etcinstalldirs:@$(MKINSTALLDIRS) $(rhome)/etcinstall-perl:@for f in $(srcdir)/*.pl; do \$(INSTALL_DATA) $$f $(rhome)/etc; \doneinstall-gnome:@if test -n "$(GNOME_IF_FILES)"; then \for f in "$(GNOME_IF_FILES)"; do \$(INSTALL_DATA) $(srcdir)/$$f $(rhome)/etc; \done; \fiinstall-strip: installuninstall:@echo "uninstalling etc ..."@if test -d $(rhome)/etc -a \"`cd $(rhome); pwd`" != "`cd $(top_builddir); pwd`"; then \(cd $(rhome)/etc && \rm -f *.pl Makeconf $(EXPORTFILE) $(GNOME_IF_FILES)); \rmdir $(rhome)/etc 2> /dev/null \|| echo " subdir etc not removed"; \fimostlyclean: cleanclean:@if [ "$(srcdir)" != "." ]; then \rm -f *.pl $(GNOME_IF_FILES); \fi@rm -f $(EXPORTFILE)distclean: clean@rm -f Makeconf 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