2009-07-31 18:36:37 +00:00
|
|
|
|
2009-09-08 22:12:34 +00:00
|
|
|
lib_LTLIBRARIES=liblighttpd-common.la
|
2009-07-31 18:36:37 +00:00
|
|
|
common_cflags=-I$(top_srcdir)/include -I$(top_builddir)/include
|
|
|
|
|
|
|
|
common_src= \
|
|
|
|
angel_connection.c \
|
|
|
|
angel_data.c \
|
2009-11-29 14:18:24 +00:00
|
|
|
buffer.c \
|
2009-07-31 18:36:37 +00:00
|
|
|
encoding.c \
|
|
|
|
idlist.c \
|
|
|
|
ip_parsers.c \
|
2009-11-29 14:18:25 +00:00
|
|
|
mempool.c \
|
2009-07-31 18:36:37 +00:00
|
|
|
module.c \
|
|
|
|
radix.c \
|
|
|
|
sys-files.c \
|
|
|
|
sys-socket.c \
|
|
|
|
utils.c \
|
|
|
|
waitqueue.c
|
|
|
|
|
|
|
|
BUILT_SOURCES=ip_parsers.c
|
|
|
|
|
|
|
|
ip_parsers.c: ip_parsers.rl
|
|
|
|
ragel -C -T1 -o $@ $<
|
|
|
|
|
2009-09-08 22:12:34 +00:00
|
|
|
liblighttpd_common_la_SOURCES=$(common_src)
|
|
|
|
liblighttpd_common_la_CPPFLAGS=$(common_cflags) $(GTHREAD_CFLAGS) $(GMODULE_CFLAGS) $(LIBEV_CFLAGS)
|
|
|
|
liblighttpd_common_la_LDFLAGS=-export-dynamic $(GTHREAD_LIBS) $(GMODULE_LIBS) $(LIBEV_LIBS)
|