]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / 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
40daaeb8
AR
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libipc.la
12
13libipc_la_SOURCES = \
0d0bce6a
AR
14 FdNotes.cc \
15 FdNotes.h \
40daaeb8
AR
16 Kid.cc \
17 Kid.h \
18 Kids.cc \
10cefb7b 19 Kids.h \
1bac0258 20 Messages.h \
f28b12e7
CT
21 MemMap.cc \
22 MemMap.h \
b2aa0934 23 Queue.cc \
9a51593d 24 Queue.h \
44c95fcf
AR
25 ReadWriteLock.cc \
26 ReadWriteLock.h \
0d0bce6a
AR
27 StartListening.cc \
28 StartListening.h \
44c95fcf
AR
29 StoreMap.cc \
30 StoreMap.h \
8822ebee
AR
31 StrandCoord.cc \
32 StrandCoord.h \
33 StrandCoords.h \
254912f3
AR
34 StrandSearch.cc \
35 StrandSearch.h \
0d0bce6a
AR
36 SharedListen.cc \
37 SharedListen.h \
1bac0258
AR
38 TypedMsgHdr.cc \
39 TypedMsgHdr.h \
10cefb7b 40 Coordinator.cc \
41 Coordinator.h \
42 UdsOp.cc \
43 UdsOp.h \
44 Port.cc \
45 Port.h \
46 Strand.cc \
8822ebee 47 Strand.h \
be17aa82 48 forward.h \
51ea0904
CT
49 Forwarder.cc \
50 Forwarder.h \
51 Inquirer.cc \
52 Inquirer.h \
53 Request.h \
1a98557c 54 Response.h \
be17aa82 55 \
3a8c5551 56 mem/FlexibleArray.h \
3e0ddf16
AR
57 mem/Page.cc \
58 mem/Page.h \
59 mem/PagePool.cc \
60 mem/PagePool.h \
61 mem/Pages.cc \
62 mem/Pages.h \
be17aa82 63 mem/PageStack.cc \
d8a82533 64 mem/PageStack.h \
68353d5a 65 mem/Pointer.h \
d8a82533 66 mem/Segment.cc \
1fe7f70f
EB
67 mem/Segment.h \
68 mem/forward.h
10cefb7b 69
6df70a31
AJ
70DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
71
72install-data-local:
e089fda3 73 $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;