Skip to content
Snippets Groups Projects
Commit af72d4ca authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/morse-hla] Remove (inactive, broken on all supported platforms)

parent 00f00d15
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ SUBDIR+= libnabo
SUBDIR+= lua-rfsm
SUBDIR+= mavlink
SUBDIR+= metapod
SUBDIR+= morse-hla
SUBDIR+= morse-mavlink
SUBDIR+= morse-ros
SUBDIR+= move3d-assets
......
HLA (High Level Architecture) bindings for the morse simulator.
# robotpkg Makefile for: simulation/morse-hla
# Created: Arnaud Degroote on Tue, 12 Mar 2013
#
PKGNAME= morse-hla-${MORSE_VERSION}
include ../../simulation/morse/Makefile.common
COMMENT+= (hla bindings)
CMAKE_ARGS+= -DBUILD_CORE_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_DOC_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_HLA_SUPPORT=ON
CMAKE_ARGS+= -DBUILD_ROS_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_YARP_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_MOOS_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_MAVLINK_SUPPORT=OFF
CMAKE_ARGS+= -DPYMORSE_SUPPORT=OFF
include ../../simulation/morse/depend.mk
include ../../wip/py-hla/depend.mk
include ../../mk/robotpkg.mk
@comment Mon May 11 09:30:48 CEST 2015
${PYTHON_SITELIB}/morse/middleware/hla/__init__.py
${PYTHON_SITELIB}/morse/middleware/hla/abstract_hla.py
${PYTHON_SITELIB}/morse/middleware/hla/certi_test_input.py
${PYTHON_SITELIB}/morse/middleware/hla/certi_test_output.py
${PYTHON_SITELIB}/morse/middleware/hla/message_buffer.py
${PYTHON_SITELIB}/morse/middleware/hla_datastream.py
${PYTHON_SITELIB}/morse/multinode/hla.py
share/federations/morse.fed
# robotpkg depend.mk for: simulation/morse-hla
# Created: Arnaud Degroote on Tue, 12 Mar 2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
MORSE_HLA_DEPEND_MK:= ${MORSE_HLA_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= morse-hla
endif
ifeq (+,$(MORSE_HLA_DEPEND_MK)) # -------------------------------------
PREFER.morse-hla?= robotpkg
DEPEND_USE+= morse-hla
DEPEND_ABI.morse-hla?= morse-hla>=1.0
DEPEND_DIR.morse-hla?= ../../wip/morse-hla
SYSTEM_SEARCH.morse-hla=\
lib/python*/{site,dist}-packages/morse/multinode/hla.py
include ../../mk/sysdep/python.mk
endif # MORSE_HLA_DEPEND_MK -------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment