netoyage de fichier
This commit is contained in:
27
Makefile
27
Makefile
@@ -7,16 +7,11 @@ but : game
|
||||
OFILES = taille.o \
|
||||
menu.o \
|
||||
nbjoueur.o \
|
||||
nbjoueur2.o \
|
||||
boutonJVJ.o \
|
||||
jeu.o \
|
||||
comportementJCJ.o \
|
||||
comportementJCIA.o \
|
||||
definirMaxXY.o \
|
||||
initialisation.o \
|
||||
coordoner.o \
|
||||
effacehaut.o \
|
||||
verificationblock.o \
|
||||
main.o
|
||||
|
||||
|
||||
@@ -26,31 +21,21 @@ CFLAGS = -Wall -ansi -pedantic
|
||||
|
||||
# CHAPITRE 3 : DEPENDANCES (REGLES IMPLICITES)
|
||||
|
||||
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h
|
||||
menu.o : taille.h menu.h nbjoueur.h
|
||||
|
||||
taille.o : taille.h jeu.h
|
||||
taille.o : taille.h
|
||||
|
||||
effacehaut.o : effacehaut.h
|
||||
|
||||
coordoner.o : coordoner.h
|
||||
|
||||
verificationblock.o : verificationblock.h
|
||||
coordoner.o : coordoner.h initialisation.h
|
||||
|
||||
initialisation.o : initialisation.h
|
||||
|
||||
nbjoueur.o : nbjoueur.h
|
||||
|
||||
comportementJCJ.o : comportementJCJ.h definirMaxXY.h initialisation.h coordoner.h effacehaut.h verificationblock.h
|
||||
comportementJCJ.o : comportementJCJ.h definirMaxXY.h initialisation.h coordoner.h
|
||||
|
||||
comportementJCIA.o : comportementJCIA.h
|
||||
comportementJCIA.o : comportementJCIA.h definirMaxXY.h initialisation.h coordoner.h
|
||||
|
||||
boutonJVJ.o : boutonJVJ.h
|
||||
|
||||
nbjoueur2.o : nbjoueur2.h
|
||||
|
||||
jeu.o : jeu.h menu.h comportementJCJ.h comportementJCIA.h
|
||||
|
||||
main.o : jeu.h
|
||||
main.o : menu.h comportementJCJ.h comportementJCIA.h
|
||||
|
||||
|
||||
# CHAPITRE 4 : DEPENDANCES AVEC COMMANDES
|
||||
|
||||
Reference in New Issue
Block a user