]> git.ipfire.org Git - thirdparty/squid.git/blame - src/base/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / base / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
bbc27441
AJ
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
97bd4671 8include $(top_srcdir)/src/Common.am
fe57027d 9include $(top_srcdir)/src/TestHeaders.am
5bd7a218
AR
10
11noinst_LTLIBRARIES = libbase.la
12
13libbase_la_SOURCES = \
882255af
AR
14 AsyncCall.cc \
15 AsyncCall.h \
ebaabe74
AR
16 AsyncCallQueue.cc \
17 AsyncCallQueue.h \
37dedc58 18 AsyncCbdataCalls.h \
882255af 19 AsyncJob.cc \
ebaabe74 20 AsyncJob.h \
882255af 21 AsyncJobCalls.h \
a0864754 22 ByteCounter.h \
b0c2361b
AJ
23 CbcPointer.h \
24 CbDataList.h \
c8046ec7 25 CharacterSet.cc \
ebaabe74 26 CharacterSet.h \
ccfbe8f4
AR
27 CodeContext.cc \
28 CodeContext.h \
2fefc43c 29 EnumIterator.h \
e99fa721 30 File.cc \
ebaabe74 31 File.h \
55622953 32 forward.h \
9726727b 33 HardFun.h \
ebaabe74
AR
34 Here.cc \
35 Here.h \
4c3f7931 36 InstanceId.cc \
8b110b48 37 InstanceId.h \
8bf217bd 38 Lock.h \
a0655385 39 LookupTable.h \
14798e73 40 LruMap.h \
d570dc53 41 Packable.h \
7e10ac87 42 PackableStream.h \
21dfc374 43 Range.h \
c1a2df00 44 RefCount.h \
8fcefb30
AJ
45 RegexPattern.cc \
46 RegexPattern.h \
61f3a07b
AR
47 RunnersRegistry.cc \
48 RunnersRegistry.h \
3cb19943 49 Subscription.h \
3d93a84d 50 TextException.cc \
b0c2361b 51 TextException.h \
c50b35b5 52 YesNoNone.h