summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/io/Makefile.defs
blob: b6bb88deb6eabcbcaebbead821a47921e2dfab3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGETS += test_io test_gpio_concat
LIBS += io.a
test_io_SOURCES = test_io.cc io_cmd.cc io.a date.a serial.a motor.a logger.a \
		  utils.a config.a erreur.a
test_gpio_concat_SOURCES = test_gpio_concat.cc io_cmd.cc io.a date.a serial.a
io_a_SOURCES = gpio.cc gpio_servo_pp.cc gpio_concat.cc gpio_asserv.cc

test_io: $(test_io_SOURCES:%.cc=%.o)

test_gpio_concat: $(test_gpio_concat_SOURCES:%.cc=%.o)

io.a: ${io_a_SOURCES:%.cc=io.a(%.o)}