makefiles in the build.
-XSLT=../../buildtools/saxon\r
-XJPARSE=../../buildtools/xjparse\r
-\r
-all: profile-eclipse.xsl\r
-\r
-profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl\r
- $(XSLT) $< ../profiling/xsl2profile.xsl $@\r
-\r
-clean:\r
- rm -f profile-eclipse.xsl\r
+include ../../buildtools/Makefile.incl
+all: profile-eclipse.xsl
+
+profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl
+ $(XSLT) $< ../profiling/xsl2profile.xsl $@
+
+clean:
+ $(RM) profile-eclipse.xsl
-XSLT=../../buildtools/saxon
-XJPARSE=../../buildtools/xjparse
-
+include ../../buildtools/Makefile.incl
all: profile-htmlhelp-common.xsl
profile-htmlhelp-common.xsl: htmlhelp-common.xsl ../profiling/xsl2profile.xsl
$(XSLT) $< ../profiling/xsl2profile.xsl $@
clean:
- rm -f profile-htmlhelp-common.xsl
+ $(RM) profile-htmlhelp-common.xsl
-XSLT=../../buildtools/saxon
-XJPARSE=../../buildtools/xjparse
-
+include ../../buildtools/Makefile.incl
all: profile-javahelp.xsl
profile-javahelp.xsl: javahelp.xsl ../profiling/xsl2profile.xsl
$(XSLT) $< ../profiling/xsl2profile.xsl $@
clean:
- rm -f profile-javahelp.xsl
+ $(RM) profile-javahelp.xsl