ini
[aversive.git] / modules / devices / servo / ax12 / test / Makefile
1 TARGET = main
2
3 # repertoire des modules
4 AVERSIVE_DIR = ../../../../..
5 # VALUE, absolute or relative path : example ../.. #
6
7 # List C source files here. (C dependencies are automatically generated.)
8 SRC = commands.c $(TARGET).c 
9
10 # List Assembler source files here.
11 # Make them always end in a capital .S.  Files ending in a lowercase .s
12 # will not be considered source files but generated files (assembler
13 # output from the compiler), and will be deleted upon "make clean"!
14 # Even though the DOS/Win* filesystem matches both .s and .S the same,
15 # it will preserve the spelling of the filenames, and gcc itself does
16 # care about how the name is spelled on its command-line.
17 ASRC = 
18
19 ########################################
20
21 -include .aversive_conf
22 include $(AVERSIVE_DIR)/mk/aversive_project.mk