Warning, file /education/kstars/kstars/libtess/src/Makefile was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 all:
0002         python ~/Projects/emscripten/emcc -O1 -s EXPORTED_FUNCTIONS="['_tessellate', '_malloc', '_free']" dict.c mesh.c render.c tess.c geom.c memalloc.c normal.c priorityq.c sweep.c tessmono.c tessellate.c -o tessellate.asm.js
0003         cp tessellate.asm.js ~/Workspaces/Shumway/src/swf/gl/lib/
0004         cp tessellate.js ~/Workspaces/Shumway/src/swf/gl/lib/
0005 
0006         gcc dict.c mesh.c render.c tess.c geom.c memalloc.c normal.c priorityq.c sweep.c tessmono.c tessellate.c main.c -o tessellate