summaryrefslogtreecommitdiff
path: root/i/marvin/src/data/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/data/Makefile.defs
parent164d8870bc058450e6967a594dd9033d088316af (diff)
Importation brut du code récupérable de robert
Diffstat (limited to 'i/marvin/src/data/Makefile.defs')
-rw-r--r--i/marvin/src/data/Makefile.defs12
1 files changed, 12 insertions, 0 deletions
diff --git a/i/marvin/src/data/Makefile.defs b/i/marvin/src/data/Makefile.defs
new file mode 100644
index 0000000..31698f1
--- /dev/null
+++ b/i/marvin/src/data/Makefile.defs
@@ -0,0 +1,12 @@
+PROGRAMS += test_data test_data_buffer
+
+data_OBJECTS = data_input.o data_input_file.o data_input_zlib.o \
+ data_buffer.o data_output.o -lz
+
+test_data_OBJECTS = test_data.o $(data_OBJECTS)
+
+test_data_buffer_OBJECTS = test_data_buffer.o data_buffer.o
+
+test_data: $(test_data_OBJECTS)
+
+test_data_buffer: $(test_data_buffer_OBJECTS)