2013-09-17 00:59:37 +01:00
|
|
|
core_sources = \
|
2020-03-11 14:17:11 +01:00
|
|
|
src/xmpp/contact.c src/xmpp/contact.h \
|
|
|
|
src/log.c src/common.c \
|
2022-06-28 19:52:04 +02:00
|
|
|
src/chatlog.c src/chatlog.h \
|
2020-03-11 14:17:11 +01:00
|
|
|
src/database.h src/database.c \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/log.h src/profanity.c src/common.h \
|
2016-07-24 14:23:55 +01:00
|
|
|
src/profanity.h src/xmpp/chat_session.c \
|
2016-07-24 15:02:43 +01:00
|
|
|
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
2016-07-24 14:28:25 +01:00
|
|
|
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
2016-07-24 15:05:24 +01:00
|
|
|
src/xmpp/resource.c src/xmpp/resource.h \
|
2016-07-24 15:08:47 +01:00
|
|
|
src/xmpp/roster_list.c src/xmpp/roster_list.h \
|
2016-05-05 22:10:10 +01:00
|
|
|
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/session.c \
|
2016-05-05 23:51:49 +01:00
|
|
|
src/xmpp/connection.h src/xmpp/connection.c \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
|
|
|
|
src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
|
2016-05-05 22:10:10 +01:00
|
|
|
src/xmpp/capabilities.h src/xmpp/session.h \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/xmpp/roster.c src/xmpp/roster.h \
|
2013-06-30 18:59:38 +03:00
|
|
|
src/xmpp/bookmark.c src/xmpp/bookmark.h \
|
2016-05-01 19:39:39 +01:00
|
|
|
src/xmpp/blocking.c src/xmpp/blocking.h \
|
2014-09-14 22:31:27 +01:00
|
|
|
src/xmpp/form.c src/xmpp/form.h \
|
2019-12-18 10:14:46 +01:00
|
|
|
src/xmpp/avatar.c src/xmpp/avatar.h \
|
2020-07-05 09:28:51 +02:00
|
|
|
src/xmpp/ox.c src/xmpp/ox.h \
|
Add vCard support
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
2022-09-06 17:29:07 +01:00
|
|
|
src/xmpp/vcard.c src/xmpp/vcard.h src/xmpp/vcard_funcs.h \
|
2019-05-19 22:22:58 +02:00
|
|
|
src/event/common.c src/event/common.h \
|
2015-04-19 16:54:16 +01:00
|
|
|
src/event/server_events.c src/event/server_events.h \
|
2015-04-19 19:40:15 +01:00
|
|
|
src/event/client_events.c src/event/client_events.h \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
|
|
|
|
src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
|
2014-04-07 21:50:28 +01:00
|
|
|
src/ui/titlebar.h src/ui/statusbar.h src/ui/inputwin.h \
|
2016-09-23 00:56:53 +01:00
|
|
|
src/ui/screen.h src/ui/screen.c \
|
2013-12-14 15:34:17 +00:00
|
|
|
src/ui/console.c src/ui/notifier.c \
|
2015-06-17 00:15:28 +01:00
|
|
|
src/ui/win_types.h \
|
2016-07-24 15:14:46 +01:00
|
|
|
src/ui/window_list.c src/ui/window_list.h \
|
2014-12-16 23:37:23 +00:00
|
|
|
src/ui/rosterwin.c src/ui/occupantswin.c \
|
2014-08-04 21:08:56 +01:00
|
|
|
src/ui/buffer.c src/ui/buffer.h \
|
2015-10-26 22:35:30 +00:00
|
|
|
src/ui/chatwin.c \
|
2015-11-01 20:05:43 +00:00
|
|
|
src/ui/mucwin.c \
|
2015-11-05 23:20:19 +00:00
|
|
|
src/ui/privwin.c \
|
2018-04-11 22:17:50 +05:20
|
|
|
src/ui/confwin.c \
|
2015-11-01 19:39:36 +00:00
|
|
|
src/ui/xmlwin.c \
|
Add vCard support
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
2022-09-06 17:29:07 +01:00
|
|
|
src/ui/vcardwin.c \
|
2016-05-22 23:59:52 +01:00
|
|
|
src/command/cmd_defs.h src/command/cmd_defs.c \
|
|
|
|
src/command/cmd_funcs.h src/command/cmd_funcs.c \
|
|
|
|
src/command/cmd_ac.h src/command/cmd_ac.c \
|
2015-01-16 22:50:40 +00:00
|
|
|
src/tools/parser.c \
|
2013-07-11 22:57:35 +01:00
|
|
|
src/tools/parser.h \
|
2020-07-21 10:34:29 +02:00
|
|
|
src/tools/http_common.c \
|
|
|
|
src/tools/http_common.h \
|
2016-04-11 20:13:18 +02:00
|
|
|
src/tools/http_upload.c \
|
|
|
|
src/tools/http_upload.h \
|
2020-07-05 17:21:20 +02:00
|
|
|
src/tools/http_download.c \
|
|
|
|
src/tools/http_download.h \
|
2023-04-19 14:19:47 +02:00
|
|
|
src/tools/plugin_download.c \
|
|
|
|
src/tools/plugin_download.h \
|
2020-05-24 12:55:43 +02:00
|
|
|
src/tools/bookmark_ignore.c \
|
|
|
|
src/tools/bookmark_ignore.h \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/tools/autocomplete.c src/tools/autocomplete.h \
|
2019-10-29 14:31:17 +01:00
|
|
|
src/tools/clipboard.c src/tools/clipboard.h \
|
2022-03-02 20:28:39 +02:00
|
|
|
src/tools/editor.c src/tools/editor.h \
|
2016-07-24 16:22:15 +01:00
|
|
|
src/config/files.c src/config/files.h \
|
2015-11-23 23:54:14 +00:00
|
|
|
src/config/conflists.c src/config/conflists.h \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/config/accounts.c src/config/accounts.h \
|
2015-09-24 00:18:18 +01:00
|
|
|
src/config/tlscerts.c src/config/tlscerts.h \
|
2014-01-22 22:22:01 +00:00
|
|
|
src/config/account.c src/config/account.h \
|
2013-05-06 23:04:46 +01:00
|
|
|
src/config/preferences.c src/config/preferences.h \
|
2015-10-15 01:19:24 +01:00
|
|
|
src/config/theme.c src/config/theme.h \
|
2019-08-23 12:32:55 +02:00
|
|
|
src/config/color.c src/config/color.h \
|
2016-02-14 22:28:55 +00:00
|
|
|
src/config/scripts.c src/config/scripts.h \
|
2022-03-22 11:26:53 +01:00
|
|
|
src/config/cafile.c src/config/cafile.h \
|
2016-02-14 22:28:55 +00:00
|
|
|
src/plugins/plugins.h src/plugins/plugins.c \
|
|
|
|
src/plugins/api.h src/plugins/api.c \
|
|
|
|
src/plugins/callbacks.h src/plugins/callbacks.c \
|
2016-02-21 23:58:13 +00:00
|
|
|
src/plugins/autocompleters.c src/plugins/autocompleters.h \
|
2016-03-25 22:06:24 +00:00
|
|
|
src/plugins/themes.c src/plugins/themes.h \
|
2016-04-11 00:23:36 +01:00
|
|
|
src/plugins/settings.c src/plugins/settings.h \
|
2016-04-30 23:00:07 +01:00
|
|
|
src/plugins/disco.c src/plugins/disco.h \
|
2016-07-24 15:10:58 +01:00
|
|
|
src/ui/tray.h src/ui/tray.c
|
2013-09-17 00:59:37 +01:00
|
|
|
|
2015-05-28 18:50:55 +01:00
|
|
|
unittest_sources = \
|
2016-07-24 14:55:32 +01:00
|
|
|
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
|
2013-12-14 15:34:17 +00:00
|
|
|
src/log.h src/profanity.c src/common.h \
|
2016-07-24 14:23:55 +01:00
|
|
|
src/profanity.h src/xmpp/chat_session.c \
|
2016-07-24 15:02:43 +01:00
|
|
|
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \
|
2016-07-24 15:05:24 +01:00
|
|
|
src/xmpp/resource.c src/xmpp/resource.h \
|
2016-07-24 14:28:25 +01:00
|
|
|
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
2016-07-24 15:08:47 +01:00
|
|
|
src/xmpp/roster_list.c src/xmpp/roster_list.h \
|
2014-12-25 00:20:28 +00:00
|
|
|
src/xmpp/xmpp.h src/xmpp/form.c \
|
2013-12-14 18:06:09 +00:00
|
|
|
src/ui/ui.h \
|
2015-03-04 23:32:47 +00:00
|
|
|
src/otr/otr.h \
|
2015-03-22 00:12:14 +00:00
|
|
|
src/pgp/gpg.h \
|
2022-06-29 08:58:38 +02:00
|
|
|
src/pgp/ox.h \
|
2019-02-19 06:24:47 +01:40
|
|
|
src/omemo/omemo.h \
|
2019-02-19 19:18:15 +01:40
|
|
|
src/omemo/crypto.h \
|
2019-02-25 18:07:11 +01:40
|
|
|
src/omemo/store.h \
|
Add vCard support
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
2022-09-06 17:29:07 +01:00
|
|
|
src/xmpp/vcard.h src/xmpp/vcard_funcs.h \
|
2016-05-22 23:59:52 +01:00
|
|
|
src/command/cmd_defs.h src/command/cmd_defs.c \
|
|
|
|
src/command/cmd_funcs.h src/command/cmd_funcs.c \
|
|
|
|
src/command/cmd_ac.h src/command/cmd_ac.c \
|
2015-01-16 22:50:40 +00:00
|
|
|
src/tools/parser.c \
|
2013-12-14 15:34:17 +00:00
|
|
|
src/tools/parser.h \
|
|
|
|
src/tools/autocomplete.c src/tools/autocomplete.h \
|
2019-10-29 14:31:17 +01:00
|
|
|
src/tools/clipboard.c src/tools/clipboard.h \
|
2022-03-02 20:28:39 +02:00
|
|
|
src/tools/editor.c src/tools/editor.h \
|
2020-05-24 13:57:18 +02:00
|
|
|
src/tools/bookmark_ignore.c \
|
|
|
|
src/tools/bookmark_ignore.h \
|
2013-12-14 18:43:19 +00:00
|
|
|
src/config/accounts.h \
|
2014-01-22 22:22:01 +00:00
|
|
|
src/config/account.c src/config/account.h \
|
2016-07-24 16:22:15 +01:00
|
|
|
src/config/files.c src/config/files.h \
|
2015-09-24 00:18:18 +01:00
|
|
|
src/config/tlscerts.c src/config/tlscerts.h \
|
2013-12-14 15:34:17 +00:00
|
|
|
src/config/preferences.c src/config/preferences.h \
|
|
|
|
src/config/theme.c src/config/theme.h \
|
2019-08-23 14:35:21 +02:00
|
|
|
src/config/color.c src/config/color.h \
|
2015-10-15 01:19:24 +01:00
|
|
|
src/config/scripts.c src/config/scripts.h \
|
2015-11-23 23:54:14 +00:00
|
|
|
src/config/conflists.c src/config/conflists.h \
|
2016-02-14 22:28:55 +00:00
|
|
|
src/plugins/plugins.h src/plugins/plugins.c \
|
|
|
|
src/plugins/api.h src/plugins/api.c \
|
|
|
|
src/plugins/callbacks.h src/plugins/callbacks.c \
|
|
|
|
src/plugins/autocompleters.c src/plugins/autocompleters.h \
|
2016-02-21 23:58:13 +00:00
|
|
|
src/plugins/themes.c src/plugins/themes.h \
|
2016-03-25 22:06:24 +00:00
|
|
|
src/plugins/settings.c src/plugins/settings.h \
|
2016-04-30 23:00:07 +01:00
|
|
|
src/plugins/disco.c src/plugins/disco.h \
|
2016-07-24 15:14:46 +01:00
|
|
|
src/ui/window_list.c src/ui/window_list.h \
|
2019-05-19 22:22:58 +02:00
|
|
|
src/event/common.c src/event/common.h \
|
2015-04-19 16:54:16 +01:00
|
|
|
src/event/server_events.c src/event/server_events.h \
|
2015-04-19 19:40:15 +01:00
|
|
|
src/event/client_events.c src/event/client_events.h \
|
2016-07-24 15:10:58 +01:00
|
|
|
src/ui/tray.h src/ui/tray.c \
|
Add vCard support
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
2022-09-06 17:29:07 +01:00
|
|
|
tests/unittests/xmpp/stub_vcard.c \
|
2019-12-18 15:44:59 +01:00
|
|
|
tests/unittests/xmpp/stub_avatar.c \
|
2020-07-06 15:03:13 +02:00
|
|
|
tests/unittests/xmpp/stub_ox.c \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/xmpp/stub_xmpp.c \
|
2019-06-17 06:23:40 +02:00
|
|
|
tests/unittests/xmpp/stub_message.c \
|
2016-10-02 00:31:38 +01:00
|
|
|
tests/unittests/ui/stub_ui.c tests/unittests/ui/stub_ui.h \
|
Add vCard support
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
2022-09-06 17:29:07 +01:00
|
|
|
tests/unittests/ui/stub_vcardwin.c \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/log/stub_log.c \
|
2022-06-28 20:46:35 +02:00
|
|
|
tests/unittests/chatlog/stub_chatlog.c \
|
2020-03-23 12:39:13 +01:00
|
|
|
tests/unittests/database/stub_database.c \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/config/stub_accounts.c \
|
2022-03-22 11:26:53 +01:00
|
|
|
tests/unittests/config/stub_cafile.c \
|
2016-04-11 20:13:18 +02:00
|
|
|
tests/unittests/tools/stub_http_upload.c \
|
2020-07-05 17:21:20 +02:00
|
|
|
tests/unittests/tools/stub_http_download.c \
|
2020-07-21 11:36:09 +02:00
|
|
|
tests/unittests/tools/stub_aesgcm_download.c \
|
2023-04-19 14:19:47 +02:00
|
|
|
tests/unittests/tools/stub_plugin_download.c \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/helpers.c tests/unittests/helpers.h \
|
2015-07-27 00:04:48 +01:00
|
|
|
tests/unittests/test_form.c tests/unittests/test_form.h \
|
|
|
|
tests/unittests/test_common.c tests/unittests/test_common.h \
|
|
|
|
tests/unittests/test_autocomplete.c tests/unittests/test_autocomplete.h \
|
|
|
|
tests/unittests/test_jid.c tests/unittests/test_jid.h \
|
|
|
|
tests/unittests/test_parser.c tests/unittests/test_parser.h \
|
|
|
|
tests/unittests/test_roster_list.c tests/unittests/test_roster_list.h \
|
|
|
|
tests/unittests/test_chat_session.c tests/unittests/test_chat_session.h \
|
|
|
|
tests/unittests/test_contact.c tests/unittests/test_contact.h \
|
|
|
|
tests/unittests/test_preferences.c tests/unittests/test_preferences.h \
|
|
|
|
tests/unittests/test_server_events.c tests/unittests/test_server_events.h \
|
|
|
|
tests/unittests/test_muc.c tests/unittests/test_muc.h \
|
2016-05-31 23:21:19 +01:00
|
|
|
tests/unittests/test_cmd_presence.c tests/unittests/test_cmd_presence.h \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/test_cmd_alias.c tests/unittests/test_cmd_alias.h \
|
|
|
|
tests/unittests/test_cmd_connect.c tests/unittests/test_cmd_connect.h \
|
2015-07-27 00:04:48 +01:00
|
|
|
tests/unittests/test_cmd_rooms.c tests/unittests/test_cmd_rooms.h \
|
|
|
|
tests/unittests/test_cmd_account.c tests/unittests/test_cmd_account.h \
|
|
|
|
tests/unittests/test_cmd_sub.c tests/unittests/test_cmd_sub.h \
|
|
|
|
tests/unittests/test_cmd_bookmark.c tests/unittests/test_cmd_bookmark.h \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/test_cmd_otr.c tests/unittests/test_cmd_otr.h \
|
2015-06-18 00:12:01 +01:00
|
|
|
tests/unittests/test_cmd_pgp.c tests/unittests/test_cmd_pgp.h \
|
2015-07-27 00:04:48 +01:00
|
|
|
tests/unittests/test_cmd_join.c tests/unittests/test_cmd_join.h \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/test_cmd_roster.c tests/unittests/test_cmd_roster.h \
|
|
|
|
tests/unittests/test_cmd_disconnect.c tests/unittests/test_cmd_disconnect.h \
|
2016-07-04 00:41:29 +01:00
|
|
|
tests/unittests/test_callbacks.c tests/unittests/test_callbacks.h \
|
2016-08-17 23:21:48 +01:00
|
|
|
tests/unittests/test_plugins_disco.c tests/unittests/test_plugins_disco.h \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/unittests.c
|
2013-09-17 00:59:37 +01:00
|
|
|
|
2015-05-28 18:56:16 +01:00
|
|
|
functionaltest_sources = \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/functionaltests/proftest.c tests/functionaltests/proftest.h \
|
|
|
|
tests/functionaltests/test_connect.c tests/functionaltests/test_connect.h \
|
|
|
|
tests/functionaltests/test_ping.c tests/functionaltests/test_ping.h \
|
|
|
|
tests/functionaltests/test_rooms.c tests/functionaltests/test_rooms.h \
|
|
|
|
tests/functionaltests/test_presence.c tests/functionaltests/test_presence.h \
|
|
|
|
tests/functionaltests/test_message.c tests/functionaltests/test_message.h \
|
|
|
|
tests/functionaltests/test_chat_session.c tests/functionaltests/test_chat_session.h \
|
2015-07-05 17:29:33 +01:00
|
|
|
tests/functionaltests/test_carbons.c tests/functionaltests/test_carbons.h \
|
2015-07-20 22:18:50 +01:00
|
|
|
tests/functionaltests/test_receipts.c tests/functionaltests/test_receipts.h \
|
2015-07-22 22:48:37 +01:00
|
|
|
tests/functionaltests/test_roster.c tests/functionaltests/test_roster.h \
|
2015-08-04 23:43:19 +01:00
|
|
|
tests/functionaltests/test_software.c tests/functionaltests/test_software.h \
|
2015-12-20 02:13:01 +00:00
|
|
|
tests/functionaltests/test_muc.c tests/functionaltests/test_muc.h \
|
2016-01-05 01:30:32 +00:00
|
|
|
tests/functionaltests/test_disconnect.c tests/functionaltests/test_disconnect.h \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/functionaltests/functionaltests.c
|
2013-09-17 00:59:37 +01:00
|
|
|
|
|
|
|
main_source = src/main.c
|
|
|
|
|
2016-02-24 00:31:55 +00:00
|
|
|
python_sources = \
|
|
|
|
src/plugins/python_plugins.h src/plugins/python_plugins.c \
|
|
|
|
src/plugins/python_api.h src/plugins/python_api.c
|
|
|
|
|
2016-02-14 22:28:55 +00:00
|
|
|
c_sources = \
|
|
|
|
src/plugins/c_plugins.h src/plugins/c_plugins.c \
|
|
|
|
src/plugins/c_api.h src/plugins/c_api.c
|
|
|
|
|
2014-03-06 02:06:22 +02:00
|
|
|
git_include = src/gitversion.h
|
2013-09-17 00:59:37 +01:00
|
|
|
|
2015-03-22 00:12:14 +00:00
|
|
|
pgp_sources = \
|
2022-06-29 08:58:38 +02:00
|
|
|
src/pgp/gpg.h src/pgp/gpg.c \
|
|
|
|
src/pgp/ox.h src/pgp/ox.c
|
2015-03-22 00:12:14 +00:00
|
|
|
|
2015-06-12 23:27:39 +01:00
|
|
|
pgp_unittest_sources = \
|
2022-06-29 08:58:38 +02:00
|
|
|
tests/unittests/pgp/stub_gpg.c \
|
|
|
|
tests/unittests/pgp/stub_ox.c
|
2015-05-08 00:07:21 +01:00
|
|
|
|
2014-02-09 00:32:11 +00:00
|
|
|
otr4_sources = \
|
2014-02-25 16:51:24 +01:00
|
|
|
src/otr/otrlib.h src/otr/otrlibv4.c src/otr/otr.h src/otr/otr.c
|
2014-01-12 02:15:16 +00:00
|
|
|
|
2019-02-19 06:24:47 +01:40
|
|
|
omemo_sources = \
|
2019-02-21 06:44:47 +01:40
|
|
|
src/omemo/omemo.h src/omemo/omemo.c src/omemo/crypto.h src/omemo/crypto.c \
|
2020-12-03 16:43:07 +01:00
|
|
|
src/omemo/store.h src/omemo/store.c src/xmpp/omemo.h src/xmpp/omemo.c \
|
|
|
|
src/tools/aesgcm_download.h src/tools/aesgcm_download.c
|
2019-02-19 06:24:47 +01:40
|
|
|
|
2019-03-26 23:19:53 +01:00
|
|
|
omemo_unittest_sources = \
|
|
|
|
tests/unittests/omemo/stub_omemo.c
|
|
|
|
|
2016-02-24 00:31:55 +00:00
|
|
|
if BUILD_PYTHON_API
|
|
|
|
core_sources += $(python_sources)
|
|
|
|
unittest_sources += $(python_sources)
|
|
|
|
endif
|
|
|
|
|
2016-02-14 22:28:55 +00:00
|
|
|
if BUILD_C_API
|
|
|
|
core_sources += $(c_sources)
|
|
|
|
unittest_sources += $(c_sources)
|
|
|
|
endif
|
|
|
|
|
2015-05-28 18:50:55 +01:00
|
|
|
otr_unittest_sources = \
|
2015-06-12 23:53:30 +01:00
|
|
|
tests/unittests/otr/stub_otr.c
|
2015-03-04 23:32:47 +00:00
|
|
|
|
2018-10-31 12:37:42 +02:00
|
|
|
themes_sources = $(top_srcdir)/themes/*
|
2014-04-17 12:35:09 +03:00
|
|
|
|
2018-10-31 12:37:42 +02:00
|
|
|
icons_sources = $(top_srcdir)/icons/*
|
2016-03-07 22:25:30 +01:00
|
|
|
|
2019-03-04 18:26:28 +02:00
|
|
|
script_sources = bootstrap.sh
|
2014-08-04 21:08:56 +01:00
|
|
|
|
2022-03-30 16:40:06 +02:00
|
|
|
man1_sources = $(wildcard $(top_srcdir)/docs/profanity*.1)
|
2014-04-08 00:46:43 +03:00
|
|
|
|
2015-03-22 00:12:14 +00:00
|
|
|
if BUILD_PGP
|
|
|
|
core_sources += $(pgp_sources)
|
2015-06-12 23:27:39 +01:00
|
|
|
unittest_sources += $(pgp_unittest_sources)
|
2015-03-22 00:12:14 +00:00
|
|
|
endif
|
|
|
|
|
2014-02-09 00:32:11 +00:00
|
|
|
if BUILD_OTR
|
2015-05-28 18:50:55 +01:00
|
|
|
unittest_sources += $(otr_unittest_sources)
|
2014-03-06 02:06:22 +02:00
|
|
|
core_sources += $(otr4_sources)
|
2014-02-09 00:32:11 +00:00
|
|
|
endif
|
2014-01-12 02:15:16 +00:00
|
|
|
|
2019-02-19 06:24:47 +01:40
|
|
|
if BUILD_OMEMO
|
|
|
|
core_sources += $(omemo_sources)
|
2019-03-26 23:19:53 +01:00
|
|
|
unittest_sources += $(omemo_unittest_sources)
|
2019-02-19 06:24:47 +01:40
|
|
|
endif
|
|
|
|
|
2020-07-07 09:42:00 +02:00
|
|
|
all_c_sources = $(core_sources) $(unittest_sources) \
|
|
|
|
$(pgp_sources) $(pgp_unittest_sources) \
|
2022-02-18 10:09:29 +01:00
|
|
|
$(otr4_sources) $(otr_unittest_sources) \
|
2020-07-07 09:42:00 +02:00
|
|
|
$(omemo_sources) $(omemo_unittest_sources) \
|
|
|
|
$(c_sources) $(python_sources) \
|
|
|
|
$(main_source)
|
|
|
|
|
2018-10-31 12:37:42 +02:00
|
|
|
AM_CFLAGS = @AM_CFLAGS@ -I$(srcdir)/src
|
|
|
|
|
2013-09-17 00:59:37 +01:00
|
|
|
bin_PROGRAMS = profanity
|
2014-03-06 02:06:22 +02:00
|
|
|
profanity_SOURCES = $(core_sources) $(main_source)
|
2014-04-08 00:46:43 +03:00
|
|
|
if THEMES_INSTALL
|
|
|
|
profanity_themesdir = @THEMES_PATH@
|
|
|
|
profanity_themes_DATA = $(themes_sources)
|
|
|
|
endif
|
2014-03-06 02:06:22 +02:00
|
|
|
if INCLUDE_GIT_VERSION
|
|
|
|
BUILT_SOURCES = $(git_include)
|
|
|
|
endif
|
2016-03-07 22:25:30 +01:00
|
|
|
profanity_iconsdir = @ICONS_PATH@
|
|
|
|
profanity_icons_DATA = $(icons_sources)
|
2013-09-17 00:59:37 +01:00
|
|
|
|
2016-02-14 22:28:55 +00:00
|
|
|
if BUILD_C_API
|
|
|
|
lib_LTLIBRARIES = libprofanity.la
|
2019-04-18 12:03:21 +02:00
|
|
|
libprofanity_la_LDFLAGS = -version-info 0:0:0 -shared -no-undefined
|
2016-02-14 22:28:55 +00:00
|
|
|
libprofanity_la_SOURCES = src/plugins/profapi.c
|
|
|
|
|
|
|
|
library_includedir=$(includedir)
|
|
|
|
library_include_HEADERS = src/plugins/profapi.h
|
|
|
|
endif
|
|
|
|
|
2015-07-03 15:14:34 +01:00
|
|
|
TESTS = tests/unittests/unittests
|
|
|
|
check_PROGRAMS = tests/unittests/unittests
|
2015-06-12 23:53:30 +01:00
|
|
|
tests_unittests_unittests_SOURCES = $(unittest_sources)
|
|
|
|
tests_unittests_unittests_LDADD = -lcmocka
|
2015-07-03 15:14:34 +01:00
|
|
|
|
2018-08-30 11:09:18 +02:00
|
|
|
# Functional test were commented out because of:
|
2019-05-03 10:51:28 +02:00
|
|
|
# https://github.com/profanity-im/profanity/pull/1010
|
2018-08-30 11:09:18 +02:00
|
|
|
# An issue was raised for stabber:
|
2019-05-03 10:51:28 +02:00
|
|
|
# https://github.com/profanity-im/stabber/issues/5
|
2018-08-30 11:09:18 +02:00
|
|
|
# Once this issue is resolved functional tests should be enabled again
|
|
|
|
#
|
|
|
|
#if HAVE_STABBER
|
|
|
|
#if HAVE_EXPECT
|
|
|
|
#TESTS += tests/functionaltests/functionaltests
|
|
|
|
#check_PROGRAMS += tests/functionaltests/functionaltests
|
|
|
|
#tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
2018-10-31 12:37:42 +02:00
|
|
|
#tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
2020-10-22 16:14:48 +02:00
|
|
|
#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect
|
2018-08-30 11:09:18 +02:00
|
|
|
#endif
|
|
|
|
#endif
|
2012-07-01 14:52:45 +01:00
|
|
|
|
2022-03-30 16:40:06 +02:00
|
|
|
man1_MANS = $(man1_sources)
|
2014-04-17 12:35:09 +03:00
|
|
|
|
2022-03-30 16:40:06 +02:00
|
|
|
EXTRA_DIST = $(man1_sources) $(icons_sources) $(themes_sources) $(script_sources) profrc.example theme_template LICENSE.txt README.md CHANGELOG
|
2019-03-04 18:26:28 +02:00
|
|
|
|
|
|
|
# Ship API documentation with `make dist`
|
|
|
|
EXTRA_DIST += \
|
|
|
|
apidocs/c/c-prof.conf \
|
|
|
|
apidocs/c/gen.sh \
|
|
|
|
apidocs/c/profapi.h \
|
|
|
|
apidocs/c/profhooks.h \
|
|
|
|
apidocs/python/conf.py \
|
|
|
|
apidocs/python/gen.sh \
|
|
|
|
apidocs/python/index.rst \
|
|
|
|
apidocs/python/Makefile \
|
|
|
|
apidocs/python/src/plugin.py \
|
|
|
|
apidocs/python/src/prof.py
|
2014-03-06 02:06:22 +02:00
|
|
|
|
|
|
|
if INCLUDE_GIT_VERSION
|
2014-04-17 12:35:09 +03:00
|
|
|
EXTRA_DIST += .git/HEAD .git/index
|
|
|
|
|
2014-03-08 23:34:18 +00:00
|
|
|
$(git_include).in: .git/HEAD .git/index
|
2014-03-06 02:06:22 +02:00
|
|
|
rm -f $@
|
|
|
|
echo "#ifndef PROF_GIT_BRANCH" >> $@
|
|
|
|
echo "#define PROF_GIT_BRANCH \"$(shell git rev-parse --symbolic-full-name --abbrev-ref HEAD)\"" >> $@
|
|
|
|
echo "#endif" >> $@
|
|
|
|
echo "#ifndef PROF_GIT_REVISION" >> $@
|
|
|
|
echo "#define PROF_GIT_REVISION \"$(shell git log --pretty=format:'%h' -n 1)\"" >> $@
|
|
|
|
echo "#endif" >> $@
|
|
|
|
|
|
|
|
#
|
|
|
|
# Create $(git_include) atomically to catch possible race. The race can occur
|
|
|
|
# when $(git_include) is generated in parallel with building of src/profanity.c.
|
|
|
|
# So this hack allows to find and fix the problem earlier.
|
|
|
|
#
|
|
|
|
$(git_include): $(git_include).in
|
|
|
|
cp $< $@
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f $(git_include) $(git_include).in
|
|
|
|
endif
|
2015-06-15 23:16:22 +01:00
|
|
|
|
|
|
|
check-unit: tests/unittests/unittests
|
|
|
|
tests/unittests/unittests
|
2020-07-07 09:42:00 +02:00
|
|
|
|
|
|
|
format: $(all_c_sources)
|
|
|
|
clang-format -i $(all_c_sources)
|
2021-10-05 09:49:32 +02:00
|
|
|
|
|
|
|
spell:
|
|
|
|
codespell
|
|
|
|
|
|
|
|
doublecheck: format check spell
|