X-Git-Url: http://rtime.felk.cvut.cz/gitweb/eurobot/public.git/blobdiff_plain/51b74022f5096b465285c3ccd0f5ad933e8a2ec5..221983c8917bee45e1b9d47b2cd668f531adebcf:/src/robofsm/Makefile.omk diff --git a/src/robofsm/Makefile.omk b/src/robofsm/Makefile.omk index f0249938..c3f31434 100644 --- a/src/robofsm/Makefile.omk +++ b/src/robofsm/Makefile.omk @@ -7,15 +7,12 @@ default_CONFIG = CONFIG_LOCK_CHECKING=n HAVE_PRIO_INHERIT=y config_include_HEADERS = robot_config.h robot_config_DEFINES = CONFIG_LOCK_CHECKING HAVE_PRIO_INHERIT -bin_PROGRAMS += competition +#bin_PROGRAMS += competition competition_SOURCES = competition.cc \ - common-states.cc \ - strategy_pick_all_our_figures.cc \ - strategy_pick_fourth_figure.cc \ - strategy_pick_third_figure.cc + common-states.cc -#bin_PROGRAMS += homologation -#homologation_SOURCES = homologation.cc +bin_PROGRAMS += homologation +homologation_SOURCES = homologation2012.cc # Library with general support functions for the robot lib_LIBRARIES += robot