| 131 |
pcre_globals.@OBJEXT@ \ |
pcre_globals.@OBJEXT@ \ |
| 132 |
pcre_info.@OBJEXT@ \ |
pcre_info.@OBJEXT@ \ |
| 133 |
pcre_maketables.@OBJEXT@ \ |
pcre_maketables.@OBJEXT@ \ |
| 134 |
|
pcre_newline.@OBJEXT@ \ |
| 135 |
pcre_ord2utf8.@OBJEXT@ \ |
pcre_ord2utf8.@OBJEXT@ \ |
| 136 |
pcre_refcount.@OBJEXT@ \ |
pcre_refcount.@OBJEXT@ \ |
| 137 |
pcre_study.@OBJEXT@ \ |
pcre_study.@OBJEXT@ \ |
| 153 |
pcre_globals.lo \ |
pcre_globals.lo \ |
| 154 |
pcre_info.lo \ |
pcre_info.lo \ |
| 155 |
pcre_maketables.lo \ |
pcre_maketables.lo \ |
| 156 |
|
pcre_newline.lo \ |
| 157 |
pcre_ord2utf8.lo \ |
pcre_ord2utf8.lo \ |
| 158 |
pcre_refcount.lo \ |
pcre_refcount.lo \ |
| 159 |
pcre_study.lo \ |
pcre_study.lo \ |
| 277 |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
| 278 |
$(top_srcdir)/pcre_maketables.c |
$(top_srcdir)/pcre_maketables.c |
| 279 |
|
|
| 280 |
|
pcre_newline.@OBJEXT@: Makefile config.h $(top_srcdir)/pcre.h \ |
| 281 |
|
$(top_srcdir)/pcre_internal.h $(top_srcdir)/pcre_newline.c |
| 282 |
|
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
| 283 |
|
$(top_srcdir)/pcre_newline.c |
| 284 |
|
|
| 285 |
pcre_ord2utf8.@OBJEXT@: Makefile config.h $(top_srcdir)/pcre.h \ |
pcre_ord2utf8.@OBJEXT@: Makefile config.h $(top_srcdir)/pcre.h \ |
| 286 |
$(top_srcdir)/pcre_internal.h $(top_srcdir)/pcre_ord2utf8.c |
$(top_srcdir)/pcre_internal.h $(top_srcdir)/pcre_ord2utf8.c |
| 287 |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
| 310 |
pcre_ucp_searchfuncs.@OBJEXT@: Makefile config.h $(top_srcdir)/pcre.h \ |
pcre_ucp_searchfuncs.@OBJEXT@: Makefile config.h $(top_srcdir)/pcre.h \ |
| 311 |
$(top_srcdir)/pcre_internal.h \ |
$(top_srcdir)/pcre_internal.h \ |
| 312 |
$(top_srcdir)/pcre_ucp_searchfuncs.c \ |
$(top_srcdir)/pcre_ucp_searchfuncs.c \ |
| 313 |
|
$(top_srcdir)/ucpinternal.h \ |
| 314 |
$(top_srcdir)/ucptable.c |
$(top_srcdir)/ucptable.c |
| 315 |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
@$(LTCOMPILE) $(UTF8) $(UCP) $(POSIX_MALLOC_THRESHOLD) \ |
| 316 |
$(top_srcdir)/pcre_ucp_searchfuncs.c |
$(top_srcdir)/pcre_ucp_searchfuncs.c |
| 524 |
$(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config |
$(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config |
| 525 |
$(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig |
$(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig |
| 526 |
$(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc |
$(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc |
| 527 |
|
$(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcrecpp.pc |
| 528 |
|
|
| 529 |
# The uninstall target removes all the files that were installed. |
# The uninstall target removes all the files that were installed. |
| 530 |
|
|
| 577 |
$(DESTDIR)$(BINDIR)/pcregrep@EXEEXT@ \ |
$(DESTDIR)$(BINDIR)/pcregrep@EXEEXT@ \ |
| 578 |
$(DESTDIR)$(BINDIR)/pcretest@EXEEXT@ \ |
$(DESTDIR)$(BINDIR)/pcretest@EXEEXT@ \ |
| 579 |
$(DESTDIR)$(BINDIR)/pcre-config \ |
$(DESTDIR)$(BINDIR)/pcre-config \ |
| 580 |
$(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc |
$(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc \ |
| 581 |
|
$(DESTDIR)$(LIBDIR)/pkgconfig/libpcrecpp.pc |
| 582 |
|
|
| 583 |
# We deliberately omit dftables and pcre_chartables.c from 'make clean'; once |
# We deliberately omit dftables and pcre_chartables.c from 'make clean'; once |
| 584 |
# made pcre_chartables.c shouldn't change, and if people have edited the tables |
# made pcre_chartables.c shouldn't change, and if people have edited the tables |
| 590 |
|
|
| 591 |
distclean: clean |
distclean: clean |
| 592 |
-rm -f pcre_chartables.c libtool pcre-config libpcre.pc \ |
-rm -f pcre_chartables.c libtool pcre-config libpcre.pc \ |
| 593 |
pcre_stringpiece.h pcrecpparg.h \ |
libpcrecpp.pc pcre_stringpiece.h pcrecpparg.h \ |
| 594 |
dftables@EXEEXT@ RunGrepTest RunTest \ |
dftables@EXEEXT@ RunGrepTest RunTest \ |
| 595 |
Makefile config.h config.status config.log config.cache |
Makefile config.h config.status config.log config.cache |
| 596 |
|
|