123 |
$(LTCOMPILE) $(UTF8) $(top_srcdir)/study.c |
$(LTCOMPILE) $(UTF8) $(top_srcdir)/study.c |
124 |
|
|
125 |
pcretest.o: $(top_srcdir)/pcretest.c $(top_srcdir)/internal.h pcre.h config.h Makefile |
pcretest.o: $(top_srcdir)/pcretest.c $(top_srcdir)/internal.h pcre.h config.h Makefile |
126 |
$(LTCOMPILE) $(UTF8) $(top_srcdir)/pcretest.c |
$(CC) -c $(CFLAGS) -I. $(UTF8) $(top_srcdir)/pcretest.c |
127 |
|
|
128 |
pcregrep.o: $(top_srcdir)/pcregrep.c pcre.h Makefile config.h |
pcregrep.o: $(top_srcdir)/pcregrep.c pcre.h Makefile config.h |
129 |
$(LTCOMPILE) $(UTF8) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c |
$(CC) -c $(CFLAGS) -I. $(UTF8) $(PCREGREP_OSTYPE) $(top_srcdir)/pcregrep.c |
130 |
|
|
131 |
# An auxiliary program makes the default character table source |
# An auxiliary program makes the default character table source |
132 |
|
|