Makefile.in revision 0a7f5daf7c90be4a91f6048ab26c426b89a3de8b
LTLIBRARY_NAME = libpcre.la
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
CLEANFILES = dftables config.h chartables.c
include $(top_srcdir)/build/ltlib.mk
config.h:
touch $@
$(LTLIBRARY_OBJECTS) dftables.lo: config.h
dftables: dftables.lo
$(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)
chartables.c: dftables
./dftables > $@
pcre.lo: chartables.c