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 |
|
|
133 |
chartables.c: dftables |
$(top_srcdir)/chartables.c: dftables |
134 |
./dftables >chartables.c |
./dftables >$(top_srcdir)/chartables.c |
135 |
|
|
136 |
dftables: $(top_srcdir)/dftables.c $(top_srcdir)/maketables.c \ |
dftables: $(top_srcdir)/dftables.c $(top_srcdir)/maketables.c \ |
137 |
$(top_srcdir)/internal.h pcre.h config.h Makefile |
$(top_srcdir)/internal.h pcre.h config.h Makefile |