]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Makefile.in
Removed the configure.in file.
[irc/gameservirc.git] / gameserv / Makefile.in
index 97dd8548d96fd55b57bfcaf61a5be684a5bd6f4f..a266ae67138075f306cc3a691f0d241b1f4bed8c 100644 (file)
@@ -25,12 +25,18 @@ clean:
 
 distclean: clean
        /bin/rm -f Makefile config.h config.status config.cache config.log \
-       options.h gameserv
+       options.h gameserv .config .gstimestamp
 
 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)
 
+configscript: configscript.o
+       $(CC) -o .config 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
        $(CC) $(CFLAGS) -c tcpclient.cpp
@@ -44,7 +50,7 @@ sockhelp.o:   sockhelp.cpp aClient.h player.h extern.h  list.h listnode.h  sockhel
 aClient.o:     aClient.cpp aClient.h player.h extern.h  list.h listnode.h sockhelp.h
        $(CC) $(CFLAGS) -c aClient.cpp
 
-gameserv.o:    gameserv.cpp aClient.h player.h extern.h list.h\
+gameserv.o:    gameserv.cpp aClient.h player.h extern.h flags.h list.h\
                listnode.h sockhelp.h
        $(CC) $(CFLAGS) -c gameserv.cpp