mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00

unlinked. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85529 13f79535-47bb-0310-9956-ffa450edef68
20 lines
367 B
Makefile
20 lines
367 B
Makefile
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
|
|
|
|
chartables.c: dftables
|
|
./dftables > $@
|
|
|
|
pcre.lo: chartables.c
|