summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/io/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/io/Makefile.defs')
-rw-r--r--2004/i/nono/src/io/Makefile.defs9
1 files changed, 9 insertions, 0 deletions
diff --git a/2004/i/nono/src/io/Makefile.defs b/2004/i/nono/src/io/Makefile.defs
new file mode 100644
index 0000000..6927dc0
--- /dev/null
+++ b/2004/i/nono/src/io/Makefile.defs
@@ -0,0 +1,9 @@
+TARGETS += test_io
+LIBS += io.a
+test_io_SOURCES = test_io.cc io.a date.a serial.a
+io_a_SOURCES = gpio.cc gpio_servo_pp.cc
+
+test_io: $(test_io_SOURCES:%.cc=%.o)
+
+io.a: ${io_a_SOURCES:%.cc=io.a(%.o)}
+