From 86c65de3ae99420ca7a2af406a97ade6aa989774 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 17 Jan 2005 15:04:29 +0000 Subject: Initial revision --- 2005/i/robert/src/utils/Makefile.defs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2005/i/robert/src/utils/Makefile.defs (limited to '2005/i/robert/src/utils/Makefile.defs') 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) -- cgit v1.2.3