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/proto/Makefile.defs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i/marvin/src/proto/Makefile.defs (limited to 'i/marvin/src/proto/Makefile.defs') diff --git a/i/marvin/src/proto/Makefile.defs b/i/marvin/src/proto/Makefile.defs new file mode 100644 index 0000000..fa984bc --- /dev/null +++ b/i/marvin/src/proto/Makefile.defs @@ -0,0 +1,8 @@ +PROGRAMS += test_proto + +proto_OBJECTS = proto.o + +test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(utils_OBJECTS) \ + $(serial_OBJECTS) $(timer_OBJECTS) $(log_OBJECTS) + +test_proto: $(test_proto_OBJECTS) -- cgit v1.2.3