]> git.ipfire.org Git - thirdparty/squid.git/blob - src/http/Makefile.am
Merged from trunk rev.13197
[thirdparty/squid.git] / src / http / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libsquid-http.la
5
6 libsquid_http_la_SOURCES = \
7 Http1Parser.cc \
8 Http1Parser.h \
9 MethodType.cc \
10 MethodType.h \
11 ProtocolVersion.h \
12 StatusCode.cc \
13 StatusCode.h \
14 StatusLine.cc \
15 StatusLine.h
16
17 MethodType.cc: MethodType.h $(top_srcdir)/src/mk-string-arrays.awk
18 ($(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk < $(srcdir)/MethodType.h | \
19 sed -e 's%METHOD_%%' -e 's%_C%-C%' >$@) || ($(RM) -f $@ && exit 1)
20
21 CLEANFILES += MethodType.cc