mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
52 lines
1.1 KiB
Makefile
52 lines
1.1 KiB
Makefile
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
|
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/sparsehash
|
|
contrib/restricted/boost/libs
|
|
)
|
|
|
|
|
|
SRCS(
|
|
BackgroundSchedulePool.cpp
|
|
BaseSettings.cpp
|
|
Block.cpp
|
|
BlockInfo.cpp
|
|
ColumnWithTypeAndName.cpp
|
|
ExternalResultDescription.cpp
|
|
ExternalTable.cpp
|
|
Field.cpp
|
|
MySQL/Authentication.cpp
|
|
MySQL/IMySQLReadPacket.cpp
|
|
MySQL/IMySQLWritePacket.cpp
|
|
MySQL/MySQLClient.cpp
|
|
MySQL/MySQLGtid.cpp
|
|
MySQL/MySQLReplication.cpp
|
|
MySQL/PacketEndpoint.cpp
|
|
MySQL/PacketsConnection.cpp
|
|
MySQL/PacketsGeneric.cpp
|
|
MySQL/PacketsProtocolText.cpp
|
|
MySQL/PacketsReplication.cpp
|
|
NamesAndTypes.cpp
|
|
PostgreSQL/Connection.cpp
|
|
PostgreSQL/PoolWithFailover.cpp
|
|
PostgreSQL/Utils.cpp
|
|
PostgreSQL/insertPostgreSQLValue.cpp
|
|
PostgreSQLProtocol.cpp
|
|
QueryProcessingStage.cpp
|
|
ServerUUID.cpp
|
|
Settings.cpp
|
|
SettingsEnums.cpp
|
|
SettingsFields.cpp
|
|
SettingsQuirks.cpp
|
|
SortDescription.cpp
|
|
UUID.cpp
|
|
iostream_debug_helpers.cpp
|
|
|
|
)
|
|
|
|
END()
|