all: testo output Makefile: ../../../../util/new/make_Makefile.py . > Makefile clean: rm -rf input output result input0.txt output0.txt rm -rf testo/testo.html testo/testo.pdf testo/testo.tex testo/testo.aux testo/testo.log gen/gen gen/generatore sol/sol-gio sol/sol_ste_lenta_2 sol/sol_scema sol/sol_ste_lenta_3 sol/sol_matteo sol/soluzione sol/sol_senzazeri sol/sol_ste_lenta sol/sol_bruta gen/gen: gen/gen.cpp g++ -O2 -Wall -pedantic -static -o gen/gen gen/gen.cpp gen/generatore: gen/generatore.cpp g++ -O2 -Wall -pedantic -static -o gen/generatore gen/generatore.cpp sol/sol-gio: sol/sol-gio.cpp g++ -O2 -Wall -pedantic -static -o sol/sol-gio sol/sol-gio.cpp sol/sol_ste_lenta_2: sol/sol_ste_lenta_2.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_ste_lenta_2 sol/sol_ste_lenta_2.cpp sol/sol_scema: sol/sol_scema.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_scema sol/sol_scema.cpp sol/sol_ste_lenta_3: sol/sol_ste_lenta_3.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_ste_lenta_3 sol/sol_ste_lenta_3.cpp sol/sol_matteo: sol/sol_matteo.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_matteo sol/sol_matteo.cpp sol/soluzione: sol/soluzione.cpp g++ -O2 -Wall -pedantic -static -o sol/soluzione sol/soluzione.cpp sol/sol_senzazeri: sol/sol_senzazeri.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_senzazeri sol/sol_senzazeri.cpp sol/sol_ste_lenta: sol/sol_ste_lenta.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_ste_lenta sol/sol_ste_lenta.cpp sol/sol_bruta: sol/sol_bruta.cpp g++ -O2 -Wall -pedantic -static -o sol/sol_bruta sol/sol_bruta.cpp testo: testo/testo.html testo/testo.pdf testo/testo.html: testo/testo.xml xsltproc ../../../../util/new/xslt/problem_layout.xslt testo/testo.xml > testo/testo.html testo/testo.pdf: testo/testo.xml xsltproc ../../../../util/new/xslt/problem_layout_tex.xslt testo/testo.xml > testo/testo.tex TEXINPUTS=${TEXINPUTS}:.:testo:testo/file: pdflatex -output-directory testo -interaction batchmode testo.tex input: input0.txt gen/generatore gen/GEN rm -rf input mkdir -p input ../../../../util/new/genera_input.py gen/generatore gen/GEN ../../../../util/new/valida_input.py gen/valida.py gen/GEN touch input output: output0.txt input sol/soluzione gen/GEN rm -rf output mkdir -p output ../../../../util/new/genera_output.py sol/soluzione gen/GEN touch output output0.txt: testo/testo.xml xsltproc ../../../../util/new/xslt/estrai_output.xslt testo/testo.xml | grep -vE '^\s*$$' > output0.txt input0.txt: testo/testo.xml xsltproc ../../../../util/new/xslt/estrai_input.xslt testo/testo.xml | grep -vE '^\s*$$' > input0.txt test_sol.py: ../../../../util/new/driver/driver input output sol/sol.py ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol.py 1 test_sol-gio: ../../../../util/new/driver/driver input output sol/sol-gio ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol-gio 1 test_sol_ste_lenta_2: ../../../../util/new/driver/driver input output sol/sol_ste_lenta_2 ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_ste_lenta_2 1 test_sol_scema: ../../../../util/new/driver/driver input output sol/sol_scema ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_scema 1 test_sol_ste_lenta_3: ../../../../util/new/driver/driver input output sol/sol_ste_lenta_3 ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_ste_lenta_3 1 test_sol_matteo: ../../../../util/new/driver/driver input output sol/sol_matteo ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_matteo 1 test_soluzione: ../../../../util/new/driver/driver input output sol/soluzione ../../../../util/new/test.py ../../../../util/new/driver/driver sol/soluzione 1 test_sol_senzazeri: ../../../../util/new/driver/driver input output sol/sol_senzazeri ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_senzazeri 1 test_sol_ste_lenta: ../../../../util/new/driver/driver input output sol/sol_ste_lenta ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_ste_lenta 1 test_sol_bruta: ../../../../util/new/driver/driver input output sol/sol_bruta ../../../../util/new/test.py ../../../../util/new/driver/driver sol/sol_bruta 1 test: ../../../../util/new/driver/driver input output sol/sol.py sol/sol-gio sol/sol_ste_lenta_2 sol/sol_scema sol/sol_ste_lenta_3 sol/sol_matteo sol/soluzione sol/sol_senzazeri sol/sol_ste_lenta sol/sol_bruta ../../../../util/new/test_all.py ../../../../util/new/driver/driver "sol/sol.py sol/sol-gio sol/sol_ste_lenta_2 sol/sol_scema sol/sol_ste_lenta_3 sol/sol_matteo sol/soluzione sol/sol_senzazeri sol/sol_ste_lenta sol/sol_bruta" 1 .PHONY: all clean test_sol.py test_sol-gio test_sol_ste_lenta_2 test_sol_scema test_sol_ste_lenta_3 test_sol_matteo test_soluzione test_sol_senzazeri test_sol_ste_lenta test_sol_bruta test