blob: 218b9ccdf0c3c73ec9c1554209c0cdff5fd5216a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
top_srcdir = /bottlenecks/rubbos/app/httpd-2.0.64
top_builddir = /bottlenecks/rubbos/app/httpd-2.0.64
srcdir = /bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre
builddir = /bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre
VPATH = /bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre
LTLIBRARY_NAME = libpcre.la
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.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
|