summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/config/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/config/Makefile.defs')
-rw-r--r--2005/i/robert/src/config/Makefile.defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/2005/i/robert/src/config/Makefile.defs b/2005/i/robert/src/config/Makefile.defs
new file mode 100644
index 0000000..816946f
--- /dev/null
+++ b/2005/i/robert/src/config/Makefile.defs
@@ -0,0 +1,11 @@
+PROGRAMS += test_config_data
+
+config_OBJECTS = lexer.o parser.o config_data.o
+
+test_config_data_OBJECTS = $(config_OBJECTS) test_config_data.o
+
+test_config_data: $(test_config_data_OBJECTS)
+
+parser.hh: parser.cc
+
+lexer.hh: lexer.cc