]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Makefile.in
* Added some admin features.
[irc/gameservirc.git] / gameserv / Makefile.in
index d2e151c713fe0b6a679714c070dc0cf800a21789..97dd8548d96fd55b57bfcaf61a5be684a5bd6f4f 100644 (file)
@@ -12,7 +12,7 @@ libdir = $(prefix)/lib/gnudl
 mandir = $(prefix)/man/man1
 
 CC = @CXX@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = -Wno-deprecated -Wall @CPPFLAGS@
 CFLAGS = $(CPPFLAGS) @CFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
@@ -24,13 +24,15 @@ clean:
        /bin/rm -f *.o
 
 distclean: clean
-       /bin/rm -f Makefile config.h config.status config.cache config.log gameserv
+       /bin/rm -f Makefile config.h config.status config.cache config.log \
+       options.h gameserv
 
 tcpclient:     aClient.o config.o c_forest.o gameserv.o player.o sockhelp.o tcpclient.o
        $(CC) -o gameserv aClient.o config.o c_forest.o gameserv.o player.o sockhelp.o\
        tcpclient.o $(LIBS)
 
-tcpclient.o:   tcpclient.cpp aClient.h player.h  extern.h  list.h listnode.h  sockhelp.h
+tcpclient.o:   tcpclient.cpp aClient.h player.h  extern.h  list.h listnode.h  sockhelp.h\
+               options.h
        $(CC) $(CFLAGS) -c tcpclient.cpp
 
 tcpserver.o:   tcpserver.cpp sockhelp.cpp