]> git.ipfire.org Git - thirdparty/squid.git/blob - src/anyp/Makefile.am
352c06be220d0eae9b258c78997e32f1fe58cff8
[thirdparty/squid.git] / src / anyp / Makefile.am
1 ## Copyright (C) 1996-2019 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 Uri.cc \
22 Uri.h \
23 UriScheme.cc \
24 UriScheme.h
25
26 ProtocolType.cc: ProtocolType.h $(top_srcdir)/src/mk-string-arrays.awk
27 ($(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk <$(srcdir)/ProtocolType.h | sed -e 's%PROTO_%%' >$@) || ($(RM) -f $@ && exit 1)
28
29 CLEANFILES += ProtocolType.cc