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