Rev 63512 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/extra/tre/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/extra/treR_HOME = $(top_builddir)include $(top_builddir)/MakeconfTRE_CPPFLAGS = -I$(srcdir)ALL_CPPFLAGS = $(TRE_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)SOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \tre-mem.c tre-parse.c tre-stack.c xmalloc.cHEADERS = tre.h tre-ast.h tre-compile.h tre-config.h tre-internal.h \tre-match-utils.h tre-mem.h tre-parse.h tre-stack.h xmalloc.hDEPENDS = $(SOURCES:.c=.d)OBJECTS = $(SOURCES:.c=.o)@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = LICENSE Makefile.in Makefile.win R_changes \$(SOURCES) $(HEADERS)noinst_LIBRARIES = libtre.alibtre_a_SOURCES = $(SOURCES)libtre_a_OBJECTS = $(OBJECTS)all: @BUILD_TRE_TRUE@ RMakefile: $(srcdir)/Makefile.in \$(top_builddir)/config.status \$(SOURCES)@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@Makedeps: Makefile $(DEPENDS)@cat $(DEPENDS) >> Makefile@touch $@R: Makefile @BUILD_TRE_TRUE@@BUILD_TRE_TRUE@ @$(MAKE) Makedeps@BUILD_TRE_TRUE@ @$(MAKE) $(noinst_LIBRARIES)libtre.a: $(libtre_a_OBJECTS)rm -f $@$(AR) cr $@ $(libtre_a_OBJECTS)$(RANLIB) $@mostlyclean: cleanclean:@-rm -f Makedeps *.d *.o *.lo *.adistclean: clean@-rm -f Makefile dftables chartables.hmaintainer-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## Automagically generated dependencies: