]> git.pond.sub.org Git - empserver/blobdiff - src/client/Makefile.in
Update copyright notice
[empserver] / src / client / Makefile.in
index 5aefd107dec31fd9037bc33ded5e9e0dcf122696..bff295c7e15f4e2358ded8f58c94d4df2c5ea898 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2007, 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
@@ -46,14 +46,15 @@ INSTALL_PROGRAM := @INSTALL_PROGRAM@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 bindir = @bindir@
+datarootdir := @datarootdir@
 mandir = @mandir@
 
 srcdir = @srcdir@
 VPATH = @srcdir@
 
 prog = empire$E
-obj = expect.$O host.$O ioqueue.$O ipglob.$O login.$O main.$O queue.$O \
-saveargv.$O servcmd.$O serverio.$O tags.$O termio.$O termlib.$O
+obj = expect.$O host.$O ipglob.$O linebuf.$O login.$O main.$O play.$O  \
+ringbuf.$O secure.$O servcmd.$O sysdep_w32.$O termlib.$O version.$O
 
 all: $(prog)
 
@@ -64,7 +65,7 @@ clean:
        rm -f $(obj) $(prog)
 
 distclean: clean
-       rm -rf autom4te.cache config.status config.log Makefile
+       rm -rf autom4te.cache config.h config.log config.status Makefile ipglob.c
 
 install: all installdirs
        $(INSTALL_PROGRAM) empire $(bindir)/empire
@@ -78,17 +79,16 @@ uninstall:
        rm $(mandir)/man6/empire.6
 
 # FIXME generate from .d
-expect.$O: misc.h
-handle.$O: misc.h
-host.$O: misc.h
-ioqueue.$O: misc.h queue.h ioqueue.h
-login.$O: misc.h proto.h
-main.$O: misc.h proto.h queue.h ioqueue.h tags.h
-queue.$O: misc.h queue.h
-saveargv.$O: misc.h
-servcmd.$O: misc.h proto.h queue.h ioqueue.h tags.h
-serverio.$O: misc.h queue.h ioqueue.h
-tags.$O: misc.h tags.h
-termio.$O: misc.h tags.h
-termlib.$O: misc.h
+expect.$O: misc.h sysdep_w32.h
+host.$O: misc.h sysdep_w32.h
+linebuf.$O: linebuf.h
+login.$O: misc.h proto.h sysdep_w32.h
+main.$O: misc.h version.h sysdep_w32.h
+play.$O: linebuf.h misc.h proto.h ringbuf.h secure.h sysdep_w32.h
+ringbuf.$O: ringbuf.h
+secure.$O: ringbuf.h secure.h
+servcmd.$O: misc.h proto.h secure.h sysdep_w32.h
+sysdep_w32.$O: misc.h sysdep_w32.h
+termlib.$O: misc.h sysdep_w32.h
+version.$O: version.h
 $(obj): config.h