X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/2bf5063e2e7ffafd210396652ed7b98ad438b343..3662210ff8fbf469ecfc45ce9e1734ddb781e6fd:/gameserv/Makefile.in diff --git a/gameserv/Makefile.in b/gameserv/Makefile.in index e3e98c2..41f60a4 100644 --- a/gameserv/Makefile.in +++ b/gameserv/Makefile.in @@ -37,30 +37,31 @@ configscript: configscript.o configscript.o: configscript.cpp $(CC) $(CFLAGS) -c configscript.cpp -tcpclient.o: tcpclient.cpp aClient.h player.h extern.h list.h listnode.h \ - options.h sockhelp.h +tcpclient.o: tcpclient.cpp aClient.h player.h pouch.h extern.h list.h \ + listnode.h options.h sockhelp.h $(CC) $(CFLAGS) -c tcpclient.cpp 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 + player.h pouch.h sockhelp.h $(CC) $(CFLAGS) -c sockhelp.cpp aClient.o: aClient.cpp aClient.h extern.h list.h listnode.h \ - player.h sockhelp.h + player.h pouch.h sockhelp.h $(CC) $(CFLAGS) -c aClient.cpp gameserv.o: gameserv.cpp aClient.h extern.h flags.h list.h\ - listnode.h player.h sockhelp.h + listnode.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 sockhelp.h + listnode.h player.h pouch.h sockhelp.h $(CC) $(CFLAGS) -c c_forest.cpp -player.o: player.cpp aClient.h extern.h list.h listnode.h player.h sockhelp.h +player.o: player.cpp aClient.h extern.h list.h listnode.h player.h \ + pouch.h sockhelp.h $(CC) $(CFLAGS) -c player.cpp config.o: config.cpp extern.h