Home
last modified time | relevance | path

Searched refs:XML2C (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/events/
H A DMakefile.am51 XML2C = $(srcdir)/../xsl/xml2c.xsl macro
78 $(AUTO_C) : $(XML2C)
84 …top_srcdir)/xml/DOM/Events'" --param annotations "'$(srcdir)/../xml/Events/$*.xml'" $(XML2C) $< >$@
H A DMakefile.in246 XML2C = $(srcdir)/../xsl/xml2c.xsl
524 $(AUTO_C) : $(XML2C)
528 …top_srcdir)/xml/DOM/Events'" --param annotations "'$(srcdir)/../xml/Events/$*.xml'" $(XML2C) $< >$@
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/core/
H A DMakefile.am63 XML2C = $(srcdir)/../xsl/xml2c.xsl macro
76 $(AUTO_C) : $(XML2C)
82 …"'$(top_srcdir)/xml/DOM/Core'" --param annotations "'$(srcdir)/../xml/Core/$*.xml'" $(XML2C) $< >$@
H A DMakefile.in269 XML2C = $(srcdir)/../xsl/xml2c.xsl
556 $(AUTO_C) : $(XML2C)
560 …"'$(top_srcdir)/xml/DOM/Core'" --param annotations "'$(srcdir)/../xml/Core/$*.xml'" $(XML2C) $< >$@
/dports/graphics/cptutils/cptutils-1.74/
H A Dconfigure.ac40 AC_PATH_PROG(XML2C, xml2-config, no)
41 if test "$XML2C" = no
45 CFLAGS="$CFLAGS `$XML2C --cflags`"
46 LIBS="$LIBS `$XML2C --libs`"
H A Dconfigure3552 case $XML2C in
3554 ac_cv_path_XML2C="$XML2C" # Let the user override the test with a path.
3576 XML2C=$ac_cv_path_XML2C
3577 if test -n "$XML2C"; then
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XML2C" >&5
3579 $as_echo "$XML2C" >&6; }
3586 if test "$XML2C" = no
3590 CFLAGS="$CFLAGS `$XML2C --cflags`"
3591 LIBS="$LIBS `$XML2C --libs`"
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dtheme.cc783 char *buf = XML2C (xmlGetProp (node, (xmlChar*) "name")); in Load()
809 buf = XML2C (xmlGetProp (node, (xmlChar*) "font-family")); in Load()
816 buf = XML2C (xmlGetProp (node, (xmlChar*) "font-style")); in Load()
826 buf = XML2C (xmlGetProp (node, (xmlChar*) "font-weight")); in Load()
856 buf = XML2C (xmlGetProp (node, (xmlChar*) "font-variant")); in Load()
864 buf = XML2C (xmlGetProp (node, (xmlChar*) "font-stretch")); in Load()
887 buf = XML2C (xmlGetProp (node, (xmlChar*) "text-font-family")); in Load()
894 buf = XML2C (xmlGetProp (node, (xmlChar*) "text-font-style")); in Load()
904 buf = XML2C (xmlGetProp (node, (xmlChar*) "text-font-weight")); in Load()
934 buf = XML2C (xmlGetProp (node, (xmlChar*) "text-font-variant")); in Load()
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/
H A DCommon.mk.in27 XML2C = @XML2C@
/dports/graphics/cptutils/cptutils-1.74/src/pssvg/
H A DMakefile24 ifneq (no, $(XML2C))
/dports/graphics/cptutils/cptutils-1.74/src/svgx/
H A DMakefile24 ifneq (no,$(XML2C))
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Dmacros.h292 #define XML2C(x) reinterpret_cast <char *> (x)
/dports/math/gnumeric/gnumeric-1.12.50/plugins/html/
H A Dhtml_read.c55 #define XML2C(s) ((char *)(s)) macro