|
@@ -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 player.o game.o delay.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 game.o delay.o object.o
|
|
NOM_PROJET = Projet Reseau
|
|
NOM_PROJET = Projet Reseau
|
|
|
|
|
|
#
|
|
#
|
|
@@ -103,16 +103,18 @@ arraylist.o: arraylist.c str.h arraylist.h constante.h server.h json.h
|
|
server_tcp.o: server_tcp.c error.h server.h constante.h
|
|
server_tcp.o: server_tcp.c error.h server.h constante.h
|
|
server_udp.o: server_udp.c error.h server.h constante.h
|
|
server_udp.o: server_udp.c error.h server.h constante.h
|
|
bomberstudent_server.o: bomberstudent_server.c arraylist.h constante.h \
|
|
bomberstudent_server.o: bomberstudent_server.c arraylist.h constante.h \
|
|
- server.h json.h str.h bomberstudent_server.h client.h error.h
|
|
|
|
|
|
+ server.h json.h str.h bomberstudent_server.h client.h error.h handler.h \
|
|
|
|
+ game.h player.h
|
|
client.o: client.c client.h constante.h server.h
|
|
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 error.h bomberstudent_server.h constante.h server.h \
|
|
handler.o: handler.c error.h bomberstudent_server.h constante.h server.h \
|
|
- json.h str.h client.h player.h handler.h
|
|
|
|
|
|
+ json.h str.h client.h player.h handler.h game.h
|
|
player.o: player.c player.h constante.h client.h server.h json.h str.h
|
|
player.o: player.c player.h constante.h client.h server.h json.h str.h
|
|
game.o: game.c error.h str.h file.h constante.h game.h player.h client.h \
|
|
game.o: game.c error.h str.h file.h constante.h game.h player.h client.h \
|
|
- server.h json.h
|
|
|
|
|
|
+ server.h json.h bomberstudent_server.h
|
|
delay.o: delay.c error.h delay.h constante.h game.h player.h client.h \
|
|
delay.o: delay.c error.h delay.h constante.h game.h player.h client.h \
|
|
server.h json.h str.h
|
|
server.h json.h str.h
|
|
|
|
+object.o: object.c object.h constante.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 game.h player.h
|
|
str.h client.h main.h handler.h game.h player.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 \
|