1PRJ=..$/.. 2 3PRJNAME=oox 4TARGET=export 5AUTOSEG=true 6 7ENABLE_EXCEPTIONS=TRUE 8 9# --- Settings ----------------------------------------------------- 10 11.INCLUDE : settings.mk 12.INCLUDE: $(PRJ)$/util$/makefile.pmk 13 14# --- Files -------------------------------------------------------- 15 16SLOFILES = \ 17 $(SLO)$/drawingml.obj \ 18 $(SLO)$/shapes.obj \ 19 $(SLO)$/vmlexport.obj \ 20 $(SLO)$/vmlexport-shape-types.obj 21 22# --- Targets ------------------------------------------------------- 23 24.INCLUDE : target.mk 25 26$(MISC)$/vmlexport-shape-types.cxx : preset-definitions-to-shape-types.pl presetShapeDefinitions.xml presetTextWarpDefinitions.xml 27 $(PERL) $< > $@.in_progress 2> $(MISC)$/vmlexport-shape-types.log && mv $@.in_progress $@ 28