X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Fclient%2FMakefile.in;h=674d88342e551b9fb800aa9d762472225c2fbb01;hp=f305295d4c06c5c4cce74e6f6bc074dd10587f72;hb=HEAD;hpb=d111522fe821f0e606161ed75e0e18523f793469 diff --git a/src/client/Makefile.in b/src/client/Makefile.in index f305295d4..674d88342 100644 --- a/src/client/Makefile.in +++ b/src/client/Makefile.in @@ -1,6 +1,6 @@ # # Empire - A multi-player, client/server Internet based war game. -# Copyright (C) 1986-2018, 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,7 +28,7 @@ # Makefile.in: Makefile template for configure # # Known contributors to this file: -# Markus Armbruster, 2005-2015 +# Markus Armbruster, 2005-2020 # CC = @CC@ @@ -53,9 +53,9 @@ srcdir = @srcdir@ VPATH = @srcdir@ prog = empire$E -obj = expect.$O fnameat.$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) @@ -82,6 +82,7 @@ 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 @@ -95,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