summaryrefslogtreecommitdiff
path: root/2005/i/robert
diff options
context:
space:
mode:
authorgaillaro2005-04-05 18:31:51 +0000
committergaillaro2005-04-05 18:31:51 +0000
commit877c222c6403097ee7ea204e6b20cca5be000dfe (patch)
treeeb3f542ca7b775698b30e2c7e5dc0f4aa138f3fb /2005/i/robert
parent8df6328c400012812394fe5957b6837636fc74fe (diff)
ajout des répertoires de la vision
suppression de fichiers dans le clean
Diffstat (limited to '2005/i/robert')
-rw-r--r--2005/i/robert/src/Makefile.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/2005/i/robert/src/Makefile.defs b/2005/i/robert/src/Makefile.defs
index 99ad848..e2ede32 100644
--- a/2005/i/robert/src/Makefile.defs
+++ b/2005/i/robert/src/Makefile.defs
@@ -21,7 +21,8 @@ CXXFLAGS += -fmessage-length=0
SUBDIRS = utils utils/meta \
log serial timer \
config data image scheduler \
- video4linux
+ video4linux \
+ ovision/see ovision/ui
LINK.o = $(CXX) $(LDFLAGS) $(TARGET_ARCH)
LEX = flex
@@ -56,5 +57,6 @@ clean:
rm -f *.o *.d $(PROGRAMS)
rm -f *.bbg *.bb *.da *.gcov
rm -f gmon.out
+ rm -f uicmds adjust.PID ui.PID
.PHONY: all build-all clean