211 |
# directory, not the source directory. |
# directory, not the source directory. |
212 |
|
|
213 |
pcre_chartables.@OBJEXT@: pcre_chartables.c |
pcre_chartables.@OBJEXT@: pcre_chartables.c |
214 |
@$(LTCOMPILE) $(top_srcdir)/pcre_chartables.c |
@$(LTCOMPILE) pcre_chartables.c |
215 |
|
|
216 |
pcre_compile.@OBJEXT@: Makefile config.h pcre.h \ |
pcre_compile.@OBJEXT@: Makefile config.h pcre.h \ |
217 |
$(top_srcdir)/pcre_internal.h $(top_srcdir)/pcre_compile.c |
$(top_srcdir)/pcre_internal.h $(top_srcdir)/pcre_compile.c |
329 |
|
|
330 |
pcretest.@OBJEXT@: $(top_srcdir)/pcretest.c $(top_srcdir)/pcre_internal.h \ |
pcretest.@OBJEXT@: $(top_srcdir)/pcretest.c $(top_srcdir)/pcre_internal.h \ |
331 |
pcre.h config.h Makefile |
pcre.h config.h Makefile |
332 |
$(CC) -c $(CFLAGS) -I. $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcretest.c |
$(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcretest.c |
333 |
|
|
334 |
pcrecpp_unittest.@OBJEXT@: $(top_srcdir)/pcrecpp_unittest.cc pcrecpp.h \ |
pcrecpp_unittest.@OBJEXT@: $(top_srcdir)/pcrecpp_unittest.cc pcrecpp.h \ |
335 |
pcre_stringpiece.h pcre.h config.h Makefile |
pcre_stringpiece.h pcre.h config.h Makefile |
336 |
$(CXX) -c $(CXXFLAGS) -I. $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcrecpp_unittest.cc |
$(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcrecpp_unittest.cc |
337 |
|
|
338 |
pcre_stringpiece_unittest.@OBJEXT@: $(top_srcdir)/pcre_stringpiece_unittest.cc \ |
pcre_stringpiece_unittest.@OBJEXT@: $(top_srcdir)/pcre_stringpiece_unittest.cc \ |
339 |
pcre_stringpiece.h config.h Makefile |
pcre_stringpiece.h config.h Makefile |
340 |
$(CXX) -c $(CXXFLAGS) -I. $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcre_stringpiece_unittest.cc |
$(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcre_stringpiece_unittest.cc |
341 |
|
|
342 |
pcre_scanner_unittest.@OBJEXT@: $(top_srcdir)/pcre_scanner_unittest.cc \ |
pcre_scanner_unittest.@OBJEXT@: $(top_srcdir)/pcre_scanner_unittest.cc \ |
343 |
$(top_srcdir)/pcre_scanner.h pcrecpp.h pcre_stringpiece.h \ |
$(top_srcdir)/pcre_scanner.h pcrecpp.h pcre_stringpiece.h \ |
344 |
pcre.h config.h Makefile |
pcre.h config.h Makefile |
345 |
$(CXX) -c $(CXXFLAGS) -I. $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcre_scanner_unittest.cc |
$(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(UTF8) $(UCP) $(LINK_SIZE) $(top_srcdir)/pcre_scanner_unittest.cc |
346 |
|
|
347 |
pcregrep.@OBJEXT@: $(top_srcdir)/pcregrep.c pcre.h Makefile config.h |
pcregrep.@OBJEXT@: $(top_srcdir)/pcregrep.c pcre.h Makefile config.h |
348 |
$(CC) -c $(CFLAGS) -I. $(UTF8) $(UCP) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c |
$(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(UTF8) $(UCP) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c |
349 |
|
|
350 |
# Some Windows-specific targets for MinGW. Do not use for Cygwin. |
# Some Windows-specific targets for MinGW. Do not use for Cygwin. |
351 |
|
|