2013-09-16 19:59:37 -04:00
|
|
|
core_sources = \
|
2013-05-06 18:04:46 -04:00
|
|
|
src/contact.c src/contact.h src/log.c src/common.c \
|
|
|
|
src/log.h src/profanity.c src/common.h \
|
|
|
|
src/profanity.h src/chat_session.c \
|
|
|
|
src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
|
|
|
|
src/resource.c src/resource.h \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/roster_list.c src/roster_list.h \
|
2013-05-06 18:04:46 -04:00
|
|
|
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/connection.c \
|
|
|
|
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 \
|
|
|
|
src/xmpp/capabilities.h src/xmpp/connection.h \
|
|
|
|
src/xmpp/roster.c src/xmpp/roster.h \
|
2013-06-30 11:59:38 -04:00
|
|
|
src/xmpp/bookmark.c src/xmpp/bookmark.h \
|
2014-02-25 10:51:24 -05:00
|
|
|
src/server_events.c src/server_events.h \
|
2013-05-06 18:04:46 -04: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 \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/ui/console.c src/ui/notifier.c \
|
2014-02-25 10:51:24 -05:00
|
|
|
src/ui/windows.c src/ui/windows.h \
|
2013-05-06 18:04:46 -04:00
|
|
|
src/command/command.h src/command/command.c src/command/history.c \
|
2013-12-15 11:10:32 -05:00
|
|
|
src/command/commands.h src/command/commands.c \
|
2013-07-11 17:57:35 -04:00
|
|
|
src/command/history.h src/tools/parser.c \
|
|
|
|
src/tools/parser.h \
|
2013-05-06 18:04:46 -04:00
|
|
|
src/tools/autocomplete.c src/tools/autocomplete.h \
|
|
|
|
src/tools/history.c src/tools/history.h \
|
|
|
|
src/tools/tinyurl.c src/tools/tinyurl.h \
|
|
|
|
src/config/accounts.c src/config/accounts.h \
|
2014-01-22 17:22:01 -05:00
|
|
|
src/config/account.c src/config/account.h \
|
2013-05-06 18:04:46 -04:00
|
|
|
src/config/preferences.c src/config/preferences.h \
|
2014-01-11 21:15:16 -05:00
|
|
|
src/config/theme.c src/config/theme.h
|
2013-09-16 19:59:37 -04:00
|
|
|
|
2014-03-05 19:06:22 -05:00
|
|
|
tests_sources = \
|
2013-12-15 14:56:48 -05:00
|
|
|
src/contact.c src/contact.h src/common.c \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/log.h src/profanity.c src/common.h \
|
|
|
|
src/profanity.h src/chat_session.c \
|
|
|
|
src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
|
|
|
|
src/resource.c src/resource.h \
|
|
|
|
src/roster_list.c src/roster_list.h \
|
2013-12-14 13:06:09 -05:00
|
|
|
src/xmpp/xmpp.h \
|
|
|
|
src/ui/ui.h \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/command/command.h src/command/command.c src/command/history.c \
|
2013-12-15 11:10:32 -05:00
|
|
|
src/command/commands.h src/command/commands.c \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/command/history.h src/tools/parser.c \
|
|
|
|
src/tools/parser.h \
|
|
|
|
src/tools/autocomplete.c src/tools/autocomplete.h \
|
|
|
|
src/tools/history.c src/tools/history.h \
|
|
|
|
src/tools/tinyurl.c src/tools/tinyurl.h \
|
2013-12-14 13:43:19 -05:00
|
|
|
src/config/accounts.h \
|
2014-01-22 17:22:01 -05:00
|
|
|
src/config/account.c src/config/account.h \
|
2013-12-14 10:34:17 -05:00
|
|
|
src/config/preferences.c src/config/preferences.h \
|
|
|
|
src/config/theme.c src/config/theme.h \
|
2014-02-25 10:51:24 -05:00
|
|
|
src/ui/windows.c src/ui/windows.h \
|
|
|
|
src/ui/window.c src/ui/window.h \
|
|
|
|
src/server_events.c src/server_events.h \
|
|
|
|
tests/xmpp/mock_xmpp.h tests/xmpp/mock_xmpp.c \
|
|
|
|
tests/otr/mock_otr.h tests/otr/mock_otr.c \
|
|
|
|
tests/ui/mock_ui.h tests/ui/mock_ui.c \
|
|
|
|
tests/config/mock_accounts.h tests/config/mock_accounts.c \
|
|
|
|
tests/helpers.c tests/helpers.h \
|
|
|
|
tests/log/mock_log.c \
|
|
|
|
tests/test_autocomplete.c \
|
|
|
|
tests/test_common.c \
|
|
|
|
tests/test_contact.c \
|
2013-12-15 13:08:26 -05:00
|
|
|
tests/test_cmd_connect.c \
|
2013-12-15 17:28:22 -05:00
|
|
|
tests/test_cmd_account.c \
|
2013-12-15 13:08:26 -05:00
|
|
|
tests/test_cmd_rooms.c \
|
2013-12-27 12:25:30 -05:00
|
|
|
tests/test_cmd_sub.c \
|
2014-01-23 17:29:53 -05:00
|
|
|
tests/test_cmd_alias.c \
|
2014-01-18 20:25:04 -05:00
|
|
|
tests/test_cmd_statuses.c \
|
2014-02-01 11:16:56 -05:00
|
|
|
tests/test_cmd_bookmark.c \
|
2014-02-15 19:04:53 -05:00
|
|
|
tests/test_cmd_otr.c \
|
2014-03-07 19:07:38 -05:00
|
|
|
tests/test_cmd_join.c \
|
2013-12-14 11:35:56 -05:00
|
|
|
tests/test_history.c \
|
|
|
|
tests/test_jid.c \
|
2013-12-14 11:48:27 -05:00
|
|
|
tests/test_parser.c \
|
2013-12-14 12:03:39 -05:00
|
|
|
tests/test_roster_list.c \
|
2014-01-19 12:20:31 -05:00
|
|
|
tests/test_preferences.c \
|
2014-01-20 13:40:48 -05:00
|
|
|
tests/test_server_events.c \
|
2014-01-30 18:32:52 -05:00
|
|
|
tests/test_muc.c \
|
2014-03-15 21:23:12 -04:00
|
|
|
tests/test_cmd_roster.c \
|
2014-02-25 10:51:24 -05:00
|
|
|
tests/testsuite.c
|
2013-09-16 19:59:37 -04:00
|
|
|
|
|
|
|
main_source = src/main.c
|
|
|
|
|
2014-03-05 19:06:22 -05:00
|
|
|
git_include = src/gitversion.h
|
2013-09-16 19:59:37 -04:00
|
|
|
|
2014-02-08 19:32:11 -05:00
|
|
|
otr3_sources = \
|
2014-02-25 10:51:24 -05:00
|
|
|
src/otr/otrlib.h src/otr/otrlibv3.c src/otr/otr.h src/otr/otr.c
|
2014-02-08 19:32:11 -05:00
|
|
|
|
|
|
|
otr4_sources = \
|
2014-02-25 10:51:24 -05:00
|
|
|
src/otr/otrlib.h src/otr/otrlibv4.c src/otr/otr.h src/otr/otr.c
|
2014-01-11 21:15:16 -05:00
|
|
|
|
2014-02-08 19:32:11 -05:00
|
|
|
if BUILD_OTR
|
2014-02-08 18:07:51 -05:00
|
|
|
if BUILD_OTR3
|
2014-03-05 19:06:22 -05:00
|
|
|
core_sources += $(otr3_sources)
|
|
|
|
tests_sources += $(otr3_sources)
|
2014-02-08 19:32:11 -05:00
|
|
|
endif
|
|
|
|
if BUILD_OTR4
|
2014-03-05 19:06:22 -05:00
|
|
|
core_sources += $(otr4_sources)
|
|
|
|
tests_sources += $(otr4_sources)
|
2014-02-08 19:32:11 -05:00
|
|
|
endif
|
2014-01-11 21:15:16 -05:00
|
|
|
endif
|
|
|
|
|
2013-09-16 19:59:37 -04:00
|
|
|
bin_PROGRAMS = profanity
|
2014-03-05 19:06:22 -05:00
|
|
|
profanity_SOURCES = $(core_sources) $(main_source)
|
|
|
|
if INCLUDE_GIT_VERSION
|
|
|
|
BUILT_SOURCES = $(git_include)
|
|
|
|
endif
|
2013-09-16 19:59:37 -04:00
|
|
|
|
|
|
|
TESTS = tests/testsuite
|
|
|
|
check_PROGRAMS = tests/testsuite
|
2014-03-05 19:06:22 -05:00
|
|
|
tests_testsuite_SOURCES = $(tests_sources)
|
2013-12-14 11:07:57 -05:00
|
|
|
tests_testsuite_LDADD = -lcmocka
|
2012-07-01 09:52:45 -04:00
|
|
|
|
2012-08-19 15:34:05 -04:00
|
|
|
man_MANS = docs/profanity.1
|
2014-03-05 19:06:22 -05:00
|
|
|
|
|
|
|
if INCLUDE_GIT_VERSION
|
2014-03-08 18:34:18 -05:00
|
|
|
$(git_include).in: .git/HEAD .git/index
|
2014-03-05 19:06:22 -05: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
|