# Generated automatically from Makefile.in by configure. # MakeFile for QuakeTools test: ../bin/ppmdiff ../bin/qtools testquality dithers = "016" "032" "064" "128" "256" smooths = "001" "002" "004" "008" "016" testquality: test.ppm ../bin/qtools test.ppm -o test-nothing.png for i in $(dithers); do \ ../bin/qtools -dither $$i test.ppm -o test-dither$$i.ppm \ ../bin/ppmdiff test.ppm test-dither$$i.ppm -o test-d$$i.diff \ done for i in $(smoothes); do \ ../bin/qtools -smooth $$i test.ppm -o test-smooth$$i.ppm \ ../bin/ppmdiff test.ppm test-smooth$$i.ppm -o test-s$$i.diff \ done for i in $(dithers); do \ for j in $(smoothes); do \ ../bin/qtools -dither $$i-smooth $$j test.ppm -o test-d$$is$$j.ppm \ ../bin/ppmdiff test.ppm test-d$$is$$j.ppm -o test-d$$is$$j.diff \ done \ done testcoverage: ../bin/qtoolsV ../bin/qbspV ../bin/lightV ../bin/visV # test ppmTOpng if available ../bin/qtoolsV test.ppm -o test-coverage.png # test ppmTOjpg if available # ../bin/qtoolsV test.ppm -o test-coverage.jpg # test mapTObsp conversion # ../bin/qbspV test.map test.bsp >test.rep # ../bin/qtoolsV test.map -o test.bsp # test mapTOiob conversion # ../bin/qtoolsV test.map -o test.iob # test bspTOmap conversion # ../bin/qtoolsV x test.bsp # test bspTOiob conversion # ../bin/qtoolsV x test.bsp -o test.iob # test iobTObsp conversion # ../bin/qtoolsV test.iob -o test.bsp # test iobTOmap conversion # ../bin/qtoolsV test.iob -o test.map # test light # ../bin/lightV -extra test.bsp >>test.rep # ../bin/qtoolsV -extra a test.bsp >>test.rep # test vis # ../bin/visV -level 4 test.bsp >>test.rep # ../bin/qtoolsV -level 4 a test.bsp >>test.rep # test datTOsrc conversion # mkdir test.dir # ../bin/unqcc -src test.dir test.dat # ../bin/qtoolsV x test.dat # test srcTOdat conversion # ../bin/qcc test.dir/progs.src # ../bin/qtoolsV a test.dir/progs.src # test ppmTOwad conversion # ../bin/qtoolsV test.ppm -o test.wad # test wadTO? conversion # ../bin/qtoolsV test.wad -o test.mip test.jpg test.png clean: rm -fR *.png *.jpg *.wad *.dir *.iob test-*.* *.diff *.bsp rm -f Makefile