c2c8a83833e23766541d741ae7e112fbd3b8edc1
[folly.git] / folly / Makefile.am
1 if FOLLY_TESTMAIN
2 MAYBE_INIT = init
3 endif
4
5 # Note that the order of SUBDIRS matters.
6 # Many subdirectories depend on libfollytest from the test directory,
7 # so it must appear before other directories
8 SUBDIRS = . test experimental $(MAYBE_INIT) io/test stats/test
9
10 ACLOCAL_AMFLAGS = -I m4
11
12 CLEANFILES =
13
14
15 noinst_PROGRAMS = generate_fingerprint_tables
16 generate_fingerprint_tables_SOURCES = build/GenerateFingerprintTables.cpp
17 generate_fingerprint_tables_LDADD = libfollybase.la
18
19 noinst_LTLIBRARIES = \
20         libfollybasesse42.la \
21         libfollybase.la
22
23 lib_LTLIBRARIES = \
24         libfolly.la \
25         libfollybenchmark.la
26
27 follyincludedir = $(includedir)/folly
28
29 nobase_follyinclude_HEADERS = \
30         ApplyTuple.h \
31         Arena.h \
32         Arena-inl.h \
33         Array.h \
34         Assume.h \
35         AtomicBitSet.h \
36         AtomicHashArray.h \
37         AtomicHashArray-inl.h \
38         AtomicHashMap.h \
39         AtomicHashMap-inl.h \
40         AtomicIntrusiveLinkedList.h \
41         AtomicLinkedList.h \
42         AtomicStruct.h \
43         AtomicUnorderedMap.h \
44         Baton.h \
45         Benchmark.h \
46         Bits.h \
47         CachelinePadded.h \
48         CallOnce.h \
49         Checksum.h \
50         Chrono.h \
51         ClockGettimeWrappers.h \
52         ConcurrentSkipList.h \
53         ConcurrentSkipList-inl.h \
54         ContainerTraits.h \
55         Conv.h \
56         CppAttributes.h \
57         CpuId.h \
58         CPortability.h \
59         concurrency/CacheLocality.h \
60         concurrency/CoreCachedSharedPtr.h \
61         detail/AtomicHashUtils.h \
62         detail/AtomicUnorderedMapUtils.h \
63         detail/AtomicUtils.h \
64         detail/BitIteratorDetail.h \
65         detail/ChecksumDetail.h \
66         detail/DiscriminatedPtrDetail.h \
67         detail/FileUtilDetail.h \
68         detail/FingerprintPolynomial.h \
69         detail/Futex.h \
70         detail/GroupVarintDetail.h \
71         detail/IPAddress.h \
72         detail/IPAddressSource.h \
73         detail/MallocImpl.h \
74         detail/MemoryIdler.h \
75         detail/MPMCPipelineDetail.h \
76         detail/RangeCommon.h \
77         detail/RangeSse42.h \
78         detail/Sleeper.h \
79         detail/SlowFingerprint.h \
80         detail/SocketFastOpen.h \
81         detail/StaticSingletonManager.h \
82         detail/ThreadLocalDetail.h \
83         detail/TryDetail.h \
84         detail/TurnSequencer.h \
85         detail/UncaughtExceptionCounter.h \
86         Demangle.h \
87         DiscriminatedPtr.h \
88         DynamicConverter.h \
89         dynamic.h \
90         dynamic-inl.h \
91         Enumerate.h \
92         EvictingCacheMap.h \
93         Exception.h \
94         ExceptionString.h \
95         ExceptionWrapper.h \
96         ExceptionWrapper-inl.h \
97         Executor.h \
98         Expected.h \
99         concurrency/AtomicSharedPtr.h \
100         concurrency/detail/AtomicSharedPtr-detail.h \
101         experimental/AsymmetricMemoryBarrier.h \
102         experimental/AutoTimer.h \
103         experimental/ThreadedRepeatingFunctionRunner.h \
104         experimental/Bits.h \
105         experimental/BitVectorCoding.h \
106         experimental/CodingDetail.h \
107         experimental/DynamicParser.h \
108         experimental/DynamicParser-inl.h \
109         experimental/ExecutionObserver.h \
110         experimental/EliasFanoCoding.h \
111         experimental/EnvUtil.h \
112         experimental/EventCount.h \
113         experimental/Instructions.h \
114         experimental/bser/Bser.h \
115         experimental/exception_tracer/ExceptionAbi.h \
116         experimental/exception_tracer/ExceptionCounterLib.h \
117         experimental/exception_tracer/ExceptionTracer.h \
118         experimental/exception_tracer/ExceptionTracerLib.h \
119         experimental/exception_tracer/StackTrace.h \
120         experimental/FunctionScheduler.h \
121         experimental/FutureDAG.h \
122         experimental/io/FsUtil.h \
123         experimental/JemallocNodumpAllocator.h \
124         experimental/JSONSchema.h \
125         experimental/LockFreeRingBuffer.h \
126         experimental/logging/AsyncFileWriter.h \
127         experimental/logging/GlogStyleFormatter.h \
128         experimental/logging/ImmediateFileWriter.h \
129         experimental/logging/Init.h \
130         experimental/logging/LogCategory.h \
131         experimental/logging/LogFormatter.h \
132         experimental/logging/Logger.h \
133         experimental/logging/LoggerDB.h \
134         experimental/logging/LogHandler.h \
135         experimental/logging/LogLevel.h \
136         experimental/logging/LogMessage.h \
137         experimental/logging/LogName.h \
138         experimental/logging/LogStream.h \
139         experimental/logging/LogStreamProcessor.h \
140         experimental/logging/LogWriter.h \
141         experimental/logging/printf.h \
142         experimental/logging/RateLimiter.h \
143         experimental/logging/StandardLogHandler.h \
144         experimental/logging/xlog.h \
145         experimental/NestedCommandLineApp.h \
146         experimental/observer/detail/Core.h \
147         experimental/observer/detail/GraphCycleDetector.h \
148         experimental/observer/detail/ObserverManager.h \
149         experimental/observer/detail/Observer-pre.h \
150         experimental/observer/Observable.h \
151         experimental/observer/Observable-inl.h \
152         experimental/observer/Observer.h \
153         experimental/observer/Observer-inl.h \
154         experimental/observer/SimpleObservable.h \
155         experimental/observer/SimpleObservable-inl.h \
156         experimental/ProgramOptions.h \
157         experimental/ReadMostlySharedPtr.h \
158         experimental/symbolizer/Elf.h \
159         experimental/symbolizer/Elf-inl.h \
160         experimental/symbolizer/ElfCache.h \
161         experimental/symbolizer/Dwarf.h \
162         experimental/symbolizer/LineReader.h \
163         experimental/symbolizer/SignalHandler.h \
164         experimental/symbolizer/StackTrace.h \
165         experimental/symbolizer/Symbolizer.h \
166         experimental/Select64.h \
167         experimental/StampedPtr.h \
168         experimental/StringKeyedCommon.h \
169         experimental/StringKeyedMap.h \
170         experimental/StringKeyedSet.h \
171         experimental/StringKeyedUnorderedMap.h \
172         experimental/StringKeyedUnorderedSet.h \
173         experimental/TestUtil.h \
174         experimental/TLRefCount.h \
175         experimental/TupleOps.h \
176         FBString.h \
177         FBVector.h \
178         File.h \
179         FileUtil.h \
180         Fingerprint.h \
181         FixedString.h \
182         folly-config.h \
183         Foreach.h \
184         FormatArg.h \
185         FormatTraits.h \
186         Format.h \
187         Format-inl.h \
188         futures/Barrier.h \
189         futures/DrivableExecutor.h \
190         futures/Future-pre.h \
191         futures/helpers.h \
192         futures/Future.h \
193         futures/Future-inl.h \
194         futures/FutureException.h \
195         futures/FutureSplitter.h \
196         futures/InlineExecutor.h \
197         futures/ManualExecutor.h \
198         futures/Promise-inl.h \
199         futures/Promise.h \
200         futures/QueuedImmediateExecutor.h \
201         futures/ScheduledExecutor.h \
202         futures/SharedPromise.h \
203         futures/SharedPromise-inl.h \
204         futures/ThreadWheelTimekeeper.h \
205         futures/Timekeeper.h \
206         futures/detail/Core.h \
207         futures/detail/FSM.h \
208         futures/detail/Types.h \
209         futures/test/TestExecutor.h \
210         hash/SpookyHashV1.h \
211         hash/SpookyHashV2.h \
212         gen/Base.h \
213         gen/Base-inl.h \
214         gen/Combine.h \
215         gen/Combine-inl.h \
216         gen/Core.h \
217         gen/Core-inl.h \
218         gen/File.h \
219         gen/File-inl.h \
220         gen/Parallel.h \
221         gen/Parallel-inl.h \
222         gen/ParallelMap.h \
223         gen/ParallelMap-inl.h \
224         gen/String.h \
225         gen/String-inl.h \
226         GroupVarint.h \
227         Hash.h \
228         IPAddress.h \
229         IPAddressV4.h \
230         IPAddressV6.h \
231         IPAddressException.h \
232         Indestructible.h \
233         IndexedMemPool.h \
234         init/Init.h \
235         IntrusiveList.h \
236         io/Compression.h \
237         io/Cursor.h \
238         io/Cursor-inl.h \
239         io/IOBuf.h \
240         io/IOBufQueue.h \
241         io/RecordIO.h \
242         io/RecordIO-inl.h \
243         io/TypedIOBuf.h \
244         io/ShutdownSocketSet.h \
245         io/async/AsyncPipe.h \
246         io/async/AsyncTimeout.h \
247         io/async/AsyncTransport.h \
248         io/async/AsyncUDPServerSocket.h \
249         io/async/AsyncUDPSocket.h \
250         io/async/AsyncServerSocket.h \
251         io/async/AsyncSignalHandler.h \
252         io/async/AsyncSocket.h \
253         io/async/AsyncSocketBase.h \
254         io/async/AsyncSSLSocket.h \
255         io/async/AsyncSocketException.h \
256         io/async/DecoratedAsyncTransportWrapper.h \
257         io/async/DelayedDestructionBase.h \
258         io/async/DelayedDestruction.h \
259         io/async/DestructorCheck.h \
260         io/async/EventBase.h \
261         io/async/EventBaseLocal.h \
262         io/async/EventBaseManager.h \
263         io/async/EventBaseThread.h \
264         io/async/EventFDWrapper.h \
265         io/async/EventHandler.h \
266         io/async/EventUtil.h \
267         io/async/NotificationQueue.h \
268         io/async/HHWheelTimer.h \
269         io/async/ssl/OpenSSLUtils.h \
270         io/async/ssl/SSLErrors.h \
271         io/async/ssl/TLSDefinitions.h \
272         io/async/Request.h \
273         io/async/SSLContext.h \
274         io/async/SSLOptions.h \
275         io/async/ScopedEventBaseThread.h \
276         io/async/TimeoutManager.h \
277         io/async/VirtualEventBase.h \
278         io/async/WriteChainAsyncTransportWrapper.h \
279         io/async/test/AsyncSSLSocketTest.h \
280         io/async/test/AsyncSocketTest2.h \
281         io/async/test/BlockingSocket.h \
282         io/async/test/MockAsyncSocket.h \
283         io/async/test/MockAsyncServerSocket.h \
284         io/async/test/MockAsyncSSLSocket.h \
285         io/async/test/MockAsyncTransport.h \
286         io/async/test/MockAsyncUDPSocket.h \
287         io/async/test/MockTimeoutManager.h \
288         io/async/test/ScopedBoundPort.h \
289         io/async/test/SocketPair.h \
290         io/async/test/TestSSLServer.h \
291         io/async/test/TimeUtil.h \
292         io/async/test/UndelayedDestruction.h \
293         io/async/test/Util.h \
294         Iterator.h \
295         json.h \
296         Launder.h \
297         Lazy.h \
298         LifoSem.h \
299         Likely.h \
300         LockTraits.h \
301         LockTraitsBoost.h \
302         Logging.h \
303         MacAddress.h \
304         MallctlHelper.h \
305         Malloc.h \
306         MapUtil.h \
307         Math.h \
308         Memory.h \
309         MemoryMapping.h \
310         memory/UninitializedMemoryHacks.h \
311         MicroSpinLock.h \
312         MicroLock.h \
313         MoveWrapper.h \
314         MPMCPipeline.h \
315         MPMCQueue.h \
316         Optional.h \
317         Overload.h \
318         PackedSyncPtr.h \
319         Padded.h \
320         Partial.h \
321         PicoSpinLock.h \
322         Portability.h \
323         portability/Asm.h \
324         portability/Atomic.h \
325         portability/BitsFunctexcept.h \
326         portability/Builtins.h \
327         portability/Config.h \
328         portability/Constexpr.h \
329         portability/Dirent.h \
330         portability/Event.h \
331         portability/Fcntl.h \
332         portability/GFlags.h \
333         portability/GMock.h \
334         portability/GTest.h \
335         portability/IOVec.h \
336         portability/Libgen.h \
337         portability/Malloc.h \
338         portability/Math.h \
339         portability/Memory.h \
340         portability/OpenSSL.h \
341         portability/PThread.h \
342         portability/Semaphore.h \
343         portability/Sockets.h \
344         portability/Stdio.h \
345         portability/Stdlib.h \
346         portability/String.h \
347         portability/Syslog.h \
348         portability/SysFile.h \
349         portability/SysMembarrier.h \
350         portability/SysMman.h \
351         portability/SysResource.h \
352         portability/SysStat.h \
353         portability/SysSyscall.h \
354         portability/SysTime.h \
355         portability/SysTypes.h \
356         portability/SysUio.h \
357         portability/Time.h \
358         portability/TypeTraits.h \
359         portability/Unistd.h \
360         portability/Windows.h \
361         Preprocessor.h \
362         PriorityMPMCQueue.h \
363         ProducerConsumerQueue.h \
364         Random.h \
365         Random-inl.h \
366         Range.h \
367         Replaceable.h \
368         RWSpinLock.h \
369         SafeAssert.h \
370         ScopeGuard.h \
371         SharedMutex.h \
372         Shell.h \
373         Singleton.h \
374         Singleton-inl.h \
375         SingletonThreadLocal.h \
376         SmallLocks.h \
377         small_vector.h \
378         SocketAddress.h \
379         sorted_vector_types.h \
380         SparseByteSet.h \
381         SpinLock.h \
382         ssl/OpenSSLCertUtils.h \
383         ssl/OpenSSLHash.h \
384         ssl/OpenSSLPtrTypes.h \
385         ssl/OpenSSLVersionFinder.h \
386         ssl/SSLSession.h \
387         ssl/detail/SSLSessionImpl.h \
388         stats/detail/Bucket.h \
389         stats/BucketedTimeSeries-defs.h \
390         stats/BucketedTimeSeries.h \
391         stats/Histogram-defs.h \
392         stats/Histogram.h \
393         stats/MultiLevelTimeSeries-defs.h \
394         stats/MultiLevelTimeSeries.h \
395         stats/TimeseriesHistogram-defs.h \
396         stats/TimeseriesHistogram.h \
397         stop_watch.h \
398         String.h \
399         String-inl.h \
400         Subprocess.h \
401         Synchronized.h \
402         test/FBStringTestBenchmarks.cpp.h \
403         test/FBVectorTestBenchmarks.cpp.h \
404         test/function_benchmark/benchmark_impl.h \
405         test/function_benchmark/test_functions.h \
406         test/SynchronizedTestLib.h \
407         test/SynchronizedTestLib-inl.h \
408         test/TestUtils.h \
409         ThreadCachedArena.h \
410         ThreadCachedInt.h \
411         ThreadId.h \
412         ThreadLocal.h \
413         ThreadName.h \
414         TimeoutQueue.h \
415         TokenBucket.h \
416         tracing/StaticTracepoint.h \
417         Traits.h \
418         Try-inl.h \
419         Try.h \
420         Unicode.h \
421         Function.h \
422         Functional.h \
423         UncaughtExceptions.h \
424         Unit.h \
425         Uri.h \
426         Uri-inl.h \
427         Utility.h \
428         Varint.h \
429         VersionCheck.h
430
431 FormatTables.cpp: build/generate_format_tables.py
432         $(PYTHON) build/generate_format_tables.py
433 CLEANFILES += FormatTables.cpp
434
435 EscapeTables.cpp: build/generate_escape_tables.py
436         $(PYTHON) build/generate_escape_tables.py
437 CLEANFILES += EscapeTables.cpp
438
439 GroupVarintTables.cpp: build/generate_varint_tables.py
440         $(PYTHON) build/generate_varint_tables.py
441 CLEANFILES += GroupVarintTables.cpp
442
443 libfollybasesse42_la_SOURCES = \
444         detail/Crc32cDetail.cpp \
445         detail/ChecksumDetail.cpp \
446         detail/RangeSse42.cpp
447
448 libfollybase_la_SOURCES = \
449         Conv.cpp \
450         Demangle.cpp \
451         detail/RangeCommon.cpp \
452         EscapeTables.cpp \
453         Format.cpp \
454         FormatTables.cpp \
455         MallctlHelper.cpp \
456         portability/BitsFunctexcept.cpp \
457         String.cpp \
458         Unicode.cpp
459
460 libfolly_la_SOURCES = \
461         Assume.cpp \
462         Checksum.cpp \
463         ClockGettimeWrappers.cpp \
464         concurrency/CacheLocality.cpp \
465         detail/IPAddress.cpp \
466         dynamic.cpp \
467         ExceptionWrapper.cpp \
468         Executor.cpp \
469         File.cpp \
470         FileUtil.cpp \
471         FingerprintTables.cpp \
472         futures/Barrier.cpp \
473         futures/Future.cpp \
474         futures/ManualExecutor.cpp \
475         futures/QueuedImmediateExecutor.cpp \
476         futures/ThreadWheelTimekeeper.cpp \
477         futures/test/TestExecutor.cpp \
478         detail/Futex.cpp \
479         detail/StaticSingletonManager.cpp \
480         detail/ThreadLocalDetail.cpp \
481         hash/SpookyHashV1.cpp \
482         hash/SpookyHashV2.cpp \
483         GroupVarint.cpp \
484         GroupVarintTables.cpp \
485         IPAddress.cpp \
486         IPAddressV4.cpp \
487         IPAddressV6.cpp \
488         LifoSem.cpp \
489         init/Init.cpp \
490         io/Compression.cpp \
491         io/Cursor.cpp \
492         io/IOBuf.cpp \
493         io/IOBufQueue.cpp \
494         io/RecordIO.cpp \
495         io/ShutdownSocketSet.cpp \
496         io/async/AsyncPipe.cpp \
497         io/async/AsyncTimeout.cpp \
498         io/async/AsyncUDPSocket.cpp \
499         io/async/AsyncServerSocket.cpp \
500         io/async/AsyncSignalHandler.cpp \
501         io/async/AsyncSocket.cpp \
502         io/async/AsyncSSLSocket.cpp \
503         io/async/EventBase.cpp \
504         io/async/EventBaseLocal.cpp \
505         io/async/EventBaseManager.cpp \
506         io/async/EventBaseThread.cpp \
507         io/async/EventHandler.cpp \
508         io/async/Request.cpp \
509         io/async/SSLContext.cpp \
510         io/async/SSLOptions.cpp \
511         io/async/ScopedEventBaseThread.cpp \
512         io/async/VirtualEventBase.cpp \
513         io/async/HHWheelTimer.cpp \
514         io/async/TimeoutManager.cpp \
515         io/async/test/ScopedBoundPort.cpp \
516         io/async/test/SocketPair.cpp \
517         io/async/test/TimeUtil.cpp \
518         io/async/ssl/OpenSSLUtils.cpp \
519         io/async/ssl/SSLErrors.cpp \
520         json.cpp \
521         detail/MemoryIdler.cpp \
522         detail/SocketFastOpen.cpp \
523         MacAddress.cpp \
524         MemoryMapping.cpp \
525         portability/Dirent.cpp \
526         portability/Fcntl.cpp \
527         portability/Libgen.cpp \
528         portability/Malloc.cpp \
529         portability/Memory.cpp \
530         portability/OpenSSL.cpp \
531         portability/PThread.cpp \
532         portability/Sockets.cpp \
533         portability/Stdio.cpp \
534         portability/Stdlib.cpp \
535         portability/String.cpp \
536         portability/SysFile.cpp \
537         portability/SysMembarrier.cpp \
538         portability/SysMman.cpp \
539         portability/SysResource.cpp \
540         portability/SysStat.cpp \
541         portability/SysTime.cpp \
542         portability/SysUio.cpp \
543         portability/Time.cpp \
544         portability/Unistd.cpp \
545         Random.cpp \
546         SafeAssert.cpp \
547         ScopeGuard.cpp \
548         SharedMutex.cpp \
549         Shell.cpp \
550         MicroLock.cpp \
551         Optional.cpp \
552         Singleton.cpp \
553         SocketAddress.cpp \
554         ssl/OpenSSLCertUtils.cpp \
555         ssl/OpenSSLHash.cpp \
556         ssl/detail/SSLSessionImpl.cpp \
557         stats/BucketedTimeSeries.cpp \
558         stats/Histogram.cpp \
559         stats/MultiLevelTimeSeries.cpp \
560         stats/TimeseriesHistogram.cpp \
561         Subprocess.cpp \
562         ThreadCachedArena.cpp \
563         ThreadName.cpp \
564         TimeoutQueue.cpp \
565         Try.cpp \
566         Uri.cpp \
567         Version.cpp \
568         experimental/AsymmetricMemoryBarrier.cpp \
569         experimental/ThreadedRepeatingFunctionRunner.cpp \
570         experimental/bser/Dump.cpp \
571         experimental/bser/Load.cpp \
572         experimental/DynamicParser.cpp \
573         experimental/EnvUtil.cpp \
574         experimental/FunctionScheduler.cpp \
575         experimental/io/FsUtil.cpp \
576         experimental/JemallocNodumpAllocator.cpp \
577         experimental/JSONSchema.cpp \
578         experimental/NestedCommandLineApp.cpp \
579         experimental/observer/detail/Core.cpp \
580         experimental/observer/detail/ObserverManager.cpp \
581         experimental/ProgramOptions.cpp \
582         experimental/Select64.cpp \
583         experimental/TestUtil.cpp
584
585 if HAVE_LINUX
586 nobase_follyinclude_HEADERS += \
587         experimental/io/HugePages.h
588 libfolly_la_SOURCES += \
589         experimental/io/HugePages.cpp
590 endif
591
592 if !HAVE_WEAK_SYMBOLS
593 libfollybase_la_SOURCES += detail/MallocImpl.cpp
594 endif
595
596 if HAVE_BOOST_CONTEXT
597 nobase_follyinclude_HEADERS += \
598         fibers/AddTasks.h \
599         fibers/AddTasks-inl.h \
600         fibers/AtomicBatchDispatcher.h \
601         fibers/AtomicBatchDispatcher-inl.h \
602         fibers/Baton.h \
603         fibers/Baton-inl.h \
604         fibers/BatchDispatcher.h \
605         fibers/BoostContextCompatibility.h \
606         fibers/detail/AtomicBatchDispatcher.h \
607         fibers/EventBaseLoopController.h \
608         fibers/EventBaseLoopController-inl.h \
609         fibers/Fiber.h \
610         fibers/Fiber-inl.h \
611         fibers/FiberManager.h \
612         fibers/FiberManager-inl.h \
613         fibers/FiberManagerInternal.h \
614         fibers/FiberManagerInternal-inl.h \
615         fibers/FiberManagerMap.h \
616         fibers/ForEach.h \
617         fibers/ForEach-inl.h \
618         fibers/GenericBaton.h \
619         fibers/GuardPageAllocator.h \
620         fibers/LoopController.h \
621         fibers/Promise.h \
622         fibers/Promise-inl.h \
623         fibers/Semaphore.h \
624         fibers/SimpleLoopController.h \
625         fibers/TimedMutex.h \
626         fibers/TimedMutex-inl.h \
627         fibers/TimeoutController.h \
628         fibers/traits.h \
629         fibers/WhenN.h \
630         fibers/WhenN-inl.h
631
632 libfolly_la_SOURCES += \
633         fibers/Baton.cpp \
634         fibers/detail/AtomicBatchDispatcher.cpp \
635         fibers/Fiber.cpp \
636         fibers/FiberManager.cpp \
637         fibers/FiberManagerMap.cpp \
638         fibers/GuardPageAllocator.cpp \
639         fibers/Semaphore.cpp \
640         fibers/TimeoutController.cpp
641 endif
642
643 libfollybasesse42_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION)
644 libfollybasesse42_la_CXXFLAGS = -msse4.2 -mpclmul
645
646 libfollybase_la_LIBADD = libfollybasesse42.la
647 libfollybase_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION)
648
649 libfolly_la_LIBADD = libfollybase.la
650 libfolly_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION) -lssl
651
652 FingerprintTables.cpp: generate_fingerprint_tables
653         ./generate_fingerprint_tables
654 CLEANFILES += FingerprintTables.cpp
655
656 libfollybenchmark_la_SOURCES = Benchmark.cpp
657 libfollybenchmark_la_LIBADD = libfolly.la
658 libfollybenchmark_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION)
659
660 # install pkg-config metadata file
661 pkgconfigdir = $(libdir)/pkgconfig
662 nodist_pkgconfig_DATA = libfolly.pc