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