X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Fclient%2FMakefile.in;h=674d88342e551b9fb800aa9d762472225c2fbb01;hp=ff51f57648cda88e034b9856a590dedcb4f0cb97;hb=HEAD;hpb=73e25ff21eb3d172961db1cad4bd370f17103c23 diff --git a/src/client/Makefile.in b/src/client/Makefile.in index ff51f5764..674d88342 100644 --- a/src/client/Makefile.in +++ b/src/client/Makefile.in @@ -1,11 +1,11 @@ # # Empire - A multi-player, client/server Internet based war game. -# Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak, -# Ken Stevens, Steve McClure +# Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, +# Ken Stevens, Steve McClure, Markus Armbruster # -# This program is free software; you can redistribute it and/or modify +# Empire 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 2 of the License, or +# 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, @@ -14,8 +14,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with this program. If not, see . # # --- # @@ -29,33 +28,34 @@ # Makefile.in: Makefile template for configure # # Known contributors to this file: -# Markus Armbruster, 2005-2009 +# Markus Armbruster, 2005-2020 # CC = @CC@ CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@ -I. LDFLAGS = @LDFLAGS@ -LIBOBJS := @LIBOBJS@ +LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ E = @EXEEXT@ O = @OBJEXT@ INSTALL = @INSTALL@ -INSTALL_DATA := @INSTALL_DATA@ -INSTALL_PROGRAM := @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ -datarootdir := @datarootdir@ +datarootdir = @datarootdir@ mandir = @mandir@ srcdir = @srcdir@ VPATH = @srcdir@ prog = empire$E -obj = expect.$O host.$O ipglob.$O linebuf.$O login.$O main.$O play.$O \ -ringbuf.$O secure.$O servcmd.$O termlib.$O version.$O $(LIBOBJS) +obj = expect.$O fnameat.$O getpass.$O host.$O ipglob.$O linebuf.$O \ +login.$O main.$O play.$O ringbuf.$O secure.$O servcmd.$O termlib.$O \ +version.$O $(LIBOBJS) all: $(prog) @@ -81,10 +81,12 @@ uninstall: # FIXME generate from .d expect.$O: misc.h proto.h +fnameat.$O: fnameat.h +getpass.$O: misc.h host.$O: misc.h linebuf.$O: linebuf.h login.$O: misc.h proto.h -main.$O: misc.h version.h +main.$O: fnameat.h misc.h version.h play.$O: linebuf.h misc.h proto.h ringbuf.h secure.h ringbuf.$O: ringbuf.h secure.$O: ringbuf.h secure.h @@ -94,10 +96,11 @@ version.$O: version.h $(obj): config.h expect.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h +getpass.$O: w32/unistd.h w32/w32types.h host.$O: w32/sys/socket.h w32/netinet/in.h w32/arpa/inet.h w32/netdb.h w32/unistd.h w32/w32types.h -login.$O: w32/unistd.h w32/w32types.h main.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h play.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h ringbuf.$O: w32/sys/uio.h w32/w32types.h +w32/getopt.$O: w32/w32io.$O: misc.h w32/sys/uio.h w32/w32types.h w32/w32sockets.$O: w32/sys/socket.h w32/unistd.h w32/w32types.h