]> git.ipfire.org Git - thirdparty/squid.git/blob - src/anyp/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / anyp / Makefile.am
1 ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 noinst_LTLIBRARIES = libanyp.la
12
13 libanyp_la_SOURCES = \
14 forward.h \
15 PortCfg.cc \
16 PortCfg.h \
17 ProtocolType.cc \
18 ProtocolType.h \
19 ProtocolVersion.h \
20 TrafficMode.h \
21 UriScheme.cc \
22 UriScheme.h
23
24 ProtocolType.cc: ProtocolType.h $(top_srcdir)/src/mk-string-arrays.awk
25 ($(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk <$(srcdir)/ProtocolType.h | sed -e 's%PROTO_%%' >$@) || ($(RM) -f $@ && exit 1)
26
27 CLEANFILES += ProtocolType.cc