bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / iis / pcre / Makefile.in
1 LTLIBRARY_NAME = libpcre.la
2 LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c
3
4 CLEAN_TARGETS = dftables chartables.c
5 DISTCLEAN_TARGETS = pcre.h pcre-config config.h config.log config.status $(CLEAN_TARGETS)
6
7 include $(top_srcdir)/build/ltlib.mk
8
9 config.h:
10         touch $@
11
12 $(LTLIBRARY_OBJECTS) dftables.lo: config.h
13
14 dftables: dftables.lo
15         $(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)
16
17 $(srcdir)/chartables.c: dftables
18         ./dftables $@
19
20 pcre.lo: $(srcdir)/chartables.c