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