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=9fe84d37042a948ef5771a67feaabe1b5254d303;hp=0000000000000000000000000000000000000000;hb=1f8274e9bca0d2433f101f267b86bc70dc2ae8c4;hpb=09fd7b53a60d7201b6d019d88d3fee3d43a14c3f diff --git a/projects/microb2010/tests/hostsim/Makefile b/projects/microb2010/tests/hostsim/Makefile new file mode 100644 index 0000000..9fe84d3 --- /dev/null +++ b/projects/microb2010/tests/hostsim/Makefile @@ -0,0 +1,20 @@ +TARGET = main + +# Aversive root directory +AVERSIVE_DIR = ../../../.. + +# List C source files here. (C dependencies are automatically generated.) +SRC = $(TARGET).c cs.c robotsim.c + +# List Assembler source files here. +# Make them always end in a capital .S. Files ending in a lowercase .s +# will not be considered source files but generated files (assembler +# output from the compiler), and will be deleted upon "make clean"! +# Even though the DOS/Win* filesystem matches both .s and .S the same, +# it will preserve the spelling of the filenames, and gcc itself does +# care about how the name is spelled on its command-line. +ASRC = + +-include .aversive_conf +include $(AVERSIVE_DIR)/mk/aversive_project.mk +