gegl r2860 - in trunk: . bin



Author: ok
Date: Tue Jan  6 15:30:50 2009
New Revision: 2860
URL: http://svn.gnome.org/viewvc/gegl?rev=2860&view=rev

Log:
* bin/Makefile.am: get rid of more remnants from the GUI code.


Modified:
   trunk/ChangeLog
   trunk/bin/Makefile.am

Modified: trunk/bin/Makefile.am
==============================================================================
--- trunk/bin/Makefile.am	(original)
+++ trunk/bin/Makefile.am	Tue Jan  6 15:30:50 2009
@@ -12,16 +12,6 @@
 	gegl-path-smooth.h	\
         $(gui_sources)
 
-editor.o: editor-actions.inc
-editor-actions.inc: editor.c
-	echo ''> $@
-	for action in `cat $< | grep "^static gint [0-9a-z_A-Z]* (" | sed -e 's/^.* gint //' -e 's/ .*//'`;do \
-	    echo "o(\""`echo $$action | sed -e 's/_/-/g' -e 's/action-//'`"\", $$action);" >> $@; \
-	done
-
-CLEANFILES = editor-actions.inc bkl-tasks.inc
-
-
 if HAVE_SPIRO
 gegl_SOURCES += gegl-path-spiro.h gegl-path-spiro.c
 endif



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