[libchamplainmm] Rename codegen/ to tools/



commit 18ade2da555c33bf7784f3229032a4581542b07d
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Mon Feb 24 22:17:31 2014 +0100

    Rename codegen/ to tools/

 Makefile.am                                        |    2 +-
 configure.ac                                       |    2 +-
 libchamplain/src/Makefile.am                       |    3 ++-
 {codegen => tools}/Makefile.am                     |    0
 .../extradefs/generate_extra_defs_libchamplain.cc  |    0
 {codegen => tools}/m4/convert.m4                   |    0
 {codegen => tools}/m4/convert_libchamplain.m4      |    0
 {codegen => tools}/m4/filelist.am                  |    0
 8 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b7df821..573400e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 if MAINTAINER_MODE
-src_subdirs = codegen libchamplain/src
+src_subdirs = tools libchamplain/src
 else
 src_subdirs =
 endif
diff --git a/configure.ac b/configure.ac
index 465fac6..47112db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ MM_ARG_ENABLE_WARNINGS([LIBCHAMPLAINMM_WXXFLAGS],
                        [G LIBCHAMPLAIN])
 
 AC_CONFIG_FILES([Makefile
-                 codegen/Makefile
+                 tools/Makefile
                  libchamplain/${LIBCHAMPLAINMM_MODULE_NAME}.pc:libchamplain/libchamplainmm.pc.in
                  
libchamplain/${LIBCHAMPLAINMM_MODULE_NAME}-uninstalled.pc:libchamplain/libchamplainmm-uninstalled.pc.in
                  libchamplain/src/Makefile
diff --git a/libchamplain/src/Makefile.am b/libchamplain/src/Makefile.am
index d2eee13..61b59a5 100644
--- a/libchamplain/src/Makefile.am
+++ b/libchamplain/src/Makefile.am
@@ -17,7 +17,8 @@
 
 binding_name    = libchamplainmm
 wrap_init_flags = --namespace=Champlain --parent_dir=libchamplainmm
+codegen_srcdir  = $(top_srcdir)/tools
 
 include $(srcdir)/filelist.am
-include $(top_srcdir)/codegen/m4/filelist.am
+include $(top_srcdir)/tools/m4/filelist.am
 include $(top_srcdir)/build/generate-binding.am
diff --git a/codegen/Makefile.am b/tools/Makefile.am
similarity index 100%
rename from codegen/Makefile.am
rename to tools/Makefile.am
diff --git a/codegen/extradefs/generate_extra_defs_libchamplain.cc 
b/tools/extradefs/generate_extra_defs_libchamplain.cc
similarity index 100%
rename from codegen/extradefs/generate_extra_defs_libchamplain.cc
rename to tools/extradefs/generate_extra_defs_libchamplain.cc
diff --git a/codegen/m4/convert.m4 b/tools/m4/convert.m4
similarity index 100%
rename from codegen/m4/convert.m4
rename to tools/m4/convert.m4
diff --git a/codegen/m4/convert_libchamplain.m4 b/tools/m4/convert_libchamplain.m4
similarity index 100%
rename from codegen/m4/convert_libchamplain.m4
rename to tools/m4/convert_libchamplain.m4
diff --git a/codegen/m4/filelist.am b/tools/m4/filelist.am
similarity index 100%
rename from codegen/m4/filelist.am
rename to tools/m4/filelist.am


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