]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / Makefile.am
index eaa3d491a97aacc6388dc96675be9aaab94474ba..2c0f9a36a897da10f646b8297f9de25fa971cc10 100644 (file)
@@ -1,10 +1,16 @@
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
 noinst_LTLIBRARIES = libipc.la
 
 libipc_la_SOURCES = \
-       AtomicWord.h \
        FdNotes.cc \
        FdNotes.h \
        Kid.cc \
@@ -12,9 +18,16 @@ libipc_la_SOURCES = \
        Kids.cc \
        Kids.h \
        Messages.h \
+       MemMap.cc \
+       MemMap.h \
+       Queue.cc \
        Queue.h \
+       ReadWriteLock.cc \
+       ReadWriteLock.h \
        StartListening.cc \
        StartListening.h \
+       StoreMap.cc \
+       StoreMap.h \
        StrandCoord.cc \
        StrandCoord.h \
        StrandCoords.h \
@@ -22,8 +35,6 @@ libipc_la_SOURCES = \
        StrandSearch.h \
        SharedListen.cc \
        SharedListen.h \
-       SharedMemory.cc \
-       SharedMemory.h \
        TypedMsgHdr.cc \
        TypedMsgHdr.h \
        Coordinator.cc \
@@ -34,7 +45,29 @@ libipc_la_SOURCES = \
        Port.h \
        Strand.cc \
        Strand.h \
+       forward.h \
+       Forwarder.cc \
+       Forwarder.h \
+       Inquirer.cc \
+       Inquirer.h \
+       Request.h \
+       Response.h \
        \
-       forward.h
+       mem/FlexibleArray.h \
+       mem/Page.cc \
+       mem/Page.h \
+       mem/PagePool.cc \
+       mem/PagePool.h \
+       mem/Pages.cc \
+       mem/Pages.h \
+       mem/PageStack.cc \
+       mem/PageStack.h \
+       mem/Pointer.h \
+       mem/Segment.cc \
+       mem/Segment.h \
+       mem/forward.h
+
+DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
 
-DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"
+install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;