|
@@ -3,7 +3,7 @@
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
EXEC = main test
|
|
EXEC = main test
|
|
|
-OBJETS = str.o json_parser.o json_encoder.o json_array.o error.o arraylist.o server_tcp.o server_udp.o bomberstudent_server.o client.o file.o handler.o
|
|
|
|
|
|
|
+OBJETS = str.o json_parser.o json_encoder.o json_array.o error.o arraylist.o server_tcp.o server_udp.o bomberstudent_server.o client.o file.o handler.o player.o
|
|
|
NOM_PROJET = Projet Reseau
|
|
NOM_PROJET = Projet Reseau
|
|
|
|
|
|
|
|
#
|
|
#
|
|
@@ -108,6 +108,7 @@ client.o: client.c client.h constante.h server.h
|
|
|
file.o: file.c error.h str.h file.h constante.h
|
|
file.o: file.c error.h str.h file.h constante.h
|
|
|
handler.o: handler.c bomberstudent_server.h constante.h server.h json.h \
|
|
handler.o: handler.c bomberstudent_server.h constante.h server.h json.h \
|
|
|
str.h client.h handler.h
|
|
str.h client.h handler.h
|
|
|
|
|
+player.o: player.c player.h constante.h client.h server.h
|
|
|
main.o: main.c error.h bomberstudent_server.h constante.h server.h json.h \
|
|
main.o: main.c error.h bomberstudent_server.h constante.h server.h json.h \
|
|
|
str.h client.h main.h handler.h
|
|
str.h client.h main.h handler.h
|
|
|
test.o: test.c json.h str.h constante.h arraylist.h server.h error.h \
|
|
test.o: test.c json.h str.h constante.h arraylist.h server.h error.h \
|