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