]> git.ipfire.org Git - thirdparty/squid.git/blame - src/anyp/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / anyp / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
bbc27441
AJ
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
0c3d3f65
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libanyp.la
12
13libanyp_la_SOURCES = \
9082b58f 14 forward.h \
65d448bc
AJ
15 PortCfg.cc \
16 PortCfg.h \
0c3d3f65 17 ProtocolType.cc \
c9fd01b4 18 ProtocolType.h \
6a25a046 19 ProtocolVersion.h \
1ca54a54 20 TrafficMode.h \
c8ab5ec6
AJ
21 Uri.cc \
22 Uri.h \
1ca54a54
AJ
23 UriScheme.cc \
24 UriScheme.h
0c3d3f65
AJ
25
26ProtocolType.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
29CLEANFILES += ProtocolType.cc