top_srcdir   = /root/szym/instalacja/httpd-2.2.14
top_builddir = /root/szym/instalacja/httpd-2.2.14
srcdir       = /root/szym/instalacja/httpd-2.2.14/srclib/pcre
builddir     = /root/szym/instalacja/httpd-2.2.14/srclib/pcre
VPATH        = /root/szym/instalacja/httpd-2.2.14/srclib/pcre
LTLIBRARY_NAME = libpcre.la
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c

CLEAN_TARGETS = dftables chartables.c
DISTCLEAN_TARGETS = pcre.h pcre-config config.h config.log config.status $(CLEAN_TARGETS)

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)

$(srcdir)/chartables.c: dftables
	./dftables $@

pcre.lo: $(srcdir)/chartables.c
