X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/ee05c9576432f9745c62c15271506c9283ba6af5..c7340cbda3026cff96c6250c7d35e51a194658f5:/gameserv/Makefile.in diff --git a/gameserv/Makefile.in b/gameserv/Makefile.in index d2e151c..97dd854 100644 --- a/gameserv/Makefile.in +++ b/gameserv/Makefile.in @@ -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