]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
Merged from trunk
[thirdparty/squid.git] / src / ipc / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libipc.la
5
6 libipc_la_SOURCES = \
7 AtomicWord.cc \
8 AtomicWord.h \
9 FdNotes.cc \
10 FdNotes.h \
11 Kid.cc \
12 Kid.h \
13 Kids.cc \
14 Kids.h \
15 Messages.h \
16 Queue.cc \
17 Queue.h \
18 ReadWriteLock.cc \
19 ReadWriteLock.h \
20 StartListening.cc \
21 StartListening.h \
22 StoreMap.cc \
23 StoreMap.h \
24 StrandCoord.cc \
25 StrandCoord.h \
26 StrandCoords.h \
27 StrandSearch.cc \
28 StrandSearch.h \
29 SharedListen.cc \
30 SharedListen.h \
31 TypedMsgHdr.cc \
32 TypedMsgHdr.h \
33 Coordinator.cc \
34 Coordinator.h \
35 UdsOp.cc \
36 UdsOp.h \
37 Port.cc \
38 Port.h \
39 Strand.cc \
40 Strand.h \
41 forward.h \
42 Forwarder.cc \
43 Forwarder.h \
44 Inquirer.cc \
45 Inquirer.h \
46 Request.h \
47 Response.h \
48 \
49 mem/FlexibleArray.h \
50 mem/Page.cc \
51 mem/Page.h \
52 mem/PagePool.cc \
53 mem/PagePool.h \
54 mem/Pages.cc \
55 mem/Pages.h \
56 mem/PageStack.cc \
57 mem/PageStack.h \
58 mem/Pointer.h \
59 mem/Segment.cc \
60 mem/Segment.h
61
62 DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
63
64 install-data-local:
65 $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;