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