summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-16 15:54:07 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-16 15:54:07 +0100
commit12a5cf6c5e55275aad4e09bb9a36da690997c37d (patch)
treeb2e2ece6a4116d4b683a9c62d23ee9960322f2c8 /kconfig
parent3cb2be00faf1eb6e2b7600e8064978cbda6c6e52 (diff)
downloadembtoolkit-12a5cf6c5e55275aad4e09bb9a36da690997c37d.tar.gz
embtoolkit-12a5cf6c5e55275aad4e09bb9a36da690997c37d.tar.bz2
embtoolkit-12a5cf6c5e55275aad4e09bb9a36da690997c37d.tar.xz
Toolchain: autotools: use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/autoconf.kconfig44
-rw-r--r--kconfig/automake.kconfig44
-rw-r--r--kconfig/libtool.kconfig44
-rw-r--r--kconfig/m4.kconfig44
-rw-r--r--kconfig/toolchain.kconfig7
5 files changed, 183 insertions, 0 deletions
diff --git a/kconfig/autoconf.kconfig b/kconfig/autoconf.kconfig
new file mode 100644
index 0000000..d6416a2
--- /dev/null
+++ b/kconfig/autoconf.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE. All rights reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file autoconf.kconfig
+# \brief autoconf.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2011
+################################################################################
+
+config EMBTK_HAVE_AUTOCONF
+ bool
+ select EMBTK_AUTOCONF_PKG_IS_TARBZ2
+ default y
+ help
+ autoconf for autotools.
+
+config EMBTK_AUTOCONF_VERSION_STRING
+ string
+ default "2.68"
+
+config EMBTK_AUTOCONF_NEED_PATCH
+ bool
+config EMBTK_AUTOCONF_NEED_AUTORECONF
+ bool
+config EMBTK_AUTOCONF_PKG_IS_TARGZ
+ bool
+config EMBTK_AUTOCONF_PKG_IS_TARBZ2
+ bool
diff --git a/kconfig/automake.kconfig b/kconfig/automake.kconfig
new file mode 100644
index 0000000..7d747fb
--- /dev/null
+++ b/kconfig/automake.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE. All rights reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file automake.kconfig
+# \brief automake.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2011
+################################################################################
+
+config EMBTK_HAVE_AUTOMAKE
+ bool
+ select EMBTK_AUTOMAKE_PKG_IS_TARBZ2
+ default y
+ help
+ automake for autotools.
+
+config EMBTK_AUTOMAKE_VERSION_STRING
+ string
+ default "1.11.1"
+
+config EMBTK_AUTOMAKE_NEED_PATCH
+ bool
+config EMBTK_AUTOMAKE_NEED_AUTORECONF
+ bool
+config EMBTK_AUTOMAKE_PKG_IS_TARGZ
+ bool
+config EMBTK_AUTOMAKE_PKG_IS_TARBZ2
+ bool
diff --git a/kconfig/libtool.kconfig b/kconfig/libtool.kconfig
new file mode 100644
index 0000000..ec34ae1
--- /dev/null
+++ b/kconfig/libtool.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE. All rights reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file libtool.kconfig
+# \brief libtool.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2011
+################################################################################
+
+config EMBTK_HAVE_LIBTOOL
+ bool
+ select EMBTK_LIBTOOL_PKG_IS_TARGZ
+ default y
+ help
+ libtool for autotools.
+
+config EMBTK_LIBTOOL_VERSION_STRING
+ string
+ default "2.4"
+
+config EMBTK_LIBTOOL_NEED_PATCH
+ bool
+config EMBTK_LIBTOOL_NEED_AUTORECONF
+ bool
+config EMBTK_LIBTOOL_PKG_IS_TARGZ
+ bool
+config EMBTK_LIBTOOL_PKG_IS_TARBZ2
+ bool
diff --git a/kconfig/m4.kconfig b/kconfig/m4.kconfig
new file mode 100644
index 0000000..7d12806
--- /dev/null
+++ b/kconfig/m4.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE. All rights reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file m4.kconfig
+# \brief m4.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2011
+################################################################################
+
+config EMBTK_HAVE_M4
+ bool
+ select EMBTK_M4_PKG_IS_TARBZ2
+ default y
+ help
+ m4 for autotools.
+
+config EMBTK_M4_VERSION_STRING
+ string
+ default "1.4.15"
+
+config EMBTK_M4_NEED_PATCH
+ bool
+config EMBTK_M4_NEED_AUTORECONF
+ bool
+config EMBTK_M4_PKG_IS_TARGZ
+ bool
+config EMBTK_M4_PKG_IS_TARBZ2
+ bool
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index eb58c84..233562b 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -77,3 +77,10 @@ menu "MPC"
source "kconfig/mpchost.kconfig"
endmenu
+#
+# Autotools
+#
+source kconfig/m4.kconfig
+source kconfig/libtool.kconfig
+source kconfig/autoconf.kconfig
+source kconfig/automake.kconfig