[gegl] Bug 784450, get rid of now deprecated csourcetostring.py



commit 66a8c729cc048d15846e40e7e25f06e7572b0386
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jul 3 13:51:18 2017 +0200

    Bug 784450, get rid of now deprecated csourcetostring.py
    
    We already weren't using the verbatim sources, with what seems like newer
    pythons there is build failures, cleaning it fully out.

 operations/Makefile-common.am            |    3 --
 operations/common/Makefile.am            |    2 -
 operations/core/Makefile.am              |    1 -
 operations/external/Makefile.am          |    3 --
 operations/workshop/Makefile.am          |    2 -
 operations/workshop/external/Makefile.am |    1 -
 tools/Makefile.am                        |    1 -
 tools/csourcetostring.py                 |   35 ------------------------------
 8 files changed, 0 insertions(+), 48 deletions(-)
---
diff --git a/operations/Makefile-common.am b/operations/Makefile-common.am
index ee8abd2..889d15a 100644
--- a/operations/Makefile-common.am
+++ b/operations/Makefile-common.am
@@ -31,6 +31,3 @@ AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
 AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined)
 
 ext_dir = $(libdir)/gegl-@GEGL_API_VERSION@
-
-%.c.h: %.c $(top_srcdir)/tools/csourcetostring.py
-       $(AM_V_GEN) $(PYTHON) $(top_srcdir)/tools/csourcetostring.py $<
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 292ff33..e0efc8d 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -4,8 +4,6 @@ include $(top_srcdir)/operations/Makefile-common.am
 
 EXTRA_DIST = $(wildcard $(srcdir)/*.h)
 
-BUILT_SOURCES = $(subst .c,.c.h,$(wildcard $(srcdir)/*.c))
-
 AM_CPPFLAGS += -I$(srcdir)
 AM_CFLAGS +=  -DGEGL_OP_BUNDLE
 LIBS = $(op_libs)
diff --git a/operations/core/Makefile.am b/operations/core/Makefile.am
index dd3e6b5..ff12586 100644
--- a/operations/core/Makefile.am
+++ b/operations/core/Makefile.am
@@ -1,7 +1,6 @@
 include $(top_srcdir)/operations/Makefile-common.am
 
 EXTRA_DIST = $(wildcard $(srcdir)/*.h)
-BUILT_SOURCES = $(subst .c,.c.h,$(wildcard $(srcdir)/*.c))
 
 AM_CPPFLAGS += -I$(srcdir)
 AM_CFLAGS += -DGEGL_OP_BUNDLE
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index 9231187..9318025 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -182,8 +182,5 @@ npd_la_CFLAGS = $(AM_CFLAGS) $(NPD_CFLAGS) $(CAIRO_CFLAGS)
 npd_la_LIBADD = $(op_libs) $(NPD_LIBS) $(CAIRO_LIBS)
 endif
 
-BUILT_SOURCES = $(subst .c,.c.h,$(wildcard $(srcdir)/*.c))
-EXTRA_DIST += $(BUILT_SOURCES)
-
 opdir = $(libdir)/gegl-@GEGL_API_VERSION@
 op_LTLIBRARIES = $(ops)
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 1baaec7..2bfe128 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -4,8 +4,6 @@ include $(top_srcdir)/operations/Makefile-common.am
 
 EXTRA_DIST = $(wildcard $(srcdir)/*.h)
 
-BUILT_SOURCES = $(subst .c,.c.h,$(wildcard $(srcdir)/*.c))
-
 AM_CPPFLAGS += -I$(srcdir)
 
 LIBS = $(op_libs)
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index 6da4c5c..b88315c 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -33,7 +33,6 @@ v4l2_la_CFLAGS = $(AM_CFLAGS) $(V4L2_CFLAGS)
 endif
 
 EXTRA_DIST = $(wildcard $(srcdir)/*.h)
-BUILT_SOURCES = $(subst .c,.c.h,$(wildcard $(srcdir)/*.c))
 
 opdir = $(libdir)/gegl-@GEGL_API_VERSION@
 op_LTLIBRARIES = $(ops)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1b0d9cf..5fd2d44 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -3,7 +3,6 @@
 EXTRA_DIST = \
        xml_insert.sh \
     gen-loader.sh \
-    csourcetostring.py \
        gobj2dot.rb
 
 AM_CPPFLAGS = \


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