class APPLICATION_ROOT
Application root
To build and install type:
. build_and_install.sh
note
	description: "Application root"
	instructions: "[
		To build and install type:
			. build_and_install.sh
	]"
	copyright: "[
	Copyright (C) 2016-2017  Gerrit Leder, Finnian Reilly
	]"
	license: "[https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License]"
	author: "Finnian Reilly"
	copyright: "[
	Copyright (C) 2016-2017  Gerrit Leder, Finnian Reilly
	]"
	contact: "finnian at eiffel hyphen loop dot com; gerrit.leder@gmail.com"
	license: "[https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License]"
	date: "2022-02-08 15:47:36 GMT (Tuesday 8th February 2022)"
	revision: "2"
		
		class
	APPLICATION_ROOT
inherit
	EL_MULTI_APPLICATION_ROOT [BUILD_INFO,
		AUTOTEST_APP,
		ONE_CORE_PF_1_0_APP,
		ONE_CORE_PF_2_0_APP,
		MULTI_CORE_PF_HP_2_1_APP
	]
create
	make
end