]> jfr.im git - irc/weechat/weechat.git/blame - Makefile.am
Version 3.7.1
[irc/weechat/weechat.git] / Makefile.am
CommitLineData
f966b6a8 1#
c44b79dc 2# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
6562d676
SH
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
f966b6a8 9# it under the terms of the GNU General Public License as published by
f1a39ce7 10# the Free Software Foundation; either version 3 of the License, or
f966b6a8
SH
11# (at your option) any later version.
12#
6562d676 13# WeeChat is distributed in the hope that it will be useful,
f966b6a8
SH
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
4712d0bb 19# along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
f966b6a8
SH
20#
21
2b78673a
SH
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).
24BUILT_SOURCES = build-config-git.h
25build-config-git.h:
80293c24 26 -$(abs_top_srcdir)/tools/git-version.sh "$(abs_top_srcdir)" "$(VERSION)" config-git.h
2b78673a 27
63add00d
SH
28if TESTS
29tests_dir = tests
30endif
31
7aa24ecd 32SUBDIRS = icons po doc intl src $(tests_dir)
324077c3 33
b7bdbbdc
SH
34EXTRA_DIST = AUTHORS.adoc \
35 ChangeLog.adoc \
36 Contributing.adoc \
37 README.adoc \
38 ReleaseNotes.adoc \
90b2094b 39 CMakeLists.txt \
998db86f
SH
40 config.rpath \
41 config.h.cmake \
dbff3de7 42 cmake/CMakeParseArguments.cmake \
2736a0e3 43 cmake/FindAsciidoctor.cmake \
998db86f 44 cmake/FindAspell.cmake \
fe74ab8e 45 cmake/FindCppUTest.cmake \
fb7edb35 46 cmake/FindENCHANT.cmake \
e8ab9ba1 47 cmake/FindGCRYPT.cmake \
998db86f
SH
48 cmake/FindGettext.cmake \
49 cmake/FindGnuTLS.cmake \
dbff3de7 50 cmake/FindGuile.cmake \
998db86f 51 cmake/FindIconv.cmake \
998db86f
SH
52 cmake/FindLua.cmake \
53 cmake/FindNcurses.cmake \
54 cmake/FindPerl.cmake \
55 cmake/FindPkgConfig.cmake \
56 cmake/FindPython.cmake \
57 cmake/FindRuby.cmake \
07594c9e 58 cmake/FindV8.cmake \
dbff3de7
SH
59 cmake/FindZLIB.cmake \
60 cmake/cmake_uninstall.cmake.in \
36b870f3 61 po/CMakeLists.txt \
508398f7 62 po/srcfiles.cmake \
d722e370 63 tools/build-test.sh \
80293c24 64 tools/git-version.sh \
5cc40052 65 tools/makedist.sh \
cfc1f397 66 version.sh \
b35c94cc 67 weechat.desktop \
1466a565
SH
68 weechat.pc.in \
69 weechat.cygport.in
324077c3 70
0b781f96 71ACLOCAL_AMFLAGS = -I m4
fabc49a0 72
b35c94cc 73pkgconfigdir = $(libdir)/pkgconfig
fabc49a0 74pkgconfig_DATA = weechat.pc
9ebea835 75
b35c94cc
SH
76desktopdir = $(datadir)/applications
77desktop_DATA = weechat.desktop
78
9ebea835
SH
79clean-local:
80 $(RM) config-git.h