~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/pcre/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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