[gegl] Add all gegl include paths to AM_CPPFLAGS
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Add all gegl include paths to AM_CPPFLAGS
- Date: Sun, 1 Dec 2013 14:41:19 +0000 (UTC)
commit f5faad8bb3d064fb3c1926b1f0c1e5e7804d8eae
Author: Daniel Sabo <DanielSabo gmail com>
Date: Sat Nov 30 15:40:22 2013 -0800
Add all gegl include paths to AM_CPPFLAGS
Necessary to move declarations into their own headers.
bin/Makefile.am | 14 +++++++++-----
examples/Makefile.am | 16 +++++++++-------
gegl/Makefile.am | 9 +++++++--
gegl/buffer/Makefile.am | 13 ++++++++++---
gegl/graph/Makefile.am | 12 +++++++++---
gegl/module/Makefile.am | 12 +++++++++---
gegl/opencl/Makefile.am | 12 +++++++++---
gegl/operation/Makefile.am | 12 +++++++++---
gegl/process/Makefile.am | 12 +++++++++---
gegl/property-types/Makefile.am | 12 ++++++++++--
operations/Makefile-common.am | 15 +++++++++------
tests/buffer/Makefile.am | 10 +++++++---
tests/simple/Makefile.am | 10 +++++++---
tests/xml/Makefile.am | 10 +++++++---
tools/Makefile.am | 12 +++++++++---
15 files changed, 129 insertions(+), 52 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 9b6f60c..bcb6e61 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -8,14 +8,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
- -I$(top_builddir)/gegl/operation \
- -I$(top_srcdir)/gegl/operation \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/module \
-I$(top_srcdir)/gegl/module \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = \
$(DEP_CFLAGS) $(BABL_CFLAGS) $(PNG_CFLAGS)
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0efd32e..745b98a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,16 +9,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
- -I$(top_builddir)/gegl/buffer \
- -I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/operation \
- -I$(top_srcdir)/gegl/operation \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/module \
-I$(top_srcdir)/gegl/module \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index c998f8c..75b3b57 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -16,15 +16,20 @@ CLEANFILES =
AM_CPPFLAGS = \
-I$(top_srcdir) \
+ -I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/operation \
-I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
-I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types \
-DLIBDIR=\""$(libdir)"\" \
-DGEGL_LOCALEDIR=\""$(GEGL_LOCALEDIR)"\"
diff --git a/gegl/buffer/Makefile.am b/gegl/buffer/Makefile.am
index ff12bc1..7326285 100644
--- a/gegl/buffer/Makefile.am
+++ b/gegl/buffer/Makefile.am
@@ -2,12 +2,19 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
+
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/graph/Makefile.am b/gegl/graph/Makefile.am
index b72e24c..34c9516 100644
--- a/gegl/graph/Makefile.am
+++ b/gegl/graph/Makefile.am
@@ -2,12 +2,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/module/Makefile.am b/gegl/module/Makefile.am
index f88d8fe..2f081cf 100644
--- a/gegl/module/Makefile.am
+++ b/gegl/module/Makefile.am
@@ -4,10 +4,16 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/opencl/Makefile.am b/gegl/opencl/Makefile.am
index 38a3a5d..9d8d8ad 100644
--- a/gegl/opencl/Makefile.am
+++ b/gegl/opencl/Makefile.am
@@ -2,12 +2,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/operation/Makefile.am b/gegl/operation/Makefile.am
index b503fc0..6482d92 100644
--- a/gegl/operation/Makefile.am
+++ b/gegl/operation/Makefile.am
@@ -2,12 +2,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/process/Makefile.am b/gegl/process/Makefile.am
index e186dfd..dcea0d1 100644
--- a/gegl/process/Makefile.am
+++ b/gegl/process/Makefile.am
@@ -2,12 +2,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/property-types/Makefile.am b/gegl/property-types/Makefile.am
index 1c55205..6e44158 100644
--- a/gegl/property-types/Makefile.am
+++ b/gegl/property-types/Makefile.am
@@ -1,11 +1,19 @@
AM_CPPFLAGS = \
- -I$(top_srcdir) \
+ -I$(top_srcdir) \
-I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/operations/Makefile-common.am b/operations/Makefile-common.am
index a4c2558..0c1bfcb 100644
--- a/operations/Makefile-common.am
+++ b/operations/Makefile-common.am
@@ -8,18 +8,21 @@ op_libs = $(DEP_LIBS) $(BABL_LIBS) $(libgegl)
AM_CPPFLAGS = \
-I$(top_srcdir) \
- -I$(top_builddir)/gegl \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/operation \
- -I$(top_srcdir)/gegl/operation \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/module \
-I$(top_srcdir)/gegl/module \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/tests/buffer/Makefile.am b/tests/buffer/Makefile.am
index 371a190..686f552 100644
--- a/tests/buffer/Makefile.am
+++ b/tests/buffer/Makefile.am
@@ -17,12 +17,16 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/operation \
-I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/tests/simple/Makefile.am b/tests/simple/Makefile.am
index f600690..80ac95f 100644
--- a/tests/simple/Makefile.am
+++ b/tests/simple/Makefile.am
@@ -29,12 +29,16 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/operation \
-I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am
index 5370d69..e28c608 100644
--- a/tests/xml/Makefile.am
+++ b/tests/xml/Makefile.am
@@ -18,12 +18,16 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/operation \
-I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ce2bc2d..383a950 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -11,12 +11,18 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/gegl \
-I$(top_builddir)/gegl/buffer \
-I$(top_srcdir)/gegl/buffer \
+ -I$(top_builddir)/gegl/graph \
+ -I$(top_srcdir)/gegl/graph \
-I$(top_builddir)/gegl/module \
-I$(top_srcdir)/gegl/module \
- -I$(top_builddir)/gegl/property-types \
- -I$(top_srcdir)/gegl/property-types \
+ -I$(top_builddir)/gegl/operation \
+ -I$(top_srcdir)/gegl/operation \
-I$(top_builddir)/gegl/opencl \
- -I$(top_srcdir)/gegl/opencl
+ -I$(top_srcdir)/gegl/opencl \
+ -I$(top_builddir)/gegl/process \
+ -I$(top_srcdir)/gegl/process \
+ -I$(top_builddir)/gegl/property-types \
+ -I$(top_srcdir)/gegl/property-types
AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]