]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Makefile.am
1 ## Copyright (C) 1996-2017 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 = libipc.la
12
13 libipc_la_SOURCES = \
14 FdNotes.cc \
15 FdNotes.h \
16 Kid.cc \
17 Kid.h \
18 Kids.cc \
19 Kids.h \
20 Messages.h \
21 MemMap.cc \
22 MemMap.h \
23 Queue.cc \
24 Queue.h \
25 ReadWriteLock.cc \
26 ReadWriteLock.h \
27 StartListening.cc \
28 StartListening.h \
29 StoreMap.cc \
30 StoreMap.h \
31 StrandCoord.cc \
32 StrandCoord.h \
33 StrandCoords.h \
34 StrandSearch.cc \
35 StrandSearch.h \
36 SharedListen.cc \
37 SharedListen.h \
38 TypedMsgHdr.cc \
39 TypedMsgHdr.h \
40 Coordinator.cc \
41 Coordinator.h \
42 UdsOp.cc \
43 UdsOp.h \
44 Port.cc \
45 Port.h \
46 Strand.cc \
47 Strand.h \
48 forward.h \
49 Forwarder.cc \
50 Forwarder.h \
51 Inquirer.cc \
52 Inquirer.h \
53 Request.h \
54 Response.h \
55 \
56 mem/FlexibleArray.h \
57 mem/Page.cc \
58 mem/Page.h \
59 mem/PagePool.cc \
60 mem/PagePool.h \
61 mem/Pages.cc \
62 mem/Pages.h \
63 mem/PageStack.cc \
64 mem/PageStack.h \
65 mem/Pointer.h \
66 mem/Segment.cc \
67 mem/Segment.h
68
69 DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
70
71 install-data-local:
72 $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;