]> git.ipfire.org Git - thirdparty/squid.git/blob - src/anyp/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / anyp / Makefile.am
1 ## Copyright (C) 1996-2023 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 PortCfg.cc \
15 PortCfg.h \
16 ProtocolType.cc \
17 ProtocolType.h \
18 ProtocolVersion.h \
19 TrafficMode.h \
20 Uri.cc \
21 Uri.h \
22 UriScheme.cc \
23 UriScheme.h \
24 forward.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