gegl r2188 - in trunk: . operations operations/generated



Author: yosh
Date: Fri Apr 18 05:19:20 2008
New Revision: 2188
URL: http://svn.gnome.org/viewvc/gegl?rev=2188&view=rev

Log:
* operations/generated/svg-12-porter-duff.rb: Generate code that
builds with the non-USE_SSE case too.

* operations/Makefile-operations.am: Include other CPP flag variables
so -DHAVE_CONFIG_H gets picked up.


Modified:
   trunk/ChangeLog
   trunk/operations/Makefile-operations.am
   trunk/operations/generated/svg-12-porter-duff.rb

Modified: trunk/operations/Makefile-operations.am
==============================================================================
--- trunk/operations/Makefile-operations.am	(original)
+++ trunk/operations/Makefile-operations.am	Fri Apr 18 05:19:20 2008
@@ -11,7 +11,7 @@
 all-local: $(plugins)
 
 %.la: %.c $(GEGLHEADERS)
-	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $  lo $<
+	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $  lo $<
 	$(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_LDFLAGS) $(LDFLAGS) $(CFLAGS) $(LDADD) -o $@ -rpath $(ext_dir) $  lo
 
 

Modified: trunk/operations/generated/svg-12-porter-duff.rb
==============================================================================
--- trunk/operations/generated/svg-12-porter-duff.rb	(original)
+++ trunk/operations/generated/svg-12-porter-duff.rb	Fri Apr 18 05:19:20 2008
@@ -106,8 +106,6 @@
 '
 
 file_tail1 = '
-  return TRUE;
-}
 
 static void
 gegl_chant_class_init (GeglChantClass *klass)
@@ -208,6 +206,9 @@
       A++; B++; D++;
     }
 
+  return TRUE;
+}
+
 #endif
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]