1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Add build infrastructure for basic processing of various subdirectories

This commit is contained in:
John Zaitseff 2011-06-14 22:55:48 +10:00
parent c79ad6b99d
commit 6a69114d64
3 changed files with 22 additions and 1 deletions

View File

@ -28,3 +28,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
SUBDIRS = lib src doc

View File

@ -28,5 +28,19 @@ 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_INIT([Star Traders], [7.0], [J.Zaitseff@zap.org.au], , [http://www.zap.org.au/software/trader/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PREREQ(2.60)
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
lib/Makefile
doc/Makefile
])
AC_OUTPUT

View File

@ -28,3 +28,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
bin_PROGRAMS = trader
trader_SOURCES = trader.c trader.h