Rev 22122 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/extra/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../..subdir = src/extrainclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Makefile.inSUBDIRS = bzip2 pcre xdr zlibSUBDIRS_WITH_NO_BUILD =LIBBZ2 = @BUILD_BZLIB_TRUE@ bzip2LIBPCRE = @BUILD_PCRE_TRUE@ pcreLIBZ = @BUILD_ZLIB_TRUE@ zlibLIBXDR = @BUILD_XDR_TRUE@ xdrEXTRA_LIBS = $(LIBBZ2) $(LIBPCRE) $(LIBZ) $(LIBXDR)all: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@R: Makefile@list='$(EXTRA_LIBS)'; for d in $${list}; do \(cd $${d} && $(MAKE) $@) || exit 1; \donemostlyclean: 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: distcleaninstall install-strip uninstall TAGS 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@for d in $(SUBDIRS_WITH_NO_BUILD); do \((cd $(srcdir); $(TAR) -c -f - --exclude=CVS $${d}) \| (cd $(distdir); $(TAR) -x -f -)) \|| exit 1; \done