Changeset 97

Show
Ignore:
Timestamp:
03/21/08 22:44:43 (10 months ago)
Author:
gordonjcp
Message:

Added Sean Bolton's patches to sort out anti-aliasing

Files:
  • nekostring/trunk/configure.ac (modified) (1 diff)
  • nekostring/trunk/gui/Makefile (modified) (35 diffs)
  • nekostring/trunk/src/Makefile (modified) (25 diffs)
  • nekostring/trunk/src/minblep_tables.c (modified) (4 diffs)
  • nekostring/trunk/src/neko-dssi.c (modified) (2 diffs)
  • nekostring/trunk/src/neko_voice.c (modified) (2 diffs)
  • nekostring/trunk/src/neko_voice.h (modified) (5 diffs)
  • nekostring/trunk/src/neko_voice_render.c (modified) (11 diffs)

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nekostring/trunk/configure.ac

    r9 r97  
    3131AC_SUBST(PACKAGE_LIBS) 
    3232 
    33 AC_ARG_WITH(gtk2, AC_HELP_STRING([--with-gtk2], [use GTK+ 2.0 default=yes]), 
    34             [ if test $withval = "yes"; then try_gtk2=yes ; 
    35               else try_gtk2=no ; fi ], try_gtk2=yes) 
     33dnl Check for GTK+ 
    3634with_gtk=no 
    37 if test "x${try_gtk2}" = 'xyes'; then 
    38     AM_PATH_GTK_2_0(2.0.0, with_gtk='yes (version 2.0)', with_gtk=no) 
    39 fi 
    40 if test "x${with_gtk}" = 'xno'; then 
    41 AC_MSG_WARN("for some reason autoconf needs this") 
    42 #    AM_PATH_GTK(1.2.0, with_gtk='yes (version 1.2)', AC_MSG_WARN([GUI will not be built because no version of GTK+ was found])) 
    43 fi 
     35AM_PATH_GTK_2_0(2.0.0, with_gtk='yes', AC_MSG_WARN([GUI will not be built; GTK+ 2.4 or later needed])) 
    4436AM_CONDITIONAL(BUILD_GUI, test "x${with_gtk}" != 'xno') 
    45 echo "GTK support: $with_gtk" 
    46  
    4737 
    4838# FIXME: Replace `main' with a function in `-llo': 
  • nekostring/trunk/gui/Makefile

    r74 r97  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.9.6 from Makefile.am. 
    22# gui/Makefile.  Generated from Makefile.in by configure. 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    1515 
    1616 
     17srcdir = . 
     18top_srcdir = .. 
    1719 
    1820pkgdatadir = $(datadir)/nekostring 
    1921pkglibdir = $(libdir)/nekostring 
    2022pkgincludedir = $(includedir)/nekostring 
     23top_builddir = .. 
    2124am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 
     25INSTALL = /usr/bin/install -c 
    2226install_sh_DATA = $(install_sh) -c -m 644 
    2327install_sh_PROGRAM = $(install_sh) -c 
     
    5357nekostring_gtk_OBJECTS = $(am_nekostring_gtk_OBJECTS) 
    5458nekostring_gtk_DEPENDENCIES = 
    55 nekostring_gtk_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 
    56         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nekostring_gtk_CFLAGS) \ 
    57         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 
    58 DEFAULT_INCLUDES = -I. -I$(top_builddir) 
     59DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
    5960depcomp = $(SHELL) $(top_srcdir)/depcomp 
    6061am__depfiles_maybe = depfiles 
    6162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 
    6263        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
    63 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
    64         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 
    65         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
     64LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 
     65        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 
     66        $(AM_CFLAGS) $(CFLAGS) 
    6667CCLD = $(CC) 
    67 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
    68         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 
    69         $(LDFLAGS) -o $@ 
     68LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 
     69        $(AM_LDFLAGS) $(LDFLAGS) -o $@ 
    7070SOURCES = $(nekostring_gtk_SOURCES) 
    7171DIST_SOURCES = $(nekostring_gtk_SOURCES) 
     
    7373CTAGS = ctags 
    7474DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 
    75 ACLOCAL = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run aclocal-1.10 
    76 AMTAR = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run tar 
     75ACLOCAL = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run aclocal-1.9 
     76AMDEP_FALSE = # 
     77AMDEP_TRUE =  
     78AMTAR = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run tar 
    7779AR = ar 
    78 AUTOCONF = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run autoconf 
    79 AUTOHEADER = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run autoheader 
    80 AUTOMAKE = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run automake-1.10 
    81 AWK = mawk 
     80AUTOCONF = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run autoconf 
     81AUTOHEADER = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run autoheader 
     82AUTOMAKE = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run automake-1.9 
     83AWK = gawk 
     84BUILD_GUI_FALSE = # 
     85BUILD_GUI_TRUE =  
    8286CC = gcc 
    8387CCDEPMODE = depmode=gcc3 
    84 CFLAGS =  
     88CFLAGS = -g -O2 
    8589CPP = gcc -E 
    8690CPPFLAGS =  
     
    9296DEFS = -DHAVE_CONFIG_H 
    9397DEPDIR = .deps 
     98DSYMUTIL =  
    9499ECHO = echo 
    95100ECHO_C =  
     
    101106FFLAGS =  
    102107GREP = /bin/grep 
    103 GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   
    104 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    105 INSTALL = /usr/bin/install -c 
     108GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   
     109GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    106110INSTALL_DATA = ${INSTALL} -m 644 
    107111INSTALL_PROGRAM = ${INSTALL} 
    108112INSTALL_SCRIPT = ${INSTALL} 
    109 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 
     113INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 
    110114LDFLAGS =  
    111115LIBOBJS =  
     
    114118LN_S = ln -s 
    115119LTLIBOBJS =  
    116 MAKEINFO = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run makeinfo 
    117 MKDIR_P = /bin/mkdir -p 
     120MAKEINFO = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run makeinfo 
     121NMEDIT =  
    118122OBJEXT = o 
    119123PACKAGE = nekostring 
    120124PACKAGE_BUGREPORT =  
    121 PACKAGE_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
    122 PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
     125PACKAGE_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  
     126PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    123127PACKAGE_NAME =  
    124128PACKAGE_STRING =  
     
    128132PKG_CONFIG = /usr/bin/pkg-config 
    129133RANLIB = ranlib 
     134SED = /bin/sed 
    130135SET_MAKE =  
    131136SHELL = /bin/bash 
    132137STRIP = strip 
    133138VERSION = 0.1.1 
    134 abs_builddir = /home/gordonjcp/devel/nekostring/gui 
    135 abs_srcdir = /home/gordonjcp/devel/nekostring/gui 
    136 abs_top_builddir = /home/gordonjcp/devel/nekostring 
    137 abs_top_srcdir = /home/gordonjcp/devel/nekostring 
    138139ac_ct_CC = gcc 
    139140ac_ct_CXX = g++ 
    140141ac_ct_F77 =  
     142am__fastdepCC_FALSE = # 
     143am__fastdepCC_TRUE =  
     144am__fastdepCXX_FALSE = # 
     145am__fastdepCXX_TRUE =  
    141146am__include = include 
    142147am__leading_dot = . 
     
    150155build_os = linux-gnu 
    151156build_vendor = pc 
    152 builddir = . 
    153157datadir = ${datarootdir} 
    154158datarootdir = ${prefix}/share 
     
    164168includedir = ${prefix}/include 
    165169infodir = ${datarootdir}/info 
    166 install_sh = $(SHELL) /home/gordonjcp/devel/nekostring/install-sh 
     170install_sh = /home/gordonjcp/devel/nekostring-new/install-sh 
    167171libdir = ${exec_prefix}/lib 
    168172libexecdir = ${exec_prefix}/libexec 
     
    170174localstatedir = ${prefix}/var 
    171175mandir = ${datarootdir}/man 
    172 mkdir_p = /bin/mkdir -p 
     176mkdir_p = mkdir -p -- 
    173177oldincludedir = /usr/include 
    174178pdfdir = ${docdir} 
     
    178182sbindir = ${exec_prefix}/sbin 
    179183sharedstatedir = ${prefix}/com 
    180 srcdir = . 
    181184sysconfdir = ${prefix}/etc 
    182185target_alias =  
    183 top_builddir = .. 
    184 top_srcdir = .. 
    185186INCLUDES = \ 
    186187        -DPACKAGE_DATA_DIR=\""$(datadir)"\"  
    187188 
    188 #       -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
    189 nekostring_gtk_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   $(AM_CFLAGS) 
     189#       -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  
     190nekostring_gtk_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   $(AM_CFLAGS) 
    190191nekostring_gtk_SOURCES = \ 
    191192        main.c \ 
     
    196197        widgets.h 
    197198 
    198 nekostring_gtk_LDADD = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lm -llo -lpthread 
     199nekostring_gtk_LDADD = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lm -llo -lpthread 
    199200_SOURCES = osc.c 
    200201all: all-am 
     
    233234install-binPROGRAMS: $(bin_PROGRAMS) 
    234235        @$(NORMAL_INSTALL) 
    235         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 
     236        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 
    236237        @list='$(bin_PROGRAMS)'; for p in $$list; do \ 
    237238          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 
     
    261262nekostring_gtk$(EXEEXT): $(nekostring_gtk_OBJECTS) $(nekostring_gtk_DEPENDENCIES)  
    262263        @rm -f nekostring_gtk$(EXEEXT) 
    263         $(nekostring_gtk_LINK) $(nekostring_gtk_OBJECTS) $(nekostring_gtk_LDADD) $(LIBS) 
     264        $(LINK) $(nekostring_gtk_LDFLAGS) $(nekostring_gtk_OBJECTS) $(nekostring_gtk_LDADD) $(LIBS) 
    264265 
    265266mostlyclean-compile: 
     
    276277 
    277278.c.o: 
    278         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    279         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     279        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 
     280        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    280281#       source='$<' object='$@' libtool=no \ 
    281282#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    283284 
    284285.c.obj: 
    285         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 
    286         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     286        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 
     287        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    287288#       source='$<' object='$@' libtool=no \ 
    288289#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    290291 
    291292.c.lo: 
    292         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    293         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 
     293        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 
     294        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    294295#       source='$<' object='$@' libtool=yes \ 
    295296#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    297298 
    298299nekostring_gtk-main.o: main.c 
    299         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-main.o -MD -MP -MF $(DEPDIR)/nekostring_gtk-main.Tpo -c -o nekostring_gtk-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c 
    300         mv -f $(DEPDIR)/nekostring_gtk-main.Tpo $(DEPDIR)/nekostring_gtk-main.Po 
     300        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-main.o -MD -MP -MF "$(DEPDIR)/nekostring_gtk-main.Tpo" -c -o nekostring_gtk-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \ 
     301        then mv -f "$(DEPDIR)/nekostring_gtk-main.Tpo" "$(DEPDIR)/nekostring_gtk-main.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-main.Tpo"; exit 1; fi 
    301302#       source='main.c' object='nekostring_gtk-main.o' libtool=no \ 
    302303#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    304305 
    305306nekostring_gtk-main.obj: main.c 
    306         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-main.obj -MD -MP -MF $(DEPDIR)/nekostring_gtk-main.Tpo -c -o nekostring_gtk-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` 
    307         mv -f $(DEPDIR)/nekostring_gtk-main.Tpo $(DEPDIR)/nekostring_gtk-main.Po 
     307        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-main.obj -MD -MP -MF "$(DEPDIR)/nekostring_gtk-main.Tpo" -c -o nekostring_gtk-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \ 
     308        then mv -f "$(DEPDIR)/nekostring_gtk-main.Tpo" "$(DEPDIR)/nekostring_gtk-main.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-main.Tpo"; exit 1; fi 
    308309#       source='main.c' object='nekostring_gtk-main.obj' libtool=no \ 
    309310#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    311312 
    312313nekostring_gtk-support.o: support.c 
    313         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-support.o -MD -MP -MF $(DEPDIR)/nekostring_gtk-support.Tpo -c -o nekostring_gtk-support.o `test -f 'support.c' || echo '$(srcdir)/'`support.c 
    314         mv -f $(DEPDIR)/nekostring_gtk-support.Tpo $(DEPDIR)/nekostring_gtk-support.Po 
     314        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-support.o -MD -MP -MF "$(DEPDIR)/nekostring_gtk-support.Tpo" -c -o nekostring_gtk-support.o `test -f 'support.c' || echo '$(srcdir)/'`support.c; \ 
     315        then mv -f "$(DEPDIR)/nekostring_gtk-support.Tpo" "$(DEPDIR)/nekostring_gtk-support.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-support.Tpo"; exit 1; fi 
    315316#       source='support.c' object='nekostring_gtk-support.o' libtool=no \ 
    316317#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    318319 
    319320nekostring_gtk-support.obj: support.c 
    320         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-support.obj -MD -MP -MF $(DEPDIR)/nekostring_gtk-support.Tpo -c -o nekostring_gtk-support.obj `if test -f 'support.c'; then $(CYGPATH_W) 'support.c'; else $(CYGPATH_W) '$(srcdir)/support.c'; fi` 
    321         mv -f $(DEPDIR)/nekostring_gtk-support.Tpo $(DEPDIR)/nekostring_gtk-support.Po 
     321        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-support.obj -MD -MP -MF "$(DEPDIR)/nekostring_gtk-support.Tpo" -c -o nekostring_gtk-support.obj `if test -f 'support.c'; then $(CYGPATH_W) 'support.c'; else $(CYGPATH_W) '$(srcdir)/support.c'; fi`; \ 
     322        then mv -f "$(DEPDIR)/nekostring_gtk-support.Tpo" "$(DEPDIR)/nekostring_gtk-support.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-support.Tpo"; exit 1; fi 
    322323#       source='support.c' object='nekostring_gtk-support.obj' libtool=no \ 
    323324#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    325326 
    326327nekostring_gtk-interface.o: interface.c 
    327         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-interface.o -MD -MP -MF $(DEPDIR)/nekostring_gtk-interface.Tpo -c -o nekostring_gtk-interface.o `test -f 'interface.c' || echo '$(srcdir)/'`interface.c 
    328         mv -f $(DEPDIR)/nekostring_gtk-interface.Tpo $(DEPDIR)/nekostring_gtk-interface.Po 
     328        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-interface.o -MD -MP -MF "$(DEPDIR)/nekostring_gtk-interface.Tpo" -c -o nekostring_gtk-interface.o `test -f 'interface.c' || echo '$(srcdir)/'`interface.c; \ 
     329        then mv -f "$(DEPDIR)/nekostring_gtk-interface.Tpo" "$(DEPDIR)/nekostring_gtk-interface.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-interface.Tpo"; exit 1; fi 
    329330#       source='interface.c' object='nekostring_gtk-interface.o' libtool=no \ 
    330331#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    332333 
    333334nekostring_gtk-interface.obj: interface.c 
    334         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-interface.obj -MD -MP -MF $(DEPDIR)/nekostring_gtk-interface.Tpo -c -o nekostring_gtk-interface.obj `if test -f 'interface.c'; then $(CYGPATH_W) 'interface.c'; else $(CYGPATH_W) '$(srcdir)/interface.c'; fi` 
    335         mv -f $(DEPDIR)/nekostring_gtk-interface.Tpo $(DEPDIR)/nekostring_gtk-interface.Po 
     335        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-interface.obj -MD -MP -MF "$(DEPDIR)/nekostring_gtk-interface.Tpo" -c -o nekostring_gtk-interface.obj `if test -f 'interface.c'; then $(CYGPATH_W) 'interface.c'; else $(CYGPATH_W) '$(srcdir)/interface.c'; fi`; \ 
     336        then mv -f "$(DEPDIR)/nekostring_gtk-interface.Tpo" "$(DEPDIR)/nekostring_gtk-interface.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-interface.Tpo"; exit 1; fi 
    336337#       source='interface.c' object='nekostring_gtk-interface.obj' libtool=no \ 
    337338#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    339340 
    340341nekostring_gtk-callbacks.o: callbacks.c 
    341         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-callbacks.o -MD -MP -MF $(DEPDIR)/nekostring_gtk-callbacks.Tpo -c -o nekostring_gtk-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c 
    342         mv -f $(DEPDIR)/nekostring_gtk-callbacks.Tpo $(DEPDIR)/nekostring_gtk-callbacks.Po 
     342        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-callbacks.o -MD -MP -MF "$(DEPDIR)/nekostring_gtk-callbacks.Tpo" -c -o nekostring_gtk-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c; \ 
     343        then mv -f "$(DEPDIR)/nekostring_gtk-callbacks.Tpo" "$(DEPDIR)/nekostring_gtk-callbacks.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-callbacks.Tpo"; exit 1; fi 
    343344#       source='callbacks.c' object='nekostring_gtk-callbacks.o' libtool=no \ 
    344345#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    346347 
    347348nekostring_gtk-callbacks.obj: callbacks.c 
    348         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-callbacks.obj -MD -MP -MF $(DEPDIR)/nekostring_gtk-callbacks.Tpo -c -o nekostring_gtk-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi` 
    349         mv -f $(DEPDIR)/nekostring_gtk-callbacks.Tpo $(DEPDIR)/nekostring_gtk-callbacks.Po 
     349        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-callbacks.obj -MD -MP -MF "$(DEPDIR)/nekostring_gtk-callbacks.Tpo" -c -o nekostring_gtk-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi`; \ 
     350        then mv -f "$(DEPDIR)/nekostring_gtk-callbacks.Tpo" "$(DEPDIR)/nekostring_gtk-callbacks.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-callbacks.Tpo"; exit 1; fi 
    350351#       source='callbacks.c' object='nekostring_gtk-callbacks.obj' libtool=no \ 
    351352#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    353354 
    354355nekostring_gtk-neko_ports.o: neko_ports.c 
    355         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-neko_ports.o -MD -MP -MF $(DEPDIR)/nekostring_gtk-neko_ports.Tpo -c -o nekostring_gtk-neko_ports.o `test -f 'neko_ports.c' || echo '$(srcdir)/'`neko_ports.c 
    356         mv -f $(DEPDIR)/nekostring_gtk-neko_ports.Tpo $(DEPDIR)/nekostring_gtk-neko_ports.Po 
     356        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-neko_ports.o -MD -MP -MF "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo" -c -o nekostring_gtk-neko_ports.o `test -f 'neko_ports.c' || echo '$(srcdir)/'`neko_ports.c; \ 
     357        then mv -f "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo" "$(DEPDIR)/nekostring_gtk-neko_ports.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo"; exit 1; fi 
    357358#       source='neko_ports.c' object='nekostring_gtk-neko_ports.o' libtool=no \ 
    358359#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    360361 
    361362nekostring_gtk-neko_ports.obj: neko_ports.c 
    362         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-neko_ports.obj -MD -MP -MF $(DEPDIR)/nekostring_gtk-neko_ports.Tpo -c -o nekostring_gtk-neko_ports.obj `if test -f 'neko_ports.c'; then $(CYGPATH_W) 'neko_ports.c'; else $(CYGPATH_W) '$(srcdir)/neko_ports.c'; fi` 
    363         mv -f $(DEPDIR)/nekostring_gtk-neko_ports.Tpo $(DEPDIR)/nekostring_gtk-neko_ports.Po 
     363        if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nekostring_gtk_CFLAGS) $(CFLAGS) -MT nekostring_gtk-neko_ports.obj -MD -MP -MF "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo" -c -o nekostring_gtk-neko_ports.obj `if test -f 'neko_ports.c'; then $(CYGPATH_W) 'neko_ports.c'; else $(CYGPATH_W) '$(srcdir)/neko_ports.c'; fi`; \ 
     364        then mv -f "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo" "$(DEPDIR)/nekostring_gtk-neko_ports.Po"; else rm -f "$(DEPDIR)/nekostring_gtk-neko_ports.Tpo"; exit 1; fi 
    364365#       source='neko_ports.c' object='nekostring_gtk-neko_ports.obj' libtool=no \ 
    365366#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    371372clean-libtool: 
    372373        -rm -rf .libs _libs 
     374 
     375distclean-libtool: 
     376        -rm -f libtool 
     377uninstall-info-am: 
    373378 
    374379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 
     
    421426 
    422427distdir: $(DISTFILES) 
    423         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
    424         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
    425         list='$(DISTFILES)'; \ 
    426           dist_files=`for file in $$list; do echo $$file; done | \ 
    427           sed -e "s|^$$srcdirstrip/||;t" \ 
    428               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 
    429         case $$dist_files in \ 
    430           */*) $(MKDIR_P) `echo "$$dist_files" | \ 
    431                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 
    432                            sort -u` ;; \ 
    433         esac; \ 
    434         for file in $$dist_files; do \ 
     428        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 
     429        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 
     430        list='$(DISTFILES)'; for file in $$list; do \ 
     431          case $$file in \ 
     432            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 
     433            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 
     434          esac; \ 
    435435          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 
     436          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 
     437          if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 
     438            dir="/$$dir"; \ 
     439            $(mkdir_p) "$(distdir)$$dir"; \ 
     440          else \ 
     441            dir=''; \ 
     442          fi; \ 
    436443          if test -d $$d/$$file; then \ 
    437             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    438444            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 
    439445              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 
     
    451457installdirs: 
    452458        for dir in "$(DESTDIR)$(bindir)"; do \ 
    453           test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 
     459          test -z "$$dir" || $(mkdir_p) "$$dir"; \ 
    454460        done 
    455461install: install-am 
     
    485491        -rm -f Makefile 
    486492distclean-am: clean-am distclean-compile distclean-generic \ 
    487         distclean-tags 
     493        distclean-libtool distclean-tags 
    488494 
    489495dvi: dvi-am 
     
    499505install-data-am: 
    500506 
    501 install-dvi: install-dvi-am 
    502  
    503507install-exec-am: install-binPROGRAMS 
    504508 
    505 install-html: install-html-am 
    506  
    507509install-info: install-info-am 
    508510 
    509511install-man: 
    510  
    511 install-pdf: install-pdf-am 
    512  
    513 install-ps: install-ps-am 
    514512 
    515513installcheck-am: 
     
    533531ps-am: 
    534532 
    535 uninstall-am: uninstall-binPROGRAMS 
    536  
    537 .MAKE: install-am install-strip 
     533uninstall-am: uninstall-binPROGRAMS uninstall-info-am 
    538534 
    539535.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 
     
    541537        distclean-generic distclean-libtool distclean-tags distdir dvi \ 
    542538        dvi-am html html-am info info-am install install-am \ 
    543         install-binPROGRAMS install-data install-data-am install-dvi \ 
    544         install-dvi-am install-exec install-exec-am install-html \ 
    545         install-html-am install-info install-info-am install-man \ 
    546         install-pdf install-pdf-am install-ps install-ps-am \ 
     539        install-binPROGRAMS install-data install-data-am install-exec \ 
     540        install-exec-am install-info install-info-am install-man \ 
    547541        install-strip installcheck installcheck-am installdirs \ 
    548542        maintainer-clean maintainer-clean-generic mostlyclean \ 
    549543        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 
    550544        pdf pdf-am ps ps-am tags uninstall uninstall-am \ 
    551         uninstall-binPROGRAMS 
     545        uninstall-binPROGRAMS uninstall-info-am 
    552546 
    553547# Tell versions [3.59,3.63) of GNU make to not export all variables. 
  • nekostring/trunk/src/Makefile

    r74 r97  
    1 # Makefile.in generated by automake 1.10 from Makefile.am. 
     1# Makefile.in generated by automake 1.9.6 from Makefile.am. 
    22# src/Makefile.  Generated from Makefile.in by configure. 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    1515 
    1616 
     17srcdir = . 
     18top_srcdir = .. 
    1719 
    1820pkgdatadir = $(datadir)/nekostring 
    1921pkglibdir = $(libdir)/nekostring 
    2022pkgincludedir = $(includedir)/nekostring 
     23top_builddir = .. 
    2124am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 
     25INSTALL = /usr/bin/install -c 
    2226install_sh_DATA = $(install_sh) -c -m 644 
    2327install_sh_PROGRAM = $(install_sh) -c 
     
    5660        neko_voice.lo neko_ensemble.lo neko_voice_render.lo 
    5761nekostring_la_OBJECTS = $(am_nekostring_la_OBJECTS) 
    58 nekostring_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 
    59         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 
    60         $(nekostring_la_LDFLAGS) $(LDFLAGS) -o $@ 
    61 DEFAULT_INCLUDES = -I. -I$(top_builddir) 
     62DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 
    6263depcomp = $(SHELL) $(top_srcdir)/depcomp 
    6364am__depfiles_maybe = depfiles 
    6465COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 
    6566        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
    66 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
    67         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 
    68         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
     67LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 
     68        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 
     69        $(AM_CFLAGS) $(CFLAGS) 
    6970CCLD = $(CC) 
    70 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
    71         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 
    72         $(LDFLAGS) -o $@ 
     71LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 
     72        $(AM_LDFLAGS) $(LDFLAGS) -o $@ 
    7373SOURCES = $(nekostring_la_SOURCES) 
    7474DIST_SOURCES = $(nekostring_la_SOURCES) 
     
    7676CTAGS = ctags 
    7777DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 
    78 ACLOCAL = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run aclocal-1.10 
    79 AMTAR = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run tar 
     78ACLOCAL = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run aclocal-1.9 
     79AMDEP_FALSE = # 
     80AMDEP_TRUE =  
     81AMTAR = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run tar 
    8082AR = ar 
    81 AUTOCONF = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run autoconf 
    82 AUTOHEADER = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run autoheader 
    83 AUTOMAKE = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run automake-1.10 
    84 AWK = mawk 
     83AUTOCONF = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run autoconf 
     84AUTOHEADER = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run autoheader 
     85AUTOMAKE = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run automake-1.9 
     86AWK = gawk 
     87BUILD_GUI_FALSE = # 
     88BUILD_GUI_TRUE =  
    8589CC = gcc 
    8690CCDEPMODE = depmode=gcc3 
    87 CFLAGS =  
     91CFLAGS = -g -O2 
    8892CPP = gcc -E 
    8993CPPFLAGS =  
     
    9599DEFS = -DHAVE_CONFIG_H 
    96100DEPDIR = .deps 
     101DSYMUTIL =  
    97102ECHO = echo 
    98103ECHO_C =  
     
    104109FFLAGS =  
    105110GREP = /bin/grep 
    106 GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   
    107 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    108 INSTALL = /usr/bin/install -c 
     111GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   
     112GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    109113INSTALL_DATA = ${INSTALL} -m 644 
    110114INSTALL_PROGRAM = ${INSTALL} 
    111115INSTALL_SCRIPT = ${INSTALL} 
    112 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 
     116INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 
    113117LDFLAGS =  
    114118LIBOBJS =  
     
    117121LN_S = ln -s 
    118122LTLIBOBJS =  
    119 MAKEINFO = ${SHELL} /home/gordonjcp/devel/nekostring/missing --run makeinfo 
    120 MKDIR_P = /bin/mkdir -p 
     123MAKEINFO = ${SHELL} /home/gordonjcp/devel/nekostring-new/missing --run makeinfo 
     124NMEDIT =  
    121125OBJEXT = o 
    122126PACKAGE = nekostring 
    123127PACKAGE_BUGREPORT =  
    124 PACKAGE_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
    125 PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
     128PACKAGE_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1  
     129PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
    126130PACKAGE_NAME =  
    127131PACKAGE_STRING =  
     
    131135PKG_CONFIG = /usr/bin/pkg-config 
    132136RANLIB = ranlib 
     137SED = /bin/sed 
    133138SET_MAKE =  
    134139SHELL = /bin/bash 
    135140STRIP = strip 
    136141VERSION = 0.1.1 
    137 abs_builddir = /home/gordonjcp/devel/nekostring/src 
    138 abs_srcdir = /home/gordonjcp/devel/nekostring/src 
    139 abs_top_builddir = /home/gordonjcp/devel/nekostring 
    140 abs_top_srcdir = /home/gordonjcp/devel/nekostring 
    141142ac_ct_CC = gcc 
    142143ac_ct_CXX = g++ 
    143144ac_ct_F77 =  
     145am__fastdepCC_FALSE = # 
     146am__fastdepCC_TRUE =  
     147am__fastdepCXX_FALSE = # 
     148am__fastdepCXX_TRUE =  
    144149am__include = include 
    145150am__leading_dot = . 
     
    153158build_os = linux-gnu 
    154159build_vendor = pc 
    155 builddir = . 
    156160datadir = ${datarootdir} 
    157161datarootdir = ${prefix}/share 
     
    167171includedir = ${prefix}/include 
    168172infodir = ${datarootdir}/info 
    169 install_sh = $(SHELL) /home/gordonjcp/devel/nekostring/install-sh 
     173install_sh = /home/gordonjcp/devel/nekostring-new/install-sh 
    170174libdir = ${exec_prefix}/lib 
    171175libexecdir = ${exec_prefix}/libexec 
     
    173177localstatedir = ${prefix}/var 
    174178mandir = ${datarootdir}/man 
    175 mkdir_p = /bin/mkdir -p 
     179mkdir_p = mkdir -p -- 
    176180oldincludedir = /usr/include 
    177181pdfdir = ${docdir} 
     
    181185sbindir = ${exec_prefix}/sbin 
    182186sharedstatedir = ${prefix}/com 
    183 srcdir = . 
    184187sysconfdir = ${prefix}/etc 
    185188target_alias =  
    186 top_builddir = .. 
    187 top_srcdir = .. 
    188189plugindir = $(libdir)/dssi 
    189190plugin_LTLIBRARIES = nekostring.la 
     
    242243install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) 
    243244        @$(NORMAL_INSTALL) 
    244         test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" 
     245        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)" 
    245246        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 
    246247          if test -f $$p; then \ 
     
    253254uninstall-pluginLTLIBRARIES: 
    254255        @$(NORMAL_UNINSTALL) 
    255         @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 
     256        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ 
    256257          p=$(am__strip_dir) \ 
    257258          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \ 
     
    268269        done 
    269270nekostring.la: $(nekostring_la_OBJECTS) $(nekostring_la_DEPENDENCIES)  
    270         $(nekostring_la_LINK) -rpath $(plugindir) $(nekostring_la_OBJECTS) $(nekostring_la_LIBADD) $(LIBS) 
     271        $(LINK) -rpath $(plugindir) $(nekostring_la_LDFLAGS) $(nekostring_la_OBJECTS) $(nekostring_la_LIBADD) $(LIBS) 
    271272 
    272273mostlyclean-compile: 
     
    287288 
    288289.c.o: 
    289         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    290         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     290        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 
     291        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    291292#       source='$<' object='$@' libtool=no \ 
    292293#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    294295 
    295296.c.obj: 
    296         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 
    297         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     297        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 
     298        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    298299#       source='$<' object='$@' libtool=no \ 
    299300#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    301302 
    302303.c.lo: 
    303         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    304         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 
     304        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 
     305        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 
    305306#       source='$<' object='$@' libtool=yes \ 
    306307#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 
     
    312313clean-libtool: 
    313314        -rm -rf .libs _libs 
     315 
     316distclean-libtool: 
     317        -rm -f libtool 
     318uninstall-info-am: 
    314319 
    315320ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 
     
    362367 
    363368distdir: $(DISTFILES) 
    364         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
    365         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
    366         list='$(DISTFILES)'; \ 
    367           dist_files=`for file in $$list; do echo $$file; done | \ 
    368           sed -e "s|^$$srcdirstrip/||;t" \ 
    369               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 
    370         case $$dist_files in \ 
    371           */*) $(MKDIR_P) `echo "$$dist_files" | \ 
    372                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 
    373                            sort -u` ;; \ 
    374         esac; \ 
    375         for file in $$dist_files; do \ 
     369        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 
     370        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 
     371        list='$(DISTFILES)'; for file in $$list; do \ 
     372          case $$file in \ 
     373            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 
     374            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 
     375          esac; \ 
    376376          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 
     377          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 
     378          if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 
     379            dir="/$$dir"; \ 
     380            $(mkdir_p) "$(distdir)$$dir"; \ 
     381          else \ 
     382            dir=''; \ 
     383          fi; \ 
    377384          if test -d $$d/$$file; then \ 
    378             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    379385            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 
    380386              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 
     
    392398installdirs: 
    393399        for dir in "$(DESTDIR)$(plugindir)"; do \ 
    394           test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 
     400          test -z "$$dir" || $(mkdir_p) "$$dir"; \ 
    395401        done 
    396402install: install-am 
     
    427433        -rm -f Makefile 
    428434distclean-am: clean-am distclean-compile distclean-generic \ 
    429         distclean-tags 
     435        distclean-libtool distclean-tags 
    430436 
    431437dvi: dvi-am 
     
    441447install-data-am: install-pluginLTLIBRARIES 
    442448 
    443 install-dvi: install-dvi-am 
    444  
    445449install-exec-am: 
    446450 
    447 install-html: install-html-am 
    448  
    449451install-info: install-info-am 
    450452 
    451453install-man: 
    452  
    453 install-pdf: install-pdf-am 
    454  
    455 install-ps: install-ps-am 
    456454 
    457455installcheck-am: 
     
    475473ps-am: 
    476474 
    477 uninstall-am: uninstall-pluginLTLIBRARIES 
    478  
    479 .MAKE: install-am install-strip 
     475uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES 
    480476 
    481477.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 
     
    483479        distclean-compile distclean-generic distclean-libtool \ 
    484480        distclean-tags distdir dvi dvi-am html html-am info info-am \ 
    485         install install-am install-data install-data-am install-dvi \ 
    486         install-dvi-am install-exec install-exec-am install-html \ 
    487         install-html-am install-info install-info-am install-man \ 
    488         install-pdf install-pdf-am install-pluginLTLIBRARIES \ 
    489         install-ps install-ps-am install-strip installcheck \ 
     481        install install-am install-data install-data-am install-exec \ 
     482        install-exec-am install-info install-info-am install-man \ 
     483        install-pluginLTLIBRARIES install-strip installcheck \ 
    490484        installcheck-am installdirs maintainer-clean \ 
    491485        maintainer-clean-generic mostlyclean mostlyclean-compile \ 
    492486        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 
    493         tags uninstall uninstall-am uninstall-pluginLTLIBRARIES 
     487        tags uninstall uninstall-am uninstall-info-am \ 
     488        uninstall-pluginLTLIBRARIES 
    494489 
    495490# Tell versions [3.59,3.63) of GNU make to not export all variables. 
  • nekostring/trunk/src/minblep_tables.c

    r6 r97  
    33/* nekostring polyphonic string ensemble 
    44 * 
    5  * (C) 2006 Gordon JC Pearce and others 
     5 * Copyright (C) 2008 Gordon JC Pearce and others 
    66 * 
    77 * For further information on contributors and the history of nekostring, 
     
    1212#include "neko_voice.h" 
    1313 
    14 /* minBLEP tables 
     14/* minBLEP tables created by Sean Bolton 
    1515 * 
    1616 * sinc cutoff frequency: 0.9 nyquist 
     
    2424 * 
    2525 * forward-shifted step discontinuity delta truncated after local minimum 
    26  * at the 4607th oversample (yielding a 72 sample pulse) 
     26 * at the 4606th oversample (yielding a 72 sample pulse) 
    2727 * 
    2828 * forward-shifted slope discontinuity delta truncated after local minimum 
     
    11911191 {-3.906813e-09, 3.319882e-10},{-3.574825e-09, 3.479630e-10},{-3.226862e-09, 3.631132e-10},{-2.863749e-09, 3.774054e-10}, 
    11921192 {-2.486343e-09, 3.908078e-10},{-2.095535e-09, 4.032923e-10},{-1.692243e-09, 4.148307e-10},{-1.277412e-09, 4.254000e-10}, 
    1193  {-8.520123e-10, 4.349774e-10},{-4.170350e-10, 4.435438e-10},{ 2.650880e-11,-2.650880e-11},{ 0.000000e+00, 0.000000e+00}, 
     1193 {-8.520123e-10, 4.349774e-10},{-4.170350e-10, 4.170337e-10},{ 0.000000e+00, 0.000000e+00},{ 0.000000e+00, 0.000000e+00}, 
    11941194 { 0.000000e+00, 0.000000e+00} 
    11951195}; 
  • nekostring/trunk/src/neko-dssi.c

    r39 r97  
    33/* nekostring polyphonic string ensemble 
    44 * 
    5  * (C) 2006 Gordon JC Pearce and others 
     5 * Copyright (C) 2008 Gordon JC Pearce and others 
    66 * 
    77 * For further information on contributors and the history of nekostring, 
     
    516516        neko_LADSPA_descriptor->Properties = 0; 
    517517        neko_LADSPA_descriptor->Name = "Neko DSSI plugin"; 
    518         neko_LADSPA_descriptor->Maker = "Sean Bolton "; 
     518        neko_LADSPA_descriptor->Maker = "Gordon JC Pearce"; 
    519519        neko_LADSPA_descriptor->Copyright = "GNU General Public License version 2 or later"; 
    520520        neko_LADSPA_descriptor->PortCount = NEKO_PORTS_COUNT; 
  • nekostring/trunk/src/neko_voice.c

    r29 r97  
    33/* nekostring polyphonic string ensemble 
    44 * 
    5  * (C) 2006 Gordon JC Pearce and others 
     5 * Copyright (C) 2008 Gordon JC Pearce and others 
    66 * 
    77 * For further information on contributors and the history of nekostring, 
     
    102102                         
    103103                        voice->osc_bass.pos = 0;//synth->voice[i]->osc_bass.pos*oct_mult; 
     104                        voice->osc_bass.state = 0; 
    104105                        osc_pos=synth->bog_pos[key%12] *oct_mult /2; 
    105106                        osc_pos=osc_pos-(float)trunc(osc_pos); 
    106107                        voice->osc_cello.pos = osc_pos;//synth->voice[i]->osc_cello.pos*oct_mult; 
     108                        voice->osc_cello.state = (osc_pos > 0.5f) ? 1 : 0; 
    107109                        osc_pos=synth->bog_pos[key%12] *oct_mult; 
    108110                        osc_pos=osc_pos-(float)trunc(osc_pos); 
    109111                        voice->osc_viola.pos = osc_pos; 
     112                        voice->osc_viola.state = (osc_pos > 0.5f) ? 1 : 0; 
    110113                        osc_pos=synth->bog_pos[key%12] *oct_mult*2; 
    111114                        osc_pos=osc_pos-(float)trunc(osc_pos); 
    112115                        voice->osc_violin.pos = osc_pos;//synth->voice[i]->osc_violin.pos*oct_mult*2; 
     116                        voice->osc_violin.state = (osc_pos > 0.5f) ? 1 : 0; 
    113117 
    114118                 
  • nekostring/trunk/src/neko_voice.h

    r74 r97  
    33/* nekostring polyphonic string ensemble 
    44 * 
    5  * (C) 2006 Gordon JC Pearce and others 
     5 * Copyright (C) 2008 Gordon JC Pearce and others 
    66 * 
    77 * For further information on contributors and the history of nekostring, 
     
    3434/* the longer of the two above: */ 
    3535#define LONGEST_DD_PULSE_LENGTH STEP_DD_PULSE_LENGTH 
    36 /* MINBLEP_BUFFER_LENGTH must be at least NEKO_NUGGET_SIZE plus 
    37  * LONGEST_DD_PULSE_LENGTH, and not less than twice LONGEST_DD_PULSE_LENGTH: */ 
    38 #define MINBLEP_BUFFER_LENGTH  512 
     36/* MINBLEP_BUFFER_LENGTH must be a power of two, equal to or greater 
     37 * than NEKO_NUGGET_SIZE plus LONGEST_DD_PULSE_LENGTH: */ 
     38#define MINBLEP_BUFFER_LENGTH  256 
     39/* MINBLEP_BUFFER_LENGTH minus one: */ 
     40#define MINBLEP_BUFFER_MASK    255 
    3941/* delay between start of DD pulse and the discontinuity, in samples: */ 
    4042#define DD_SAMPLE_DELAY          4 
     
    7173    int   last_waveform,    /* persistent */ 
    7274          waveform,         /* comes from LADSPA port each cycle */ 
    73           bp_high;          /* persistent */ 
     75          state;            /* persistent */ 
    7476    float pos,              /* persistent */ 
    7577          pw;               /* comes from LADSPA port each cycle */ 
    76     int osc_index; 
    7778    float osc_audio[MINBLEP_BUFFER_LENGTH]; 
    7879        float hp_last, hp_last_in; 
     
    113114    unsigned char eg1_phase, 
    114115                  eg2_p