]> git.pond.sub.org Git - empserver/blobdiff - GNUmakefile.in
WIP empdump, %a
[empserver] / GNUmakefile.in
index bf57bab32863ddc5478a4dedb593a43a8b30ff2a..8af11ce014fc0d47f2e5174054588515f97ada1d 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                            Ken Stevens, Steve McClure
 # 
 #   This program is free software; you can redistribute it and/or modify
@@ -19,9 +19,9 @@
 # 
 #   ---
 # 
-#   See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
-#   related information and legal notices. It is expected that any future
-#   projects/authors will amend these files as needed.
+#   See files README, COPYING and CREDITS in the root of the source
+#   tree for related information and legal notices.  It is expected
+#   that future projects/authors will amend these files as needed.
 # 
 #   ---
 # 
@@ -67,14 +67,14 @@ AWK := @AWK@
 INSTALL := @INSTALL@
 INSTALL_DATA := @INSTALL_DATA@
 INSTALL_PROGRAM := @INSTALL_PROGRAM@
-# TODO autoconf NROFF
-NROFF := groff -Tascii -P-c -U
+NROFF := @NROFF@
 RANLIB := @RANLIB@
 
 prefix := @prefix@
 exec_prefix := @exec_prefix@
 bindir := @bindir@
 sbindir := @sbindir@
+datarootdir := @datarootdir@
 datadir := @datadir@
 localstatedir := @localstatedir@
 mandir := @mandir@
@@ -83,7 +83,7 @@ sysconfdir := @sysconfdir@
 srcdir := @srcdir@
 VPATH := @srcdir@
 
-cvs_controlled := @cvs_controlled@
+revctrl := @revctrl@
 
 EMPIREHOST := @EMPIREHOST@
 EMPIREPORT := @EMPIREPORT@