X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=2fc98c82137d161ffe16258cd77cada7d67b1e87;hb=ff66c8dcf1b022a2953cd9c10661b24d7bf04d1f;hp=768fdf6fed599566ce89b8d5a645ffa36ae8ddf4;hpb=6d58adc5225a4662faf5f6343069dec626fdc84d;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 768fdf6f..2fc98c82 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -8,6 +8,7 @@ ACLOCAL_AMFLAGS = -I m4 CLEANFILES = + noinst_PROGRAMS = generate_fingerprint_tables generate_fingerprint_tables_SOURCES = build/GenerateFingerprintTables.cpp generate_fingerprint_tables_LDADD = libfollybase.la @@ -43,6 +44,7 @@ nobase_follyinclude_HEADERS = \ CachelinePadded.h \ CallOnce.h \ Checksum.h \ + Chrono.h \ ClockGettimeWrappers.h \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ @@ -59,7 +61,6 @@ nobase_follyinclude_HEADERS = \ detail/CachelinePaddedImpl.h \ detail/ChecksumDetail.h \ detail/DiscriminatedPtrDetail.h \ - detail/ExceptionWrapper.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ detail/Futex.h \ @@ -107,6 +108,7 @@ nobase_follyinclude_HEADERS = \ experimental/FunctionScheduler.h \ experimental/FutureDAG.h \ experimental/io/FsUtil.h \ + experimental/JemallocNodumpAllocator.h \ experimental/JSONSchema.h \ experimental/LockFreeRingBuffer.h \ experimental/NestedCommandLineApp.h \ @@ -144,6 +146,7 @@ nobase_follyinclude_HEADERS = \ File.h \ FileUtil.h \ Fingerprint.h \ + FixedString.h \ folly-config.h \ Foreach.h \ FormatArg.h \ @@ -221,6 +224,7 @@ nobase_follyinclude_HEADERS = \ io/async/EventBase.h \ io/async/EventBaseLocal.h \ io/async/EventBaseManager.h \ + io/async/EventBaseThread.h \ io/async/EventFDWrapper.h \ io/async/EventHandler.h \ io/async/EventUtil.h \ @@ -292,6 +296,7 @@ nobase_follyinclude_HEADERS = \ portability/Malloc.h \ portability/Math.h \ portability/Memory.h \ + portability/OpenSSL.h \ portability/PThread.h \ portability/Sockets.h \ portability/Stdio.h \ @@ -333,8 +338,8 @@ nobase_follyinclude_HEADERS = \ SpookyHashV1.h \ SpookyHashV2.h \ ssl/OpenSSLHash.h \ + ssl/OpenSSLVersionFinder.h \ ssl/SSLSession.h \ - ssl/detail/OpenSSLVersionFinder.h \ ssl/detail/SSLSessionImpl.h \ stats/BucketedTimeSeries-defs.h \ stats/BucketedTimeSeries.h \ @@ -363,14 +368,17 @@ nobase_follyinclude_HEADERS = \ ThreadName.h \ TimeoutQueue.h \ TokenBucket.h \ + tracing/StaticTracepoint.h \ Traits.h \ Try-inl.h \ Try.h \ Unicode.h \ Function.h \ + UncaughtExceptions.h \ Unit.h \ Uri.h \ Uri-inl.h \ + Utility.h \ Varint.h \ VersionCheck.h @@ -411,6 +419,7 @@ libfolly_la_SOURCES = \ detail/IPAddress.cpp \ dynamic.cpp \ ExceptionWrapper.cpp \ + Executor.cpp \ File.cpp \ FileUtil.cpp \ FingerprintTables.cpp \ @@ -429,6 +438,7 @@ libfolly_la_SOURCES = \ IPAddressV4.cpp \ IPAddressV6.cpp \ LifoSem.cpp \ + init/Init.cpp \ io/Compression.cpp \ io/Cursor.cpp \ io/IOBuf.cpp \ @@ -445,6 +455,7 @@ libfolly_la_SOURCES = \ io/async/EventBase.cpp \ io/async/EventBaseLocal.cpp \ io/async/EventBaseManager.cpp \ + io/async/EventBaseThread.cpp \ io/async/EventHandler.cpp \ io/async/Request.cpp \ io/async/SSLContext.cpp \ @@ -468,6 +479,7 @@ libfolly_la_SOURCES = \ portability/Libgen.cpp \ portability/Malloc.cpp \ portability/Memory.cpp \ + portability/OpenSSL.cpp \ portability/Sockets.cpp \ portability/Stdio.cpp \ portability/Stdlib.cpp \ @@ -505,6 +517,7 @@ libfolly_la_SOURCES = \ experimental/DynamicParser.cpp \ experimental/FunctionScheduler.cpp \ experimental/io/FsUtil.cpp \ + experimental/JemallocNodumpAllocator.cpp \ experimental/JSONSchema.cpp \ experimental/NestedCommandLineApp.cpp \ experimental/observer/detail/Core.cpp \