From c79ad6b99d932d46a9a14ebaf43bfab4a715a638 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 14 Jun 2011 22:16:26 +1000 Subject: [PATCH] Add the basic infrastructure required by autoconf and automake --- Makefile.am | 30 ++++++++++++++++++++++++++++++ configure.ac | 32 ++++++++++++++++++++++++++++++++ doc/Makefile.am | 30 ++++++++++++++++++++++++++++++ lib/Makefile.am | 30 ++++++++++++++++++++++++++++++ src/Makefile.am | 30 ++++++++++++++++++++++++++++++ 5 files changed, 152 insertions(+) create mode 100644 Makefile.am create mode 100644 configure.ac create mode 100644 doc/Makefile.am create mode 100644 lib/Makefile.am create mode 100644 src/Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..40fb0b1 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,30 @@ +######################################################################### +# # +# Star Traders: A Game of Interstellar Trading # +# Copyright (C) 1990-2011, John Zaitseff # +# # +######################################################################### + +# Author: John Zaitseff +# Date: 14th June, 2011 +# Version: 7.0 +# +# $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/. diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..064fcb0 --- /dev/null +++ b/configure.ac @@ -0,0 +1,32 @@ +dnl ********************************************************************* +dnl * * +dnl * Star Traders: A Game of Interstellar Trading * +dnl * Copyright (C) 1990-2011, John Zaitseff * +dnl * * +dnl ********************************************************************* +dnl +dnl Author: John Zaitseff +dnl Date: 14th June, 2011 +dnl Version: 7.0 +dnl +dnl $Id$ +dnl +dnl This file, configure.ac, contains information required by autoconf to +dnl generate the corresponding configure script. +dnl +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or (at +dnl your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see http://www.gnu.org/licenses/. + +AC_INIT([Star Traders], [7.0], [J.Zaitseff@zap.org.au],, [http://www.zap.org.au/software/trader/]) +AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..1b4f434 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,30 @@ +######################################################################### +# # +# Star Traders: A Game of Interstellar Trading # +# Copyright (C) 1990-2011, John Zaitseff # +# # +######################################################################### + +# Author: John Zaitseff +# Date: 14th June, 2011 +# Version: 7.0 +# +# $Id$ +# +# This file, doc/Makefile.am, contains the documentation directory +# 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/. diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..e01c4b0 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,30 @@ +######################################################################### +# # +# Star Traders: A Game of Interstellar Trading # +# Copyright (C) 1990-2011, John Zaitseff # +# # +######################################################################### + +# Author: John Zaitseff +# Date: 14th June, 2011 +# Version: 7.0 +# +# $Id$ +# +# This file, lib/Makefile.am, contains the library directory 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/. diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..98852ca --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,30 @@ +######################################################################### +# # +# Star Traders: A Game of Interstellar Trading # +# Copyright (C) 1990-2011, John Zaitseff # +# # +######################################################################### + +# Author: John Zaitseff +# Date: 14th June, 2011 +# Version: 7.0 +# +# $Id$ +# +# This file, src/Makefile.am, contains the source-code 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/.