Rev 20193 | Blame | Last modification | View Log | Download | RSS feed
## ${R_HOME}/tests/Native/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../..subdir = tests/Nativeinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)SOURCES_R = check.SSOURCES_C = Tests.cDISTFILES = Makefile.in $(SOURCES_R) $(SOURCES_C)R=$(top_builddir)/bin/Rall: Makefile R-sources checkMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@R-sources:@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \for f in $(SOURCES_R); \do $(INSTALL_DATA) $(srcdir)/$${f} .; \done; \ficheck: check.S Tests$(SHLIB_EXT)$(R) --vanilla < check.STests$(SHLIB_EXT): Tests.o$(SHLIB_LINK) -o $@ Tests.omostlyclean: cleanclean:@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \rm -f $(SOURCES_R); \fi@-rm -rf .libs _libs@-rm -f *.o *$(SHLIB_EXT) Rplots.psdistclean: clean@-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