From da4a77ff094a0dc74414ec1de2cac08e8b7b60f4 Mon Sep 17 00:00:00 2001 From: haller Date: Thu, 17 Nov 2005 11:10:17 +0000 Subject: Importation brut du code récupérable de robert --- i/marvin/src/utils/Makefile.defs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 i/marvin/src/utils/Makefile.defs (limited to 'i/marvin/src/utils/Makefile.defs') diff --git a/i/marvin/src/utils/Makefile.defs b/i/marvin/src/utils/Makefile.defs new file mode 100644 index 0000000..43711a8 --- /dev/null +++ b/i/marvin/src/utils/Makefile.defs @@ -0,0 +1,15 @@ +PROGRAMS += test_any test_callback test_bind + +utils_OBJECTS = fd_set.o hexa.o + +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