-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
42 lines (35 loc) · 1.5 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Process this file with automake to produce Makefile.in (in this,
# and all subdirectories).
# Makefile for the top-level directory of Chess Opponent.
#
# Copyright (C) 2020 David Yockey
# Copyright (C) 2001-2015 Free Software Foundation, Inc.
#
# This program 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, or (at your option)
# any later version.
#
# This program 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.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Find gnulib headers.
ACLOCAL_AMFLAGS = --install -I m4
# Subdirectories to descend into.
SUBDIRS = src doc po man
dist_pkgdata_DATA = src/chessopp.ini src/smallbook.bin
# For recognition and usage by GUIs
pluginsdir=@PLUGINSDIR@
engdir=$(pluginsdir)/xboard
eng_DATA = misc/chessopp.eng
logodir=$(pluginsdir)/logos
logo_DATA = misc/chessopp.png
# Additional files to distribute.
EXTRA_DIST = config.rpath TODO src/chessopp.ini src/smallbook.bin src/chessoppx src/chessoppu doc/quotes.rb lib/gettext.h misc/chessopp.eng misc/chessopp.png
DISTCLEANFILES = *~ src/GCint.h
pkgdatadir =$(datadir)/chessopp
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib