--- /dev/null
+[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
--- /dev/null
+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)
+
--- /dev/null
+Subproject commit 09c461092c6c4e7cc01da9fea83146bab8ead9c2
--- /dev/null
+Subproject commit 130e2a90e8888d8ea0f2b078298c3f831324883d
--- /dev/null
+Subproject commit aeca878a84169490996e427211493ac306f00c7c
--- /dev/null
+Subproject commit 5f6e9134ab67b61537fc0bf557842221001f76b1