X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fhostsim%2FMakefile;fp=projects%2Fmicrob2010%2Ftests%2Fhostsim%2FMakefile;h=187ae3a620fcdddafd988d11df0b45f0c1b0b75f;hp=9fe84d37042a948ef5771a67feaabe1b5254d303;hb=a16ba178c7ef15fb408593b0e7c666ed2ed1d253;hpb=7d6a4a1f99a11437d608cbe61f07fac0e3d70ad1 diff --git a/projects/microb2010/tests/hostsim/Makefile b/projects/microb2010/tests/hostsim/Makefile index 9fe84d3..187ae3a 100644 --- a/projects/microb2010/tests/hostsim/Makefile +++ b/projects/microb2010/tests/hostsim/Makefile @@ -4,7 +4,10 @@ TARGET = main AVERSIVE_DIR = ../../../.. # List C source files here. (C dependencies are automatically generated.) -SRC = $(TARGET).c cs.c robotsim.c +SRC := $(TARGET).c cs.c robotsim.c cmdline.c commands.c +SRC += commands_cs.c commands_gen.c commands_mainboard.c +SRC += commands_traj.c strat.c strat_base.c strat_utils.c +SRC += actuator.c strat_avoid.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s @@ -15,6 +18,8 @@ SRC = $(TARGET).c cs.c robotsim.c # care about how the name is spelled on its command-line. ASRC = +CFLAGS += -Wall -Werror + -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk