summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/utils/Makefile.defs
diff options
context:
space:
mode:
authorschodet2005-01-17 15:04:29 +0000
committerschodet2005-01-17 15:04:29 +0000
commit86c65de3ae99420ca7a2af406a97ade6aa989774 (patch)
tree6023b98ae17f991ba92e6f9a0dc698ee8beb524d /2005/i/robert/src/utils/Makefile.defs
parented3f0dae905fad5a6659657e7b4ee5f08c00ccd8 (diff)
Initial revision
Diffstat (limited to '2005/i/robert/src/utils/Makefile.defs')
-rw-r--r--2005/i/robert/src/utils/Makefile.defs13
1 files changed, 13 insertions, 0 deletions
diff --git a/2005/i/robert/src/utils/Makefile.defs b/2005/i/robert/src/utils/Makefile.defs
new file mode 100644
index 0000000..a06d61c
--- /dev/null
+++ b/2005/i/robert/src/utils/Makefile.defs
@@ -0,0 +1,13 @@
+PROGRAMS += test_any test_callback test_bind
+
+test_any_OBJECTS = test_any.o
+
+test_callback_OBJECTS = test_callback.o
+
+test_bind_OBJECTS = test_bind.o
+
+test_any: $(test_any_OBJECTS)
+
+test_callback: $(test_callback_OBJECTS)
+
+test_bind: $(test_bind_OBJECTS)