]> jfr.im git - irc/weechat/weechat.git/blob - Makefile.am
core: add CVE id in ChangeLog
[irc/weechat/weechat.git] / Makefile.am
1 #
2 # Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
3 # Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
4 # Copyright (C) 2006-2009 Emmanuel Bouthenot <kolter@openics.org>
5 #
6 # This file is part of WeeChat, the extensible chat client.
7 #
8 # WeeChat is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
12 #
13 # WeeChat is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
20 #
21
22 # This target will update file config-git.h with output of command "git describe"
23 # (if needed, and only for a devel/rc version).
24 BUILT_SOURCES = build-config-git.h
25 build-config-git.h:
26 -$(abs_top_srcdir)/tools/git-version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h
27
28 if TESTS
29 tests_dir = tests
30 endif
31
32 SUBDIRS = icons po doc intl src $(tests_dir)
33
34 EXTRA_DIST = AUTHORS.adoc \
35 ChangeLog.adoc \
36 Contributing.adoc \
37 README.adoc \
38 ReleaseNotes.adoc \
39 CMakeLists.txt \
40 config.rpath \
41 config.h.cmake \
42 cmake/CMakeParseArguments.cmake \
43 cmake/FindAsciidoctor.cmake \
44 cmake/FindAspell.cmake \
45 cmake/FindCppUTest.cmake \
46 cmake/FindENCHANT.cmake \
47 cmake/FindGCRYPT.cmake \
48 cmake/FindGettext.cmake \
49 cmake/FindGnuTLS.cmake \
50 cmake/FindGuile.cmake \
51 cmake/FindIconv.cmake \
52 cmake/FindLua.cmake \
53 cmake/FindNcurses.cmake \
54 cmake/FindPerl.cmake \
55 cmake/FindPkgConfig.cmake \
56 cmake/FindPython.cmake \
57 cmake/FindRuby.cmake \
58 cmake/FindV8.cmake \
59 cmake/FindZLIB.cmake \
60 cmake/cmake_uninstall.cmake.in \
61 po/CMakeLists.txt \
62 po/srcfiles.cmake \
63 tools/build-test.sh \
64 tools/git-version.sh \
65 tools/makedist.sh \
66 version.sh \
67 weechat.desktop \
68 weechat.pc.in \
69 weechat.cygport.in
70
71 ACLOCAL_AMFLAGS = -I m4
72
73 pkgconfigdir = $(libdir)/pkgconfig
74 pkgconfig_DATA = weechat.pc
75
76 desktopdir = $(datadir)/applications
77 desktop_DATA = weechat.desktop
78
79 clean-local:
80 $(RM) config-git.h