summaryrefslogtreecommitdiff
path: root/package/lua
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/lua
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/lua')
-rw-r--r--package/lua/Config.in86
-rw-r--r--package/lua/Config.in.lib25
2 files changed, 0 insertions, 111 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in
deleted file mode 100644
index 8605c3b20..000000000
--- a/package/lua/Config.in
+++ /dev/null
@@ -1,86 +0,0 @@
-menu "lua............................... LUA programming language"
-
-config ADK_COMPILE_LUA
- tristate
- default n
- depends on ADK_PACKAGE_LIBLUA
-
-config ADK_PACKAGE_LUA
- prompt "lua............................... LUA programming language interpreter"
- tristate
- default n
- select ADK_PACKAGE_LIBLUA
- help
- Lua is a powerful light-weight programming language designed for extending
- applications. Lua is also frequently used as a general-purpose, stand-alone
- language. Lua is free software.
-
- Lua combines simple procedural syntax with powerful data description
- constructs based on associative arrays and extensible semantics. Lua is
- dynamically typed, interpreted from bytecodes, and has automatic memory
- management with garbage collection, making it ideal for configuration,
- scripting, and rapid prototyping.
-
- Lua is implemented as a small library of C functions, written in ANSI C, and
- compiles unmodified in all known platforms. The implementation goals are
- simplicity, efficiency, portability, and low embedding cost. The result is a
- fast language engine with small footprint, making it ideal in embedded systems
- too.
-
- http://www.lua.org/
-
- This package contains the LUA language interpreter.
-
-config ADK_PACKAGE_LUAC
- prompt "luac.............................. LUA programming language compiler"
- tristate
- default n
- select ADK_PACKAGE_LIBLUA
- help
- Lua is a powerful light-weight programming language designed for extending
- applications. Lua is also frequently used as a general-purpose, stand-alone
- language. Lua is free software.
-
- Lua combines simple procedural syntax with powerful data description
- constructs based on associative arrays and extensible semantics. Lua is
- dynamically typed, interpreted from bytecodes, and has automatic memory
- management with garbage collection, making it ideal for configuration,
- scripting, and rapid prototyping.
-
- Lua is implemented as a small library of C functions, written in ANSI C, and
- compiles unmodified in all known platforms. The implementation goals are
- simplicity, efficiency, portability, and low embedding cost. The result is a
- fast language engine with small footprint, making it ideal in embedded systems
- too.
-
- http://www.lua.org/
-
- This package contains the LUA language compiler.
-
-config ADK_PACKAGE_LUA_EXAMPLES
- prompt "lua-examples...................... LUA programming language examples"
- tristate
- default n
- select ADK_PACKAGE_LUA
- help
- Lua is a powerful light-weight programming language designed for extending
- applications. Lua is also frequently used as a general-purpose, stand-alone
- language. Lua is free software.
-
- Lua combines simple procedural syntax with powerful data description
- constructs based on associative arrays and extensible semantics. Lua is
- dynamically typed, interpreted from bytecodes, and has automatic memory
- management with garbage collection, making it ideal for configuration,
- scripting, and rapid prototyping.
-
- Lua is implemented as a small library of C functions, written in ANSI C, and
- compiles unmodified in all known platforms. The implementation goals are
- simplicity, efficiency, portability, and low embedding cost. The result is a
- fast language engine with small footprint, making it ideal in embedded systems
- too.
-
- http://www.lua.org/
-
- This package contains LUA language examples.
-
-endmenu
diff --git a/package/lua/Config.in.lib b/package/lua/Config.in.lib
deleted file mode 100644
index 102d57d70..000000000
--- a/package/lua/Config.in.lib
+++ /dev/null
@@ -1,25 +0,0 @@
-config ADK_PACKAGE_LIBLUA
- prompt "liblua............................ LUA programming language shared libraries"
- tristate
- select ADK_COMPILE_LUA
- help
- Lua is a powerful light-weight programming language designed for extending
- applications. Lua is also frequently used as a general-purpose, stand-alone
- language. Lua is free software.
-
- Lua combines simple procedural syntax with powerful data description
- constructs based on associative arrays and extensible semantics. Lua is
- dynamically typed, interpreted from bytecodes, and has automatic memory
- management with garbage collection, making it ideal for configuration,
- scripting, and rapid prototyping.
-
- Lua is implemented as a small library of C functions, written in ANSI C, and
- compiles unmodified in all known platforms. The implementation goals are
- simplicity, efficiency, portability, and low embedding cost. The result is a
- fast language engine with small footprint, making it ideal in embedded systems
- too.
-
- http://www.lua.org/
-
- This package contains the LUA shared libraries, needed by other programs.
-