From 46f01679515aefb1e641bcb81417e6a215b498d8 Mon Sep 17 00:00:00 2001 From: dufourj Date: Tue, 14 Jun 2005 20:04:16 +0000 Subject: Correction du Makefile pour le libz qui maintenant est en -lz --- 2005/i/robert/src/data/Makefile.defs | 2 +- 2005/i/robert/src/ovision/see/Makefile.defs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '2005/i/robert') diff --git a/2005/i/robert/src/data/Makefile.defs b/2005/i/robert/src/data/Makefile.defs index 1a86747..31698f1 100644 --- a/2005/i/robert/src/data/Makefile.defs +++ b/2005/i/robert/src/data/Makefile.defs @@ -1,7 +1,7 @@ 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 libz.a + data_buffer.o data_output.o -lz test_data_OBJECTS = test_data.o $(data_OBJECTS) diff --git a/2005/i/robert/src/ovision/see/Makefile.defs b/2005/i/robert/src/ovision/see/Makefile.defs index b45f29b..2f2b930 100644 --- a/2005/i/robert/src/ovision/see/Makefile.defs +++ b/2005/i/robert/src/ovision/see/Makefile.defs @@ -1,12 +1,12 @@ PROGRAMS += test_ovision test_img test_group test_map test_ovisiontracker test_cam test_segm test_magnifier test_ovision test_colortable test_space genct n2ml test_hotelling test_eraser #LIBS += $(ovision_OBJECTS) -ovision_OBJECTS = convertImg.o img.o oconfig.o segmTable.o hotelling.o segm.o imgInterface.o colorTable.o segmTable.o segmLearn.o group.o magnifier.o skittle.o ovision.o space.o eraser.o libz.a# map.o +ovision_OBJECTS = convertImg.o img.o oconfig.o segmTable.o hotelling.o segm.o imgInterface.o colorTable.o segmTable.o segmLearn.o group.o magnifier.o skittle.o ovision.o space.o eraser.o -lz# map.o test_img_OBJECTS = test_img.o img.o imgInterface.o oconfig.o $(image_OBJECTS) $(data_OBJECTS) $(net_OBJECTS) test_eraser_OBJECTS = test_eraser.o eraser.o oconfig.o $(image_OBJECTS) $(data_OBJECTS) $(net_OBJECTS) n2ml_OBJECTS = n2ml.o oconfig.o img.o segm.o segmLearn.o $(image_OBJECTS) $(data_OBJECTS) $(net_OBJECTS) -genct_OBJECTS = genct.o oconfig.o segm.o segmLearn.o colorTable.o libz.a +genct_OBJECTS = genct.o oconfig.o segm.o segmLearn.o colorTable.o -lz test_hotelling_OBJECTS = test_hotelling.o hotelling.o oconfig.o test_cam_OBJECTS = test_cam.o img.o imgInterface.o oconfig.o $(video4linux_OBJECTS) $(image_OBJECTS) $(utils_OBJECTS) $(data_OBJECTS) $(net_OBJECTS) test_segm_OBJECTS = test_segm.o img.o segm.o segmLearn.o oconfig.o imgInterface.o colorTable.o segmTable.o $(image_OBJECTS) $(data_OBJECTS) $(net_OBJECTS) -- cgit v1.2.3