[gegl] move gegl-tester to tools
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] move gegl-tester to tools
- Date: Sat, 19 Mar 2016 13:07:48 +0000 (UTC)
commit 64c0d03cb4b847576680dd57aa21682133d8709b
Author: Øyvind Kolås <pippin gimp org>
Date: Sun Mar 13 17:44:43 2016 +0100
move gegl-tester to tools
bin/Makefile.am | 2 +-
docs/Makefile.am | 4 ++--
tools/Makefile.am | 2 +-
{bin => tools}/gegl-tester.c | 0
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 86ae1c8..447facb 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -30,7 +30,7 @@ AM_LDFLAGS = \
$(DEP_LIBS) $(BABL_LIBS) $(PNG_LIBS) $(LIBSPIRO) $(MATH_LIB) \
$(MRG_LIBS) $(GEXIV2_LIBS)
-bin_PROGRAMS = gegl gegl-tester
+bin_PROGRAMS = gegl
gegl_SOURCES = \
gegl.c \
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c0e65c8..6a606e2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -90,12 +90,12 @@ exclusion_pattern = "load|buffer-source|pixbuf|nop|clone|convert-format|introspe
all-local: $(HTML_FILES)
-examples: $(top_builddir)/bin/gegl-tester$(EXEEXT) $(top_srcdir)/operations/*/*.c
+examples: $(top_builddir)/tools/gegl-tester$(EXEEXT) $(top_srcdir)/operations/*/*.c
@if test -d images/examples; then :; else \
echo "Generating example images" ; \
mkdir -p images/examples ; \
GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
- $(top_builddir)/bin/gegl-tester$(EXEEXT) --all -o images/examples \
+ $(top_builddir)/tools/gegl-tester$(EXEEXT) --all -o images/examples \
-d $(srcdir)/images -e $(exclusion_pattern) ; \
fi
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5c4f2f1..aaec43b 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -32,7 +32,7 @@ AM_LDFLAGS = \
$(DEP_LIBS) $(BABL_LIBS) $(MATH_LIB)
bin_PROGRAMS = gegl-imgcmp
-noinst_PROGRAMS = introspect operation_reference detect_opencl
+noinst_PROGRAMS = introspect operation_reference detect_opencl gegl-tester
if HAVE_EXIV2
noinst_PROGRAMS += exp_combine
diff --git a/bin/gegl-tester.c b/tools/gegl-tester.c
similarity index 100%
rename from bin/gegl-tester.c
rename to tools/gegl-tester.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]