Rev 24188 | 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)ALL_CPPFLAGS = $(BZIP2_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(MAIN_CFLAGS) $(CFLAGS)SOURCES = get.c pcre.c study.cHEADERS = internal.h pcre.hDEPENDS = $(SOURCES:.c=.d)OBJECTS = $(SOURCES:.c=.o)distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = LICENCE Makefile.in Makefile.win dftables.c maketables.c \chartables.h.win $(SOURCES) $(HEADERS)noinst_LIBRARIES = @BUILD_PCRE_TRUE@ libpcre.alibpcre_a_SOURCES = $(SOURCES)libpcre_a_OBJECTS = $(OBJECTS)all: Makefile Makedeps 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 chartables.h@$(MAKE) Makedeps@$(MAKE) $(noinst_LIBRARIES)chartables.h: dftables./dftables > chartables.hdftables.o: maketables.c internal.h pcre.hdftables: dftables.o$(MAIN_LD) $(LDFLAGS) -o dftables dftables.olibpcre.a: $(libpcre_a_OBJECTS)$(AR) cr $@ $(libpcre_a_OBJECTS)$(RANLIB) $@mostlyclean: cleanclean:@-rm -f Makedeps *.d *.o *.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: