1LTLIBRARY_NAME = libpcre.la
2LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c
3
4CLEAN_TARGETS = dftables chartables.c
5DISTCLEAN_TARGETS = pcre.h pcre-config config.h config.log config.status $(CLEAN_TARGETS)
6
7include $(top_srcdir)/build/ltlib.mk
8
9config.h:
10	touch $@
11
12$(LTLIBRARY_OBJECTS) dftables.lo: config.h
13
14dftables: dftables.lo
15	$(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)
16
17chartables.c: dftables
18	./dftables $@
19
20pcre.lo: chartables.c
21