summaryrefslogtreecommitdiff
path: root/src/thrend
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-04 07:14:38 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-04 07:14:38 -0800
commite28c3fb0c3efaee49f10d1aa87e5eb9170cdf17a (patch)
tree87c37522bc6462b73c5f327716e8063f8387ec34 /src/thrend
downloadlibthai-e28c3fb0c3efaee49f10d1aa87e5eb9170cdf17a.tar.gz
libthai-e28c3fb0c3efaee49f10d1aa87e5eb9170cdf17a.tar.bz2
libthai-e28c3fb0c3efaee49f10d1aa87e5eb9170cdf17a.zip
Imported Upstream version 0.1.18upstream/0.1.18upstream
Diffstat (limited to 'src/thrend')
-rw-r--r--src/thrend/Makefile.am8
-rw-r--r--src/thrend/Makefile.in506
-rw-r--r--src/thrend/thrend.c345
3 files changed, 859 insertions, 0 deletions
diff --git a/src/thrend/Makefile.am b/src/thrend/Makefile.am
new file mode 100644
index 0000000..fe2f1e6
--- /dev/null
+++ b/src/thrend/Makefile.am
@@ -0,0 +1,8 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+INCLUDES = -I. -I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libthrend.la
+
+libthrend_la_SOURCES = thrend.c
+
diff --git a/src/thrend/Makefile.in b/src/thrend/Makefile.in
new file mode 100644
index 0000000..1695b31
--- /dev/null
+++ b/src/thrend/Makefile.in
@@ -0,0 +1,506 @@
+# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = src/thrend
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+libthrend_la_LIBADD =
+am_libthrend_la_OBJECTS = thrend.lo
+libthrend_la_OBJECTS = $(am_libthrend_la_OBJECTS)
+DEFAULT_INCLUDES = -I.@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ $(LDFLAGS) -o $@
+SOURCES = $(libthrend_la_SOURCES)
+DIST_SOURCES = $(libthrend_la_SOURCES)
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATRIE_CFLAGS = @DATRIE_CFLAGS@
+DATRIE_LIBS = @DATRIE_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DOXYGEN = @DOXYGEN@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+LT_AGE = @LT_AGE@
+LT_CURRENT = @LT_CURRENT@
+LT_REVISION = @LT_REVISION@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+TRIETOOL = @TRIETOOL@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+htmldocdir = @htmldocdir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+MAINTAINERCLEANFILES = Makefile.in
+INCLUDES = -I. -I$(top_srcdir)/include
+noinst_LTLIBRARIES = libthrend.la
+libthrend_la_SOURCES = thrend.c
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/thrend/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu src/thrend/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+clean-noinstLTLIBRARIES:
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" != "$$p" || dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
+libthrend.la: $(libthrend_la_OBJECTS) $(libthrend_la_DEPENDENCIES) $(EXTRA_libthrend_la_DEPENDENCIES)
+ $(LINK) $(libthrend_la_OBJECTS) $(libthrend_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thrend.Plo@am__quote@
+
+.c.o:
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
+
+.c.obj:
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES)
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ mostlyclean-am
+
+distclean: distclean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ clean-libtool clean-noinstLTLIBRARIES ctags distclean \
+ distclean-compile distclean-generic distclean-libtool \
+ distclean-tags distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am install-man \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+ pdf pdf-am ps ps-am tags uninstall uninstall-am
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/src/thrend/thrend.c b/src/thrend/thrend.c
new file mode 100644
index 0000000..f98cb71
--- /dev/null
+++ b/src/thrend/thrend.c
@@ -0,0 +1,345 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * libthai - Thai Language Support Library
+ * Copyright (C) 2001 Theppitak Karoonboonyanan <thep@linux.thai.net>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/*
+ * thrend.h - Thai string rendering
+ * Created: 2001-08-06
+ * Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
+ */
+
+#include <string.h>
+#include <thai/thrend.h>
+#include <thai/thctype.h>
+#include <thai/tis.h>
+
+
+typedef struct {
+ thglyph_t ShiftDown_TONE_AD[8];
+ thglyph_t ShiftDownLeft_TONE_AD[8];
+ thglyph_t ShiftLeft_TONE_AD[8];
+ thglyph_t ShiftLeft_AV[7];
+ thglyph_t ShiftDown_BV_BD[3];
+ thglyph_t TailCutCons[4];
+} ThaiShapeTable;
+
+#define shiftdown_tone_ad(c,tbl) ((tbl)->ShiftDown_TONE_AD[(c)-TIS_MAITAIKHU])
+#define shiftdownleft_tone_ad(c,tbl) ((tbl)->ShiftDownLeft_TONE_AD[(c)-TIS_MAITAIKHU])
+#define shiftleft_tone_ad(c,tbl) ((tbl)->ShiftLeft_TONE_AD[(c)-TIS_MAITAIKHU])
+#define shiftleft_av(c,tbl) ((tbl)->ShiftLeft_AV[(c)-TIS_MAI_HAN_AKAT])
+#define shiftdown_bv_bd(c,tbl) ((tbl)->ShiftDown_BV_BD[(c)-TIS_SARA_U])
+#define tailcutcons(c,tbl) ((tbl)->TailCutCons[(c)-TIS_YO_YING])
+
+/*
+ * No adjusted vowel/tonemark glyphs (tis620-0)
+ */
+static const ThaiShapeTable tis620_0_shape_table_ = {
+ { 0xE7, 0xE8, 0xE9, 0xEA, 0xEB, 0xEC, 0xED, 0xEE },
+ { 0xE7, 0xE8, 0xE9, 0xEA, 0xEB, 0xEC, 0xED, 0xEE },
+ { 0xE7, 0xE8, 0xE9, 0xEA, 0xEB, 0xEC, 0xED, 0xEE },
+ { 0xD1, 0x00, 0x00, 0xD4, 0xD5, 0xD6, 0xD7 },
+ { 0xD8, 0xD9, 0xDA },
+ { 0xAD, 0x00, 0x00, 0xB0 }
+};
+
+/*
+ * Macintosh
+ */
+static const ThaiShapeTable Mac_shape_table_ = {
+ { 0xE7, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0xED, 0xEE },
+ { 0x93, 0x83, 0x84, 0x85, 0x86, 0x87, 0x8F, 0xEE },
+ { 0x93, 0x98, 0x99, 0x9A, 0x9B, 0x9C, 0x8F, 0xEE },
+ { 0x92, 0x00, 0x00, 0x94, 0x95, 0x96, 0x97 },
+ { 0xFC, 0xFD, 0xFE },
+ { 0x90, 0x00, 0x00, 0x80 }
+};
+
+/*
+ * Microsoft Window
+ */
+static const ThaiShapeTable Win_shape_table_ = {
+ { 0xE7, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F, 0xED, 0xEE },
+ { 0x9A, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x99, 0xEE },
+ { 0x9A, 0x9B, 0x9C, 0x9D, 0x9E, 0x9F, 0x99, 0xEE },
+ { 0x98, 0x00, 0x00, 0x81, 0x82, 0x83, 0x84 },
+ { 0xFC, 0xFD, 0xFE },
+ { 0x90, 0x00, 0x00, 0x80 }
+};
+
+static int
+th_render_cell_ (struct thcell_t cell,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am,
+ const ThaiShapeTable *tbl)
+{
+ size_t left = res_sz;
+
+ /* put base character */
+ if (left > 0) {
+ thchar_t c = cell.base;
+ if (th_isundersplitcons (c) && th_chlevel (cell.hilo) < 0) {
+ c = tailcutcons (c, tbl);
+ }
+ *res++ = c ? c : TH_BLANK_BASE_GLYPH;
+ --left;
+ }
+ /* put hilo character */
+ if (left > 0 && cell.hilo) {
+ thchar_t c = 0;
+ if (cell.hilo != TIS_SARA_AM) {
+ c = cell.hilo;
+ } else if (is_decomp_am) {
+ c = TIS_NIKHAHIT;
+ }
+ if (c) {
+ if (th_isovershootcons(cell.base) && th_chlevel(c) > 0) {
+ c = th_isupvowel(c) ? shiftleft_av (c, tbl)
+ : shiftleft_tone_ad (c, tbl);
+ } else if (th_isundershootcons (cell.base) && th_chlevel (c) < 0) {
+ c = shiftdown_bv_bd (c, tbl);
+ }
+ *res++ = c;
+ --left;
+ }
+ }
+ /* put top character */
+ if (left > 0 && cell.top) {
+ thchar_t c = cell.top;
+ if (th_isupvowel (cell.hilo)
+ || (is_decomp_am && cell.hilo == TIS_SARA_AM))
+ {
+ c = th_isovershootcons (cell.base) ? shiftleft_tone_ad (c, tbl) : c;
+ } else {
+ c = th_isovershootcons (cell.base) ? shiftdownleft_tone_ad (c, tbl)
+ : shiftdown_tone_ad (c, tbl);
+ }
+ *res++ = c;
+ --left;
+ }
+ /* put extra character */
+ if (left > 0 && cell.hilo == TIS_SARA_AM) {
+ *res++ = is_decomp_am ? TIS_SARA_AA : TIS_SARA_AM;
+ --left;
+ }
+
+ /* null terminate */
+ if (left > 0) {
+ *res = 0;
+ }
+
+ return res_sz - left;
+}
+
+/**
+ * @brief Render the given cell using TIS-620 glyph set
+ *
+ * @param cell : the cell to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from TIS-620 glyph set for the given @a cell,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_cell_tis (struct thcell_t cell,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ size_t left = res_sz;
+
+ if (left > 0) {
+ *res++ = cell.base ? cell.base : TH_BLANK_BASE_GLYPH;
+ --left;
+ }
+ if (left > 0 && cell.hilo) {
+ if (cell.hilo != TIS_SARA_AM) {
+ *res++ = cell.hilo;
+ --left;
+ } else if (is_decomp_am) {
+ *res++ = TIS_NIKHAHIT;
+ --left;
+ }
+ }
+ if (left > 0 && cell.top) {
+ *res++ = cell.top;
+ --left;
+ }
+ if (left > 0 && cell.hilo == TIS_SARA_AM) {
+ *res++ = (is_decomp_am) ? TIS_SARA_AA : TIS_SARA_AM;
+ --left;
+ }
+ if (left > 0) {
+ *res = 0;
+ }
+
+ return res_sz - left;
+}
+
+/**
+ * @brief Render the given cell using Thai Windows glyph set
+ *
+ * @param cell : the cell to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from Thai Windows glyph set for the given @a cell,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_cell_win (struct thcell_t cell,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ return th_render_cell_ (cell, res, res_sz, is_decomp_am, &Win_shape_table_);
+}
+
+/**
+ * @brief Render the given cell using Mac Thai glyph set
+ *
+ * @param cell : the cell to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from Mac Thai glyph set for the given @a cell,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_cell_mac (struct thcell_t cell,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ return th_render_cell_ (cell, res, res_sz, is_decomp_am, &Mac_shape_table_);
+}
+
+static int
+th_render_text (const thchar_t *s,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am,
+ int (*cell_rend_fn)(struct thcell_t, thglyph_t[], size_t, int))
+{
+ size_t left = res_sz;
+ int len = strlen ((const char*) s);
+
+ while (left > 0 && len > 0) {
+ struct thcell_t cell;
+ size_t nchars;
+ int nglyphs;
+
+ nchars = th_next_cell (s, len, &cell, is_decomp_am);
+ s += nchars; len -= nchars;
+ nglyphs = (*cell_rend_fn) (cell, res, left, is_decomp_am);
+ res += nglyphs; left -= nglyphs;
+ }
+
+ return res_sz - left;
+}
+
+/**
+ * @brief Render the given text using TIS-620 glyph set
+ *
+ * @param s : the string to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from TIS-620 glyph set for the given string @a s,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_text_tis (const thchar_t *s,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ return th_render_text (s, res, res_sz, is_decomp_am, th_render_cell_tis);
+}
+
+/**
+ * @brief Render the given text using Thai Windows glyph set
+ *
+ * @param s : the string to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from Thai Windows glyph set for the given string @a s,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_text_win (const thchar_t *s,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ return th_render_text (s, res, res_sz, is_decomp_am, th_render_cell_win);
+}
+
+/**
+ * @brief Render the given text using Mac Thai glyph set
+ *
+ * @param s : the string to render
+ * @param res : the buffer for storing output glyph string
+ * @param res_sz : the size of @a res buffer
+ * @param is_decomp_am : whether SARA AM is to be decomposed into
+ * NIKHANIT and SARA AA and to be in separate cells
+ *
+ * @return total number of glyphs written to @a res[]
+ *
+ * Calculates glyphs from Mac Thai glyph set for the given string @a s,
+ * and store the glyph string in @a res, terminated with '\\0'.
+ * If resulting glyphs are longer than the provided buffer, only
+ * the first @a res_sz glyphs are stored.
+ */
+int
+th_render_text_mac (const thchar_t *s,
+ thglyph_t res[], size_t res_sz,
+ int is_decomp_am)
+{
+ return th_render_text (s, res, res_sz, is_decomp_am, th_render_cell_mac);
+}
+
+/*
+vi:ts=4:ai:expandtab
+*/