summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/io/Makefile.defs
blob: e6cf1fa48be17742ec8388b7ee10d314e8c02f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGETS += test_io test_gpio_concat
LIBS += io.a
test_io_SOURCES = test_io.cc gpio_cmd.cc servo_cmd.cc analog_cmd.cc io.a \
		  date.a serial.a motor.a logger.a utils.a config.a
test_gpio_concat_SOURCES = test_gpio_concat.cc gpio_cmd.cc io.a date.a \
			   serial.a
io_a_SOURCES = gpio.cc gpio_servo_pp.cc gpio_concat.cc gpio_asserv.cc \
	       gpio_param.cc analog.cc analog_servo_pp.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)}