Index: util/pcblib-map/Makefile =================================================================== --- util/pcblib-map/Makefile (nonexistent) +++ util/pcblib-map/Makefile (revision 399) @@ -0,0 +1,16 @@ +OUT = map.html conn.html parametric.html smd2.html smd3.html smdN.html \ + trh2.html trh3.html trhN.html cache + +all: $(OUT) + +map.html map.png: map.pcb + ./imgmap_page.sh map + +%.html %.png: %.pcb + ./imgmap_fp.sh $* + +cache: + ./cache.sh > cache + +clean: + rm $(OUT)