2011-06-14 08:16:26 -04:00
|
|
|
#########################################################################
|
|
|
|
# #
|
|
|
|
# Star Traders: A Game of Interstellar Trading #
|
2017-05-13 16:29:44 -04:00
|
|
|
# Copyright (C) 1990-2017, John Zaitseff #
|
2011-06-14 08:16:26 -04:00
|
|
|
# #
|
|
|
|
#########################################################################
|
|
|
|
|
2011-06-14 09:01:15 -04:00
|
|
|
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
|
2011-06-14 08:16:26 -04:00
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# This file, Makefile.am, contains the top-level Makefile for Star
|
|
|
|
# Traders. It needs to be processed by automake to produce the
|
|
|
|
# corresponding Makefile.in.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# 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 of the License, 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/.
|
2011-06-14 08:55:48 -04:00
|
|
|
|
|
|
|
|
2011-06-15 08:55:11 -04:00
|
|
|
# Subdirectories to recurse into
|
2017-05-17 05:11:42 -04:00
|
|
|
SUBDIRS = lib src po data doc m4
|
2011-07-25 07:04:19 -04:00
|
|
|
|
|
|
|
# Additional files to distribute
|
2017-05-17 06:49:03 -04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
build-aux/bootstrap \
|
|
|
|
build-aux/msgfmt-desktop
|