X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=GNUmakefile.in;h=a198950ce6b1ba06ceba704697451e5527e60bc0;hp=2b33da1a377f5317499c47154121bf102bd63bb6;hb=refs%2Fheads%2Fchangeling;hpb=7e2008e7f4a7eac9b44ed6e3fa2a7d7dcb0c49bf diff --git a/GNUmakefile.in b/GNUmakefile.in index 2b33da1a3..a198950ce 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # # Empire - A multi-player, client/server Internet based war game. -# Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak, +# Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, # Ken Stevens, Steve McClure, Markus Armbruster # # Empire is free software: you can redistribute it and/or modify @@ -28,16 +28,14 @@ # GNUmakefile.in: Makefile template for configure # # Known contributors to this file: -# Markus Armbruster, 2005-2009 +# Markus Armbruster, 2005-2020 # # The real meat is in Make.mk, which see. TARNAME := @PACKAGE_TARNAME@ -VERSION := @PACKAGE_VERSION@ CC := @CC@ -have_gcc := @GCC@ CFLAGS := @CFLAGS@ CPPFLAGS := @CPPFLAGS@ @DEFS@ LDFLAGS := @LDFLAGS@ @@ -70,6 +68,7 @@ INSTALL_DATA := @INSTALL_DATA@ INSTALL_PROGRAM := @INSTALL_PROGRAM@ NROFF := @NROFF@ RANLIB := @RANLIB@ +SHELL := @SHELL@ prefix := @prefix@ exec_prefix := @exec_prefix@