2016-08-13 17:43:21 +00:00
|
|
|
# This file is part of Telegram Desktop,
|
|
|
|
# the official desktop version of Telegram messaging app, see https://telegram.org
|
|
|
|
#
|
|
|
|
# Telegram Desktop is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# It is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# In addition, as a special exception, the copyright holders give permission
|
|
|
|
# to link the code of portions of this program with the OpenSSL library.
|
|
|
|
#
|
|
|
|
# Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|
|
|
# Copyright (c) 2014 John Preston, https://desktop.telegram.org
|
|
|
|
|
|
|
|
{
|
2016-08-30 02:27:02 +00:00
|
|
|
'includes': [
|
|
|
|
'common.gypi',
|
|
|
|
],
|
2016-08-13 17:43:21 +00:00
|
|
|
'targets': [{
|
2017-04-12 19:17:55 +00:00
|
|
|
'target_name': 'codegen_lang',
|
2016-08-13 17:43:21 +00:00
|
|
|
'variables': {
|
|
|
|
'src_loc': '../SourceFiles',
|
2016-08-28 19:36:51 +00:00
|
|
|
'mac_target': '10.10',
|
2016-08-13 17:43:21 +00:00
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'common_executable.gypi',
|
|
|
|
'qt.gypi',
|
|
|
|
],
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'<(src_loc)',
|
|
|
|
],
|
|
|
|
'sources': [
|
2017-04-12 19:17:55 +00:00
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.h',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.cpp',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file_reader.h',
|
|
|
|
'<(src_loc)/codegen/common/const_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.h',
|
|
|
|
'<(src_loc)/codegen/common/logging.cpp',
|
|
|
|
'<(src_loc)/codegen/common/logging.h',
|
|
|
|
'<(src_loc)/codegen/lang/generator.cpp',
|
|
|
|
'<(src_loc)/codegen/lang/generator.h',
|
|
|
|
'<(src_loc)/codegen/lang/main.cpp',
|
|
|
|
'<(src_loc)/codegen/lang/options.cpp',
|
|
|
|
'<(src_loc)/codegen/lang/options.h',
|
|
|
|
'<(src_loc)/codegen/lang/parsed_file.cpp',
|
|
|
|
'<(src_loc)/codegen/lang/parsed_file.h',
|
|
|
|
'<(src_loc)/codegen/lang/processor.cpp',
|
|
|
|
'<(src_loc)/codegen/lang/processor.h',
|
2016-08-13 17:43:21 +00:00
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'target_name': 'codegen_style',
|
|
|
|
'variables': {
|
|
|
|
'src_loc': '../SourceFiles',
|
2016-08-28 19:36:51 +00:00
|
|
|
'mac_target': '10.10',
|
2016-08-13 17:43:21 +00:00
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'common_executable.gypi',
|
|
|
|
'qt.gypi',
|
|
|
|
],
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'<(src_loc)',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.h',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.cpp',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file_reader.h',
|
|
|
|
'<(src_loc)/codegen/common/const_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.h',
|
|
|
|
'<(src_loc)/codegen/common/logging.cpp',
|
|
|
|
'<(src_loc)/codegen/common/logging.h',
|
|
|
|
'<(src_loc)/codegen/style/generator.cpp',
|
|
|
|
'<(src_loc)/codegen/style/generator.h',
|
|
|
|
'<(src_loc)/codegen/style/main.cpp',
|
|
|
|
'<(src_loc)/codegen/style/module.cpp',
|
|
|
|
'<(src_loc)/codegen/style/module.h',
|
|
|
|
'<(src_loc)/codegen/style/options.cpp',
|
|
|
|
'<(src_loc)/codegen/style/options.h',
|
|
|
|
'<(src_loc)/codegen/style/parsed_file.cpp',
|
|
|
|
'<(src_loc)/codegen/style/parsed_file.h',
|
|
|
|
'<(src_loc)/codegen/style/processor.cpp',
|
|
|
|
'<(src_loc)/codegen/style/processor.h',
|
|
|
|
'<(src_loc)/codegen/style/structure_types.cpp',
|
|
|
|
'<(src_loc)/codegen/style/structure_types.h',
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'target_name': 'codegen_numbers',
|
|
|
|
'variables': {
|
|
|
|
'src_loc': '../SourceFiles',
|
2016-08-28 19:36:51 +00:00
|
|
|
'mac_target': '10.10',
|
2016-08-13 17:43:21 +00:00
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'common_executable.gypi',
|
|
|
|
'qt.gypi',
|
|
|
|
],
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'<(src_loc)',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/basic_tokenized_file.h',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.cpp',
|
|
|
|
'<(src_loc)/codegen/common/checked_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/clean_file.h',
|
|
|
|
'<(src_loc)/codegen/common/clean_file_reader.h',
|
|
|
|
'<(src_loc)/codegen/common/const_utf8_string.h',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.h',
|
|
|
|
'<(src_loc)/codegen/common/logging.cpp',
|
|
|
|
'<(src_loc)/codegen/common/logging.h',
|
|
|
|
'<(src_loc)/codegen/numbers/generator.cpp',
|
|
|
|
'<(src_loc)/codegen/numbers/generator.h',
|
|
|
|
'<(src_loc)/codegen/numbers/main.cpp',
|
|
|
|
'<(src_loc)/codegen/numbers/options.cpp',
|
|
|
|
'<(src_loc)/codegen/numbers/options.h',
|
|
|
|
'<(src_loc)/codegen/numbers/parsed_file.cpp',
|
|
|
|
'<(src_loc)/codegen/numbers/parsed_file.h',
|
|
|
|
'<(src_loc)/codegen/numbers/processor.cpp',
|
|
|
|
'<(src_loc)/codegen/numbers/processor.h',
|
|
|
|
],
|
2017-02-15 08:50:11 +00:00
|
|
|
}, {
|
|
|
|
'target_name': 'codegen_emoji',
|
|
|
|
'variables': {
|
|
|
|
'src_loc': '../SourceFiles',
|
|
|
|
'mac_target': '10.10',
|
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'common_executable.gypi',
|
|
|
|
'qt.gypi',
|
|
|
|
],
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'<(src_loc)',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.cpp',
|
|
|
|
'<(src_loc)/codegen/common/cpp_file.h',
|
|
|
|
'<(src_loc)/codegen/common/logging.cpp',
|
|
|
|
'<(src_loc)/codegen/common/logging.h',
|
|
|
|
'<(src_loc)/codegen/emoji/data.cpp',
|
|
|
|
'<(src_loc)/codegen/emoji/data.h',
|
|
|
|
'<(src_loc)/codegen/emoji/generator.cpp',
|
|
|
|
'<(src_loc)/codegen/emoji/generator.h',
|
|
|
|
'<(src_loc)/codegen/emoji/main.cpp',
|
|
|
|
'<(src_loc)/codegen/emoji/options.cpp',
|
|
|
|
'<(src_loc)/codegen/emoji/options.h',
|
|
|
|
],
|
2016-08-13 17:43:21 +00:00
|
|
|
}],
|
|
|
|
}
|