Rev 41839 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/extra/pcre/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/extra/pcreR_HOME = $(top_builddir)include $(top_builddir)/MakeconfPCRE_CPPFLAGS = -I$(srcdir)# -DSUPPORT_UTF8ALL_CPPFLAGS = $(PCRE_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)SOURCES = pcre_chartables.c pcre_compile.c pcre_config.c pcre_exec.c \pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c \pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c \pcre_study.c pcre_tables.c pcre_try_flipped.c \pcre_ucp_searchfuncs.c pcre_valid_utf8.c pcre_version.c pcre_xclass.cHEADERS = pcre_internal.h pcre.h ucp.h ucpinternal.h ucptable.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 = LICENCE Makefile.in Makefile.win R_changes \$(SOURCES) $(HEADERS)noinst_LIBRARIES = @BUILD_PCRE_TRUE@ libpcre.alibpcre_a_SOURCES = $(SOURCES)libpcre_a_OBJECTS = $(OBJECTS)all: 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@$(MAKE) Makedeps@$(MAKE) $(noinst_LIBRARIES)libpcre.a: $(libpcre_a_OBJECTS)rm -f $@$(AR) cr $@ $(libpcre_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: