X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=60a66c8e5e5489e034c86c0fc26b1301db411181;hb=b67b22f4e27773e2e2c155a3629ff8d468bb1286;hp=6df61c3c6a3c2ed362394de1b8182b1123f7f7e3;hpb=3975849d4447642d6c476d430b8842bfd9b7b5b9;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 6df61c3c..60a66c8e 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -34,7 +34,6 @@ nobase_follyinclude_HEADERS = \ AtomicHashMap-inl.h \ AtomicIntrusiveLinkedList.h \ AtomicLinkedList.h \ - AtomicStruct.h \ AtomicUnorderedMap.h \ Benchmark.h \ Bits.h \ @@ -58,6 +57,7 @@ nobase_follyinclude_HEADERS = \ concurrency/UnboundedQueue.h \ container/Access.h \ container/Array.h \ + container/detail/BitIteratorDetail.h \ container/Iterator.h \ container/Enumerate.h \ container/EvictingCacheMap.h \ @@ -68,7 +68,6 @@ nobase_follyinclude_HEADERS = \ detail/AtFork.h \ detail/AtomicHashUtils.h \ detail/AtomicUnorderedMapUtils.h \ - detail/BitIteratorDetail.h \ detail/DiscriminatedPtrDetail.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ @@ -81,14 +80,12 @@ nobase_follyinclude_HEADERS = \ detail/PolyDetail.h \ detail/RangeCommon.h \ detail/RangeSse42.h \ - detail/Sleeper.h \ detail/SlowFingerprint.h \ detail/SocketFastOpen.h \ detail/StaticSingletonManager.h \ detail/ThreadLocalDetail.h \ detail/TypeList.h \ detail/TurnSequencer.h \ - detail/UncaughtExceptionCounter.h \ executors/Async.h \ executors/CPUThreadPoolExecutor.h \ executors/Codel.h \ @@ -406,7 +403,6 @@ nobase_follyinclude_HEADERS = \ Random-inl.h \ Range.h \ Replaceable.h \ - RWSpinLock.h \ ScopeGuard.h \ SharedMutex.h \ Singleton.h \ @@ -436,10 +432,16 @@ nobase_follyinclude_HEADERS = \ stats/TimeseriesHistogram-defs.h \ stats/TimeseriesHistogram.h \ synchronization/AsymmetricMemoryBarrier.h \ + synchronization/AtomicStruct.h \ synchronization/Baton.h \ synchronization/CallOnce.h \ synchronization/LifoSem.h \ + synchronization/ParkingLot.h \ + synchronization/RWSpinLock.h \ + synchronization/SaturatingSemaphore.h \ + synchronization/WaitOptions.h \ synchronization/detail/AtomicUtils.h \ + synchronization/detail/Sleeper.h \ system/MemoryMapping.h \ system/Shell.h \ system/ThreadId.h \ @@ -626,6 +628,7 @@ libfolly_la_SOURCES = \ stats/TimeseriesHistogram.cpp \ synchronization/AsymmetricMemoryBarrier.cpp \ synchronization/LifoSem.cpp \ + synchronization/ParkingLot.cpp \ system/MemoryMapping.cpp \ system/Shell.cpp \ system/ThreadName.cpp \