summaryrefslogtreecommitdiff
path: root/i/marvin/src/proto/Makefile.defs
diff options
context:
space:
mode:
authorhaller2005-11-17 11:10:17 +0000
committerhaller2005-11-17 11:10:17 +0000
commitda4a77ff094a0dc74414ec1de2cac08e8b7b60f4 (patch)
tree402c39246c164af44648fd98d2ea85500d58df58 /i/marvin/src/proto/Makefile.defs
parent164d8870bc058450e6967a594dd9033d088316af (diff)
Importation brut du code récupérable de robert
Diffstat (limited to 'i/marvin/src/proto/Makefile.defs')
-rw-r--r--i/marvin/src/proto/Makefile.defs8
1 files changed, 8 insertions, 0 deletions
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)