Initial import from last SVN
authoraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 22:15:16 +0000 (23:15 +0100)
committeraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 22:15:16 +0000 (23:15 +0100)
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
common [new submodule]
lds [new submodule]
rules [new submodule]
utils [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..32e2e50
--- /dev/null
@@ -0,0 +1,12 @@
+[submodule "common"]
+       path = common
+       url = https://git.ebersold.fr/repos/parser/common.git
+[submodule "rules"]
+       path = rules
+       url = https://git.ebersold.fr/repos/rules.git
+[submodule "lds"]
+       path = lds
+       url = https://git.ebersold.fr/repos/parser/lds.git
+[submodule "utils"]
+       path = utils
+       url = https://git.ebersold.fr/repos/aebutils.git
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..3015790
--- /dev/null
@@ -0,0 +1,9 @@
+PROJECT(genaut)
+cmake_minimum_required(VERSION 2.8)
+
+SET(CMAKE_CXX_FLAGS_DEBUG_INIT -g -DDEBUG)
+SET(CMAKE_C_FLAGS_DEBUG_INIT   -g -DDEBUG)
+
+LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/rules")
+SUBDIRS(rules utils common lds)
+
diff --git a/common b/common
new file mode 160000 (submodule)
index 0000000..09c4610
--- /dev/null
+++ b/common
@@ -0,0 +1 @@
+Subproject commit 09c461092c6c4e7cc01da9fea83146bab8ead9c2
diff --git a/lds b/lds
new file mode 160000 (submodule)
index 0000000..130e2a9
--- /dev/null
+++ b/lds
@@ -0,0 +1 @@
+Subproject commit 130e2a90e8888d8ea0f2b078298c3f831324883d
diff --git a/rules b/rules
new file mode 160000 (submodule)
index 0000000..aeca878
--- /dev/null
+++ b/rules
@@ -0,0 +1 @@
+Subproject commit aeca878a84169490996e427211493ac306f00c7c
diff --git a/utils b/utils
new file mode 160000 (submodule)
index 0000000..5f6e913
--- /dev/null
+++ b/utils
@@ -0,0 +1 @@
+Subproject commit 5f6e9134ab67b61537fc0bf557842221001f76b1