[gegl/gsoc2011-opencl: 13/78] All makefiles include opencl [except docs]



commit ce19ada4081c988efdeb8f0a00fef6e0584c996a
Author: Victor Oliveira <victormatheus gmail com>
Date:   Tue Jun 14 15:50:20 2011 -0300

    All makefiles include opencl [except docs]

 gegl/buffer/Makefile.am         |    1 +
 gegl/graph/Makefile.am          |    1 +
 gegl/module/Makefile.am         |    1 +
 gegl/opencl/Makefile.am         |    1 +
 gegl/operation/Makefile.am      |    1 +
 gegl/process/Makefile.am        |    1 +
 gegl/property-types/Makefile.am |    1 +
 tests/Makefile.am               |    3 ++-
 tests/buffer/Makefile.am        |    5 ++++-
 tests/simple/Makefile.am        |    4 +++-
 tools/Makefile.am               |    4 +++-
 11 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/gegl/buffer/Makefile.am b/gegl/buffer/Makefile.am
index b49a435..0f700bf 100644
--- a/gegl/buffer/Makefile.am
+++ b/gegl/buffer/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/graph/Makefile.am b/gegl/graph/Makefile.am
index 3948d4d..a66702b 100644
--- a/gegl/graph/Makefile.am
+++ b/gegl/graph/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/module/Makefile.am b/gegl/module/Makefile.am
index 5281968..f88d8fe 100644
--- a/gegl/module/Makefile.am
+++ b/gegl/module/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/buffer \
 	-I$(top_builddir)/gegl/property-types \
 	-I$(top_srcdir)/gegl/property-types \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/opencl/Makefile.am b/gegl/opencl/Makefile.am
index b880dcf..90df443 100644
--- a/gegl/opencl/Makefile.am
+++ b/gegl/opencl/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/operation/Makefile.am b/gegl/operation/Makefile.am
index 8dcfebf..1571f8f 100644
--- a/gegl/operation/Makefile.am
+++ b/gegl/operation/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/process/Makefile.am b/gegl/process/Makefile.am
index 3001eba..0f1a11c 100644
--- a/gegl/process/Makefile.am
+++ b/gegl/process/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/gegl/property-types/Makefile.am b/gegl/property-types/Makefile.am
index d9cba17..1c55205 100644
--- a/gegl/property-types/Makefile.am
+++ b/gegl/property-types/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/gegl \
 	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer \
+	-I$(top_builddir)/gegl/opencl \
 	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 31eae20..8ac18c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,5 @@
 SUBDIRS = \
 	buffer \
 	compositions \
-	simple
+	simple \
+	opencl
diff --git a/tests/buffer/Makefile.am b/tests/buffer/Makefile.am
index 857fd87..6964d9a 100644
--- a/tests/buffer/Makefile.am
+++ b/tests/buffer/Makefile.am
@@ -22,7 +22,10 @@ AM_CPPFLAGS = \
 	-I$(top_builddir)/gegl/property-types \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/operation \
-	-I$(top_srcdir)/gegl/operation
+	-I$(top_srcdir)/gegl/operation \
+	-I$(top_builddir)/gegl/opencl \
+	-I$(top_srcdir)/gegl/opencl
+
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
 
 buffer_test_LDADD = 						\
diff --git a/tests/simple/Makefile.am b/tests/simple/Makefile.am
index eee5747..23e5410 100644
--- a/tests/simple/Makefile.am
+++ b/tests/simple/Makefile.am
@@ -27,7 +27,9 @@ AM_CPPFLAGS = \
 	-I$(top_builddir)/gegl/property-types \
 	-I$(top_srcdir)/gegl/property-types \
 	-I$(top_builddir)/gegl/operation \
-	-I$(top_srcdir)/gegl/operation
+	-I$(top_srcdir)/gegl/operation \
+	-I$(top_builddir)/gegl/opencl \
+	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
 
diff --git a/tools/Makefile.am b/tools/Makefile.am
index db2ed66..8f1077d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -14,7 +14,9 @@ AM_CPPFLAGS = \
 	-I$(top_builddir)/gegl/module \
 	-I$(top_srcdir)/gegl/module \
 	-I$(top_builddir)/gegl/property-types \
-	-I$(top_srcdir)/gegl/property-types
+	-I$(top_srcdir)/gegl/property-types \
+	-I$(top_builddir)/gegl/opencl \
+	-I$(top_srcdir)/gegl/opencl
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
 



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