]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Makefile.in
Fixed a logic error in the config script loop. Added two new variables VERSION and...
[irc/gameservirc.git] / gameserv / Makefile.in
index 62546b7702af5872a0001ba7f417930e4851312c..e3e98c25510f9c88e614fbdf58331c035b5d195d 100644 (file)
@@ -37,28 +37,30 @@ 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  sockhelp.h\
-               options.h
+tcpclient.o:   tcpclient.cpp aClient.h player.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 player.h extern.h  list.h listnode.h  sockhelp.h
+sockhelp.o:    sockhelp.cpp aClient.h extern.h list.h listnode.h \
+               player.h sockhelp.h
        $(CC) $(CFLAGS) -c sockhelp.cpp
 
-aClient.o:     aClient.cpp aClient.h player.h extern.h  list.h listnode.h sockhelp.h
+aClient.o:     aClient.cpp aClient.h extern.h  list.h listnode.h \
+               player.h sockhelp.h
        $(CC) $(CFLAGS) -c aClient.cpp
 
-gameserv.o:    gameserv.cpp aClient.h player.h extern.h flags.h list.h\
-               listnode.h sockhelp.h
+gameserv.o:    gameserv.cpp aClient.h extern.h flags.h list.h\
+               listnode.h player.h sockhelp.h
        $(CC) $(CFLAGS) -c gameserv.cpp
 
-c_forest.o:    c_forest.cpp aClient.h player.h extern.h list.h\
-               listnode.h sockhelp.h
+c_forest.o:    c_forest.cpp aClient.h extern.h list.h\
+               listnode.h player.h sockhelp.h
        $(CC) $(CFLAGS) -c c_forest.cpp
 
-player.o:      player.cpp aClient.h player.h extern.h list.h listnode.h sockhelp.h
+player.o:      player.cpp aClient.h extern.h list.h listnode.h player.h sockhelp.h
        $(CC) $(CFLAGS) -c player.cpp
 
 config.o:      config.cpp extern.h
@@ -81,4 +83,3 @@ Makefile: Makefile.in config.status
 
 config.status: configure
        ./config.status --recheck
-