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