]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Makefile.in
removed server.txt
[irc/gameservirc.git] / gameserv / Makefile.in
index 5e1ec895f9cb974c2e01fb229742b320139a8a37..ef0cfda6e00dcad962496c778c80e46db4c7246a 100644 (file)
@@ -12,7 +12,7 @@ libdir = $(prefix)/lib/gnudl
 mandir = $(prefix)/man/man1
 
 CC = @CXX@
-CPPFLAGS = -Wno-deprecated -Wall @CPPFLAGS@
+CPPFLAGS = -Wall @CPPFLAGS@
 CFLAGS = $(CPPFLAGS) @CFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
@@ -45,25 +45,25 @@ tcpserver.o:        tcpserver.cpp sockhelp.cpp
        $(CC) $(CFLAGS) -c tcpserver.cpp
 
 sockhelp.o:    sockhelp.cpp aClient.h extern.h list.h listnode.h \
-               player.h sockhelp.h
+               options.h player.h sockhelp.h
        $(CC) $(CFLAGS) -c sockhelp.cpp
 
 aClient.o:     aClient.cpp aClient.h extern.h  list.h listnode.h \
-               player.h sockhelp.h
+               options.h player.h sockhelp.h
        $(CC) $(CFLAGS) -c aClient.cpp
 
 gameserv.o:    gameserv.cpp aClient.h extern.h flags.h list.h\
-               listnode.h player.h pouch.h sockhelp.h
+               listnode.h options.h player.h pouch.h sockhelp.h
        $(CC) $(CFLAGS) -c gameserv.cpp
 
 c_forest.o:    c_forest.cpp aClient.h extern.h list.h\
-               listnode.h player.h pouch.h sockhelp.h
+               listnode.h options.h player.h pouch.h sockhelp.h
        $(CC) $(CFLAGS) -c c_forest.cpp
 
 log.o:         config.cpp log.cpp extern.h
        $(CC) $(CFLAGS) -c log.cpp
 
-player.o:      player.cpp aClient.h extern.h list.h listnode.h player.h \
+player.o:      player.cpp aClient.h extern.h list.h listnode.h options.h player.h \
                pouch.h sockhelp.h
        $(CC) $(CFLAGS) -c player.cpp