summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/path/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/path/Makefile.defs')
-rw-r--r--2004/i/nono/src/path/Makefile.defs9
1 files changed, 9 insertions, 0 deletions
diff --git a/2004/i/nono/src/path/Makefile.defs b/2004/i/nono/src/path/Makefile.defs
new file mode 100644
index 0000000..8e06df5
--- /dev/null
+++ b/2004/i/nono/src/path/Makefile.defs
@@ -0,0 +1,9 @@
+TARGETS += test_map_graph
+LIBS += path.a
+test_map_graph_SOURCES = test_map_graph.cc path.a
+path_a_SOURCES = map_graph.cc
+
+test_map_graph: $(test_map_graph_SOURCES:%.cc=%.o)
+
+path.a: ${path_a_SOURCES:%.cc=path.a(%.o)}
+