makefile fin
This commit is contained in:
Binary file not shown.
+7
-4
@@ -9,22 +9,25 @@ JVMFLAGS =
|
|||||||
### REGLES ESSENTIELLES ###
|
### REGLES ESSENTIELLES ###
|
||||||
|
|
||||||
mainProgramme2.class : mainProgramme2.java menuProgramme2.class
|
mainProgramme2.class : mainProgramme2.java menuProgramme2.class
|
||||||
${JC} ${JCFLAGS} main.java
|
${JC} ${JCFLAGS} mainProgramme2.java
|
||||||
|
|
||||||
grille.class : grille.java resolveurGrille.class
|
grille.class : grille.java resolveurGrille.class
|
||||||
${JC} ${JCFLAGS} grille.java
|
${JC} ${JCFLAGS} grille.java
|
||||||
|
|
||||||
menuProgramme2.class : menuProgramme2.java resolveurGrille.class grille.class
|
menuProgramme2.class : menuProgramme2.java resolveurGrille.class grille.class
|
||||||
${JC} ${JCFLAGS} menu.java
|
${JC} ${JCFLAGS} menuProgramme2.java
|
||||||
|
|
||||||
resolveurGrille.class : resolveurGrille.java
|
resolveurGrille.class : resolveurGrille.java
|
||||||
${JC} ${JCFLAGS} resolveurGrille.java
|
${JC} ${JCFLAGS} resolveurGrille.java
|
||||||
|
|
||||||
### REGLES OPTIONNELLES ###
|
### REGLES OPTIONNELLES ###
|
||||||
|
|
||||||
run : mainProgramme2.class
|
run1 : mainProgramme1.class
|
||||||
${JVM} ${JVMFLAGS} mainProgramme2
|
${JVM} ${JVMFLAGS} mainProgramme1
|
||||||
|
|
||||||
|
run2 : mainProgramme2.class
|
||||||
|
${JVM} ${JVMFLAGS} mainProgramme2
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
-rm -f *.class
|
-rm -f *.class
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user