mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
76 lines
2.2 KiB
Makefile
76 lines
2.2 KiB
Makefile
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/poco/Data
|
|
contrib/libs/poco/Data/ODBC
|
|
contrib/libs/poco/MongoDB
|
|
contrib/libs/poco/Redis
|
|
contrib/libs/sparsehash
|
|
)
|
|
|
|
NO_COMPILER_WARNINGS()
|
|
|
|
CFLAGS(-g0)
|
|
|
|
SRCS(
|
|
CacheDictionary.cpp
|
|
CacheDictionary_generate1.cpp
|
|
CacheDictionary_generate2.cpp
|
|
CacheDictionary_generate3.cpp
|
|
CassandraBlockInputStream.cpp
|
|
CassandraDictionarySource.cpp
|
|
CassandraHelpers.cpp
|
|
ClickHouseDictionarySource.cpp
|
|
ComplexKeyCacheDictionary.cpp
|
|
ComplexKeyCacheDictionary_createAttributeWithType.cpp
|
|
ComplexKeyCacheDictionary_generate1.cpp
|
|
ComplexKeyCacheDictionary_generate2.cpp
|
|
ComplexKeyCacheDictionary_generate3.cpp
|
|
ComplexKeyCacheDictionary_setAttributeValue.cpp
|
|
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp
|
|
ComplexKeyDirectDictionary.cpp
|
|
ComplexKeyHashedDictionary.cpp
|
|
DictionaryBlockInputStreamBase.cpp
|
|
DictionaryFactory.cpp
|
|
DictionarySourceFactory.cpp
|
|
DictionarySourceHelpers.cpp
|
|
DictionaryStructure.cpp
|
|
DirectDictionary.cpp
|
|
Embedded/GeodataProviders/HierarchiesProvider.cpp
|
|
Embedded/GeodataProviders/HierarchyFormatReader.cpp
|
|
Embedded/GeodataProviders/NamesFormatReader.cpp
|
|
Embedded/GeodataProviders/NamesProvider.cpp
|
|
Embedded/GeoDictionariesLoader.cpp
|
|
Embedded/RegionsHierarchies.cpp
|
|
Embedded/RegionsHierarchy.cpp
|
|
Embedded/RegionsNames.cpp
|
|
ExecutableDictionarySource.cpp
|
|
ExternalQueryBuilder.cpp
|
|
FileDictionarySource.cpp
|
|
FlatDictionary.cpp
|
|
getDictionaryConfigurationFromAST.cpp
|
|
HashedDictionary.cpp
|
|
HTTPDictionarySource.cpp
|
|
LibraryDictionarySource.cpp
|
|
LibraryDictionarySourceExternal.cpp
|
|
MongoDBDictionarySource.cpp
|
|
MySQLDictionarySource.cpp
|
|
PolygonDictionary.cpp
|
|
PolygonDictionaryImplementations.cpp
|
|
PolygonDictionaryUtils.cpp
|
|
RangeHashedDictionary.cpp
|
|
readInvalidateQuery.cpp
|
|
RedisBlockInputStream.cpp
|
|
RedisDictionarySource.cpp
|
|
registerDictionaries.cpp
|
|
SSDCacheDictionary.cpp
|
|
SSDComplexKeyCacheDictionary.cpp
|
|
writeParenthesisedString.cpp
|
|
XDBCDictionarySource.cpp
|
|
|
|
)
|
|
|
|
END()
|