Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Tue, Jun 24, 01:39

Makefile

space :=
space +=
CFLAGS=`pkg-config --cflags liboncilla-0 cca-oncilla` -O3
LIBRARIES=`pkg-config --libs liboncilla-0 cca-oncilla`
WEBOTS_HOME_PATH=$(subst $(space),\ ,$(strip $(subst \,/,$(WEBOTS_HOME))))
include $(WEBOTS_HOME_PATH)/resources/projects/default/controllers/Makefile.include

Event Timeline