summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-22 17:54:41 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-22 17:54:41 +0200
commit64cb7f1917183fec633fcbe3b911054a46638566 (patch)
tree299c5dacd26c569583a4e630e0ec322ce3e515bd /dev
parentd6c2cdc6b1fed30f15eb6cb94c7b1bade51ed31b (diff)
update SDK file structure.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev')
-rw-r--r--dev/crt/__ndk_alloca.hxx (renamed from dev/CRT/__ndk_alloca.hxx)0
-rw-r--r--dev/crt/__ndk_defines.hxx (renamed from dev/CRT/__ndk_defines.hxx)2
-rw-r--r--dev/crt/__ndk_exception.hxx (renamed from dev/CRT/__ndk_exception.hxx)0
-rw-r--r--dev/crt/__ndk_hint.hxx (renamed from dev/CRT/__ndk_hint.hxx)0
-rw-r--r--dev/crt/__ndk_malloc.hxx (renamed from dev/CRT/__ndk_malloc.hxx)0
-rw-r--r--dev/crt/__ndk_power.inc (renamed from dev/CRT/__ndk_power.inc)0
-rw-r--r--dev/ndk/Asm/Asm.hxx (renamed from dev/NDK/Asm/Asm.hxx)6
-rw-r--r--dev/ndk/Asm/CPU/32x0.hxx (renamed from dev/NDK/Asm/CPU/32x0.hxx)2
-rw-r--r--dev/ndk/Asm/CPU/64x0.hxx (renamed from dev/NDK/Asm/CPU/64x0.hxx)2
-rw-r--r--dev/ndk/Asm/CPU/amd64.hxx (renamed from dev/NDK/Asm/CPU/amd64.hxx)2
-rw-r--r--dev/ndk/Asm/CPU/arm64.hxx (renamed from dev/NDK/Asm/CPU/arm64.hxx)2
-rw-r--r--dev/ndk/Asm/CPU/power64.hxx (renamed from dev/NDK/Asm/CPU/power64.hxx)0
-rw-r--r--dev/ndk/Defines.hxx (renamed from dev/NDK/Defines.hxx)0
-rw-r--r--dev/ndk/Macros.hxx (renamed from dev/NDK/Macros.hxx)0
-rw-r--r--dev/ndk/NFC/AE.hxx (renamed from dev/NDK/NFC/AE.hxx)2
-rw-r--r--dev/ndk/NFC/ErrorID.hxx (renamed from dev/NDK/NFC/ErrorID.hxx)4
-rw-r--r--dev/ndk/NFC/ErrorOr.hxx (renamed from dev/NDK/NFC/ErrorOr.hxx)4
-rw-r--r--dev/ndk/NFC/PEF.hxx (renamed from dev/NDK/NFC/PEF.hxx)2
-rw-r--r--dev/ndk/NFC/Ref.hxx (renamed from dev/NDK/NFC/Ref.hxx)0
-rw-r--r--dev/ndk/NFC/String.hxx (renamed from dev/NDK/NFC/String.hxx)4
-rw-r--r--dev/ndk/NFC/XCOFF.hxx (renamed from dev/NDK/NFC/XCOFF.hxx)2
-rw-r--r--dev/ndk/Parser.hxx (renamed from dev/NDK/Parser.hxx)2
-rw-r--r--dev/ndk/ReadMe.md (renamed from dev/NDK/ReadMe.md)0
-rw-r--r--dev/ndk/Sources/Assembler32x0.cxx (renamed from dev/NDK/Sources/Assembler32x0.cxx)8
-rw-r--r--dev/ndk/Sources/Assembler64x0.cxx (renamed from dev/NDK/Sources/Assembler64x0.cxx)8
-rw-r--r--dev/ndk/Sources/AssemblerAMD64.cxx (renamed from dev/NDK/Sources/AssemblerAMD64.cxx)8
-rw-r--r--dev/ndk/Sources/AssemblerPower.cxx (renamed from dev/NDK/Sources/AssemblerPower.cxx)12
-rw-r--r--dev/ndk/Sources/AssemblyFactory.cxx (renamed from dev/NDK/Sources/AssemblyFactory.cxx)4
-rw-r--r--dev/ndk/Sources/CCompiler64x0.cxx (renamed from dev/NDK/Sources/CCompiler64x0.cxx)6
-rw-r--r--dev/ndk/Sources/CCompilerPower64.cxx (renamed from dev/NDK/Sources/CCompilerPower64.cxx)6
-rw-r--r--dev/ndk/Sources/CPlusPlusCompilerAMD64.cxx (renamed from dev/NDK/Sources/CPlusPlusCompilerAMD64.cxx)6
-rw-r--r--dev/ndk/Sources/CPlusPlusCompilerPreProcessor.cxx (renamed from dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx)4
-rw-r--r--dev/ndk/Sources/Detail/ReadMe.md (renamed from dev/NDK/Sources/Detail/ReadMe.md)0
-rw-r--r--dev/ndk/Sources/Detail/asmutils.hxx (renamed from dev/NDK/Sources/Detail/asmutils.hxx)4
-rw-r--r--dev/ndk/Sources/Detail/compilerutils.hxx (renamed from dev/NDK/Sources/Detail/compilerutils.hxx)4
-rw-r--r--dev/ndk/Sources/IdlCompiler.cxx (renamed from dev/NDK/Sources/IdlCompiler.cxx)12
-rw-r--r--dev/ndk/Sources/Linker.cxx (renamed from dev/NDK/Sources/Linker.cxx)12
-rw-r--r--dev/ndk/Sources/String.cxx (renamed from dev/NDK/Sources/String.cxx)2
-rw-r--r--dev/ndk/UUID.hxx (renamed from dev/NDK/UUID.hxx)0
-rw-r--r--dev/ndk/Version.hxx (renamed from dev/NDK/Version.hxx)0
40 files changed, 66 insertions, 66 deletions
diff --git a/dev/CRT/__ndk_alloca.hxx b/dev/crt/__ndk_alloca.hxx
index 48732a0..48732a0 100644
--- a/dev/CRT/__ndk_alloca.hxx
+++ b/dev/crt/__ndk_alloca.hxx
diff --git a/dev/CRT/__ndk_defines.hxx b/dev/crt/__ndk_defines.hxx
index e899ef2..904d0ab 100644
--- a/dev/CRT/__ndk_defines.hxx
+++ b/dev/crt/__ndk_defines.hxx
@@ -28,7 +28,7 @@ typedef char* caddr_t;
#endif // !null
#ifdef __GNUC__
-#include <CRT/__ndk_alloca.hxx>
+#include <crt/__ndk_alloca.hxx>
#define __ndk_alloca(sz) __ndk_alloca_gcc(sz)
#define __packed__ __attribute__((packed))
#elif defined(__NDK__)
diff --git a/dev/CRT/__ndk_exception.hxx b/dev/crt/__ndk_exception.hxx
index dac42ad..dac42ad 100644
--- a/dev/CRT/__ndk_exception.hxx
+++ b/dev/crt/__ndk_exception.hxx
diff --git a/dev/CRT/__ndk_hint.hxx b/dev/crt/__ndk_hint.hxx
index 02dbc94..02dbc94 100644
--- a/dev/CRT/__ndk_hint.hxx
+++ b/dev/crt/__ndk_hint.hxx
diff --git a/dev/CRT/__ndk_malloc.hxx b/dev/crt/__ndk_malloc.hxx
index eeaa67b..eeaa67b 100644
--- a/dev/CRT/__ndk_malloc.hxx
+++ b/dev/crt/__ndk_malloc.hxx
diff --git a/dev/CRT/__ndk_power.inc b/dev/crt/__ndk_power.inc
index cada02e..cada02e 100644
--- a/dev/CRT/__ndk_power.inc
+++ b/dev/crt/__ndk_power.inc
diff --git a/dev/NDK/Asm/Asm.hxx b/dev/ndk/Asm/Asm.hxx
index 9cd6638..6356b6e 100644
--- a/dev/NDK/Asm/Asm.hxx
+++ b/dev/ndk/Asm/Asm.hxx
@@ -6,9 +6,9 @@
#pragma once
-#include <NDK/Macros.hxx>
-#include <NDK/Defines.hxx>
-#include <NDK/NFC/String.hxx>
+#include <ndk/Macros.hxx>
+#include <ndk/Defines.hxx>
+#include <ndk/NFC/String.hxx>
namespace NDK
{
diff --git a/dev/NDK/Asm/CPU/32x0.hxx b/dev/ndk/Asm/CPU/32x0.hxx
index 93ca990..3de9cf3 100644
--- a/dev/NDK/Asm/CPU/32x0.hxx
+++ b/dev/ndk/Asm/CPU/32x0.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
// @brief 32x0 support.
// @file CPU/32x0.hpp
diff --git a/dev/NDK/Asm/CPU/64x0.hxx b/dev/ndk/Asm/CPU/64x0.hxx
index 8f1cb52..70d6965 100644
--- a/dev/NDK/Asm/CPU/64x0.hxx
+++ b/dev/ndk/Asm/CPU/64x0.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
#include <vector>
// @brief 64x0 support.
diff --git a/dev/NDK/Asm/CPU/amd64.hxx b/dev/ndk/Asm/CPU/amd64.hxx
index ef99101..a5c2bad 100644
--- a/dev/NDK/Asm/CPU/amd64.hxx
+++ b/dev/ndk/Asm/CPU/amd64.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
// @brief AMD64 support.
// @file CPU/amd64.hpp
diff --git a/dev/NDK/Asm/CPU/arm64.hxx b/dev/ndk/Asm/CPU/arm64.hxx
index aaab744..c7f3ef3 100644
--- a/dev/NDK/Asm/CPU/arm64.hxx
+++ b/dev/ndk/Asm/CPU/arm64.hxx
@@ -6,7 +6,7 @@ Copyright ZKA Technologies
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
/// @brief ARM64 encoding support.
/// @file CPU/arm64.hpp
diff --git a/dev/NDK/Asm/CPU/power64.hxx b/dev/ndk/Asm/CPU/power64.hxx
index e3ea6c5..e3ea6c5 100644
--- a/dev/NDK/Asm/CPU/power64.hxx
+++ b/dev/ndk/Asm/CPU/power64.hxx
diff --git a/dev/NDK/Defines.hxx b/dev/ndk/Defines.hxx
index 097ab0b..097ab0b 100644
--- a/dev/NDK/Defines.hxx
+++ b/dev/ndk/Defines.hxx
diff --git a/dev/NDK/Macros.hxx b/dev/ndk/Macros.hxx
index 96530ed..96530ed 100644
--- a/dev/NDK/Macros.hxx
+++ b/dev/ndk/Macros.hxx
diff --git a/dev/NDK/NFC/AE.hxx b/dev/ndk/NFC/AE.hxx
index bb0e8cf..a2cd106 100644
--- a/dev/NDK/NFC/AE.hxx
+++ b/dev/ndk/NFC/AE.hxx
@@ -9,7 +9,7 @@
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
#define kAEMag0 'A'
#define kAEMag1 'E'
diff --git a/dev/NDK/NFC/ErrorID.hxx b/dev/ndk/NFC/ErrorID.hxx
index 6275550..70b4c62 100644
--- a/dev/NDK/NFC/ErrorID.hxx
+++ b/dev/ndk/NFC/ErrorID.hxx
@@ -9,8 +9,8 @@
#pragma once
-#include <NDK/Defines.hxx>
-#include <NDK/NFC/ErrorOr.hxx>
+#include <ndk/Defines.hxx>
+#include <ndk/NFC/ErrorOr.hxx>
#define NDK_EXEC_ERROR -30
#define NDK_FILE_NOT_FOUND -31
diff --git a/dev/NDK/NFC/ErrorOr.hxx b/dev/ndk/NFC/ErrorOr.hxx
index f376346..2101566 100644
--- a/dev/NDK/NFC/ErrorOr.hxx
+++ b/dev/ndk/NFC/ErrorOr.hxx
@@ -9,8 +9,8 @@
#pragma once
-#include <NDK/Defines.hxx>
-#include <NDK/NFC/Ref.hxx>
+#include <ndk/Defines.hxx>
+#include <ndk/NFC/Ref.hxx>
namespace NDK
{
diff --git a/dev/NDK/NFC/PEF.hxx b/dev/ndk/NFC/PEF.hxx
index 022fc77..74c60b4 100644
--- a/dev/NDK/NFC/PEF.hxx
+++ b/dev/ndk/NFC/PEF.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
// @file PEF.hpp
// @brief Preferred Executable Format
diff --git a/dev/NDK/NFC/Ref.hxx b/dev/ndk/NFC/Ref.hxx
index 0ffcecc..0ffcecc 100644
--- a/dev/NDK/NFC/Ref.hxx
+++ b/dev/ndk/NFC/Ref.hxx
diff --git a/dev/NDK/NFC/String.hxx b/dev/ndk/NFC/String.hxx
index 71abaa4..745da97 100644
--- a/dev/NDK/NFC/String.hxx
+++ b/dev/ndk/NFC/String.hxx
@@ -9,8 +9,8 @@
#pragma once
-#include <NDK/Defines.hxx>
-#include <NDK/NFC/ErrorOr.hxx>
+#include <ndk/Defines.hxx>
+#include <ndk/NFC/ErrorOr.hxx>
namespace NDK
{
diff --git a/dev/NDK/NFC/XCOFF.hxx b/dev/ndk/NFC/XCOFF.hxx
index 0673cfc..c4ec505 100644
--- a/dev/NDK/NFC/XCOFF.hxx
+++ b/dev/ndk/NFC/XCOFF.hxx
@@ -14,7 +14,7 @@
#ifndef __XCOFF__
#define __XCOFF__
-#include <NDK/Defines.hxx>
+#include <ndk/Defines.hxx>
#define kXCOFF64Magic 0x01F7
diff --git a/dev/NDK/Parser.hxx b/dev/ndk/Parser.hxx
index ca3c468..69326fb 100644
--- a/dev/NDK/Parser.hxx
+++ b/dev/ndk/Parser.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <NDK/Asm/Asm.hxx>
+#include <ndk/Asm/Asm.hxx>
#include <vector>
namespace NDK
diff --git a/dev/NDK/ReadMe.md b/dev/ndk/ReadMe.md
index 657fae9..657fae9 100644
--- a/dev/NDK/ReadMe.md
+++ b/dev/ndk/ReadMe.md
diff --git a/dev/NDK/Sources/Assembler32x0.cxx b/dev/ndk/Sources/Assembler32x0.cxx
index 261dd7e..d1087e6 100644
--- a/dev/NDK/Sources/Assembler32x0.cxx
+++ b/dev/ndk/Sources/Assembler32x0.cxx
@@ -19,10 +19,10 @@
#define __ASM_NEED_32x0__ 1
-#include <NDK/Asm/CPU/32x0.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/NFC/AE.hxx>
-#include <NDK/NFC/PEF.hxx>
+#include <ndk/Asm/CPU/32x0.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/NFC/AE.hxx>
+#include <ndk/NFC/PEF.hxx>
/////////////////////
diff --git a/dev/NDK/Sources/Assembler64x0.cxx b/dev/ndk/Sources/Assembler64x0.cxx
index a59781b..56807e6 100644
--- a/dev/NDK/Sources/Assembler64x0.cxx
+++ b/dev/ndk/Sources/Assembler64x0.cxx
@@ -19,10 +19,10 @@
#define __ASM_NEED_64x0__ 1
-#include <NDK/Asm/CPU/64x0.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/NFC/AE.hxx>
-#include <NDK/NFC/PEF.hxx>
+#include <ndk/Asm/CPU/64x0.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/NFC/AE.hxx>
+#include <ndk/NFC/PEF.hxx>
#include <algorithm>
#include <filesystem>
#include <fstream>
diff --git a/dev/NDK/Sources/AssemblerAMD64.cxx b/dev/ndk/Sources/AssemblerAMD64.cxx
index 800ee65..5b5e26e 100644
--- a/dev/NDK/Sources/AssemblerAMD64.cxx
+++ b/dev/ndk/Sources/AssemblerAMD64.cxx
@@ -27,10 +27,10 @@
#define kAssemblerPragmaSymStr "#"
#define kAssemblerPragmaSym '#'
-#include <NDK/Asm/CPU/amd64.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/NFC/AE.hxx>
-#include <NDK/NFC/PEF.hxx>
+#include <ndk/Asm/CPU/amd64.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/NFC/AE.hxx>
+#include <ndk/NFC/PEF.hxx>
#include <algorithm>
#include <cstdlib>
#include <filesystem>
diff --git a/dev/NDK/Sources/AssemblerPower.cxx b/dev/ndk/Sources/AssemblerPower.cxx
index 5b7c4fb..d631ad6 100644
--- a/dev/NDK/Sources/AssemblerPower.cxx
+++ b/dev/ndk/Sources/AssemblerPower.cxx
@@ -17,12 +17,12 @@
#define __ASM_NEED_PPC__ 1
-#include <NDK/NFC/ErrorID.hxx>
-#include <NDK/Asm/CPU/power64.hxx>
-#include <NDK/NFC/PEF.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/NFC/AE.hxx>
-#include <NDK/Version.hxx>
+#include <ndk/NFC/ErrorID.hxx>
+#include <ndk/Asm/CPU/power64.hxx>
+#include <ndk/NFC/PEF.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/NFC/AE.hxx>
+#include <ndk/Version.hxx>
#include <filesystem>
#include <algorithm>
#include <iostream>
diff --git a/dev/NDK/Sources/AssemblyFactory.cxx b/dev/ndk/Sources/AssemblyFactory.cxx
index 722c0a7..10742d1 100644
--- a/dev/NDK/Sources/AssemblyFactory.cxx
+++ b/dev/ndk/Sources/AssemblyFactory.cxx
@@ -4,8 +4,8 @@
------------------------------------------- */
-#include <NDK/Asm/Asm.hxx>
-#include <NDK/NFC/ErrorID.hxx>
+#include <ndk/Asm/Asm.hxx>
+#include <ndk/NFC/ErrorID.hxx>
/**
* @file AssemblyFactory.cxx
diff --git a/dev/NDK/Sources/CCompiler64x0.cxx b/dev/ndk/Sources/CCompiler64x0.cxx
index 10f8225..8e0ed78 100644
--- a/dev/NDK/Sources/CCompiler64x0.cxx
+++ b/dev/ndk/Sources/CCompiler64x0.cxx
@@ -10,9 +10,9 @@
/// BUGS: 0
/// TODO: none
-#include <NDK/Asm/CPU/64x0.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/UUID.hxx>
+#include <ndk/Asm/CPU/64x0.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/UUID.hxx>
#include <filesystem>
#include <cstdio>
#include <fstream>
diff --git a/dev/NDK/Sources/CCompilerPower64.cxx b/dev/ndk/Sources/CCompilerPower64.cxx
index a4fcc7d..f2d0bf3 100644
--- a/dev/NDK/Sources/CCompilerPower64.cxx
+++ b/dev/ndk/Sources/CCompilerPower64.cxx
@@ -7,9 +7,9 @@
* ========================================================
*/
-#include <NDK/Asm/CPU/power64.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/UUID.hxx>
+#include <ndk/Asm/CPU/power64.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/UUID.hxx>
#include <filesystem>
#include <fstream>
#include <iostream>
diff --git a/dev/NDK/Sources/CPlusPlusCompilerAMD64.cxx b/dev/ndk/Sources/CPlusPlusCompilerAMD64.cxx
index 35058fe..123bc72 100644
--- a/dev/NDK/Sources/CPlusPlusCompilerAMD64.cxx
+++ b/dev/ndk/Sources/CPlusPlusCompilerAMD64.cxx
@@ -20,9 +20,9 @@
// extern_segment, @MLAutoRelease { ... }, fn foo() -> auto { ... }
-#include <NDK/Asm/CPU/amd64.hxx>
-#include <NDK/Parser.hxx>
-#include <NDK/UUID.hxx>
+#include <ndk/Asm/CPU/amd64.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/UUID.hxx>
/* ZKA C++ Compiler driver */
/* This is part of the NDK. */
diff --git a/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx b/dev/ndk/Sources/CPlusPlusCompilerPreProcessor.cxx
index b3807ef..f9d76e5 100644
--- a/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx
+++ b/dev/ndk/Sources/CPlusPlusCompilerPreProcessor.cxx
@@ -9,8 +9,8 @@
/// BUGS: 0
-#include <NDK/Parser.hxx>
-#include <NDK/NFC/ErrorID.hxx>
+#include <ndk/Parser.hxx>
+#include <ndk/NFC/ErrorID.hxx>
#include <algorithm>
#include <filesystem>
#include <fstream>
diff --git a/dev/NDK/Sources/Detail/ReadMe.md b/dev/ndk/Sources/Detail/ReadMe.md
index e9d0a2c..e9d0a2c 100644
--- a/dev/NDK/Sources/Detail/ReadMe.md
+++ b/dev/ndk/Sources/Detail/ReadMe.md
diff --git a/dev/NDK/Sources/Detail/asmutils.hxx b/dev/ndk/Sources/Detail/asmutils.hxx
index d63eab8..362c946 100644
--- a/dev/NDK/Sources/Detail/asmutils.hxx
+++ b/dev/ndk/Sources/Detail/asmutils.hxx
@@ -6,8 +6,8 @@
#pragma once
-#include <NDK/Asm/Asm.hxx>
-#include <NDK/Parser.hxx>
+#include <ndk/Asm/Asm.hxx>
+#include <ndk/Parser.hxx>
using namespace NDK;
diff --git a/dev/NDK/Sources/Detail/compilerutils.hxx b/dev/ndk/Sources/Detail/compilerutils.hxx
index 5981fd5..bd3cb9c 100644
--- a/dev/NDK/Sources/Detail/compilerutils.hxx
+++ b/dev/ndk/Sources/Detail/compilerutils.hxx
@@ -6,8 +6,8 @@
#pragma once
-#include <NDK/Asm/Asm.hxx>
-#include <NDK/Parser.hxx>
+#include <ndk/Asm/Asm.hxx>
+#include <ndk/Parser.hxx>
#define kZero64Section ".zero64"
#define kCode64Section ".code64"
diff --git a/dev/NDK/Sources/IdlCompiler.cxx b/dev/ndk/Sources/IdlCompiler.cxx
index 534d4d8..bceb619 100644
--- a/dev/NDK/Sources/IdlCompiler.cxx
+++ b/dev/ndk/Sources/IdlCompiler.cxx
@@ -7,19 +7,19 @@
------------------------------------------- */
-#include <NDK/NFC/ErrorID.hxx>
+#include <ndk/NFC/ErrorID.hxx>
//! Assembler Kit
-#include <NDK/Asm/Asm.hxx>
+#include <ndk/Asm/Asm.hxx>
//! Preferred Executable Format
-#include <NDK/NFC/PEF.hxx>
-#include <NDK/UUID.hxx>
+#include <ndk/NFC/PEF.hxx>
+#include <ndk/UUID.hxx>
//! Dist version
-#include <NDK/Version.hxx>
+#include <ndk/Version.hxx>
//! Advanced Executable Object Format
-#include <NDK/NFC/AE.hxx>
+#include <ndk/NFC/AE.hxx>
/***
@brief IDL compiler maih.
diff --git a/dev/NDK/Sources/Linker.cxx b/dev/ndk/Sources/Linker.cxx
index f3dd668..8dc9e49 100644
--- a/dev/NDK/Sources/Linker.cxx
+++ b/dev/ndk/Sources/Linker.cxx
@@ -16,19 +16,19 @@
/// @note Do not look up for anything with .code64/.data64/.zero64!
/// It will be loaded when program will start up!
-#include <NDK/NFC/ErrorID.hxx>
+#include <ndk/NFC/ErrorID.hxx>
//! Assembler Kit
-#include <NDK/Asm/Asm.hxx>
+#include <ndk/Asm/Asm.hxx>
//! Preferred Executable Format
-#include <NDK/NFC/PEF.hxx>
-#include <NDK/UUID.hxx>
+#include <ndk/NFC/PEF.hxx>
+#include <ndk/UUID.hxx>
//! Dist version
-#include <NDK/Version.hxx>
+#include <ndk/Version.hxx>
//! Advanced Executable Object Format
-#include <NDK/NFC/AE.hxx>
+#include <ndk/NFC/AE.hxx>
#define kLinkerVersion "ZKA Linker Driver %s, (c) ZKA Technologies 2024, all rights reserved.\n"
diff --git a/dev/NDK/Sources/String.cxx b/dev/ndk/Sources/String.cxx
index 0df54c3..757baca 100644
--- a/dev/NDK/Sources/String.cxx
+++ b/dev/ndk/Sources/String.cxx
@@ -18,7 +18,7 @@
*
*/
-#include <NDK/NFC/String.hxx>
+#include <ndk/NFC/String.hxx>
namespace NDK
{
diff --git a/dev/NDK/UUID.hxx b/dev/ndk/UUID.hxx
index d785fc7..d785fc7 100644
--- a/dev/NDK/UUID.hxx
+++ b/dev/ndk/UUID.hxx
diff --git a/dev/NDK/Version.hxx b/dev/ndk/Version.hxx
index 937252c..937252c 100644
--- a/dev/NDK/Version.hxx
+++ b/dev/ndk/Version.hxx